br.gov.ans.padroes.tiss.schemas
Class CtProcedimentoRealizadoEquipe.Procedimentos

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtProcedimentoRealizadoEquipe.Procedimentos
Enclosing class:
CtProcedimentoRealizadoEquipe

public static class CtProcedimentoRealizadoEquipe.Procedimentos
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="equipe" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoEquipe" minOccurs="0"/>
         <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
         <element name="data" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="horaInicio" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/>
         <element name="horaFim" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/>
         <element name="quantidadeRealizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
         <element name="viaAcesso" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_viaDeAcesso" minOccurs="0"/>
         <element name="tecnicaUtilizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tecnicaUtilizada" minOccurs="0"/>
         <element name="reducaoAcrescimo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_percentual" minOccurs="0"/>
         <element name="valor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar data
           
protected  CtIdentificacaoEquipe equipe
           
protected  javax.xml.datatype.XMLGregorianCalendar horaFim
           
protected  javax.xml.datatype.XMLGregorianCalendar horaInicio
           
protected  CtTabela procedimento
           
protected  java.math.BigDecimal quantidadeRealizada
           
protected  java.math.BigDecimal reducaoAcrescimo
           
protected  StTecnicaUtilizada tecnicaUtilizada
           
protected  javax.xml.bind.JAXBElement<java.math.BigDecimal> valor
           
protected  javax.xml.bind.JAXBElement<java.math.BigDecimal> valorTotal
           
protected  StViaDeAcesso viaAcesso
           
 
Constructor Summary
CtProcedimentoRealizadoEquipe.Procedimentos()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getData()
          Gets the value of the data property.
 CtIdentificacaoEquipe getEquipe()
          Gets the value of the equipe property.
 javax.xml.datatype.XMLGregorianCalendar getHoraFim()
          Gets the value of the horaFim property.
 javax.xml.datatype.XMLGregorianCalendar getHoraInicio()
          Gets the value of the horaInicio property.
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 java.math.BigDecimal getQuantidadeRealizada()
          Gets the value of the quantidadeRealizada property.
 java.math.BigDecimal getReducaoAcrescimo()
          Gets the value of the reducaoAcrescimo property.
 StTecnicaUtilizada getTecnicaUtilizada()
          Gets the value of the tecnicaUtilizada property.
 javax.xml.bind.JAXBElement<java.math.BigDecimal> getValor()
          Gets the value of the valor property.
 javax.xml.bind.JAXBElement<java.math.BigDecimal> getValorTotal()
          Gets the value of the valorTotal property.
 StViaDeAcesso getViaAcesso()
          Gets the value of the viaAcesso property.
 void setData(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the data property.
 void setEquipe(CtIdentificacaoEquipe value)
          Sets the value of the equipe property.
 void setHoraFim(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the horaFim property.
 void setHoraInicio(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the horaInicio property.
 void setProcedimento(CtTabela value)
          Sets the value of the procedimento property.
 void setQuantidadeRealizada(java.math.BigDecimal value)
          Sets the value of the quantidadeRealizada property.
 void setReducaoAcrescimo(java.math.BigDecimal value)
          Sets the value of the reducaoAcrescimo property.
 void setTecnicaUtilizada(StTecnicaUtilizada value)
          Sets the value of the tecnicaUtilizada property.
 void setValor(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
          Sets the value of the valor property.
 void setValorTotal(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
          Sets the value of the valorTotal property.
 void setViaAcesso(StViaDeAcesso value)
          Sets the value of the viaAcesso property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

equipe

protected CtIdentificacaoEquipe equipe

procedimento

protected CtTabela procedimento

data

protected javax.xml.datatype.XMLGregorianCalendar data

horaInicio

protected javax.xml.datatype.XMLGregorianCalendar horaInicio

horaFim

protected javax.xml.datatype.XMLGregorianCalendar horaFim

quantidadeRealizada

protected java.math.BigDecimal quantidadeRealizada

viaAcesso

protected StViaDeAcesso viaAcesso

tecnicaUtilizada

protected StTecnicaUtilizada tecnicaUtilizada

reducaoAcrescimo

protected java.math.BigDecimal reducaoAcrescimo

valor

protected javax.xml.bind.JAXBElement<java.math.BigDecimal> valor

valorTotal

protected javax.xml.bind.JAXBElement<java.math.BigDecimal> valorTotal
Constructor Detail

CtProcedimentoRealizadoEquipe.Procedimentos

public CtProcedimentoRealizadoEquipe.Procedimentos()
Method Detail

getEquipe

public CtIdentificacaoEquipe getEquipe()
Gets the value of the equipe property.

Returns:
possible object is CtIdentificacaoEquipe

setEquipe

public void setEquipe(CtIdentificacaoEquipe value)
Sets the value of the equipe property.

Parameters:
value - allowed object is CtIdentificacaoEquipe

getProcedimento

public CtTabela getProcedimento()
Gets the value of the procedimento property.

Returns:
possible object is CtTabela

setProcedimento

public void setProcedimento(CtTabela value)
Sets the value of the procedimento property.

Parameters:
value - allowed object is CtTabela

getData

public javax.xml.datatype.XMLGregorianCalendar getData()
Gets the value of the data property.

Returns:
possible object is XMLGregorianCalendar

setData

public void setData(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the data property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHoraInicio

public javax.xml.datatype.XMLGregorianCalendar getHoraInicio()
Gets the value of the horaInicio property.

Returns:
possible object is XMLGregorianCalendar

setHoraInicio

public void setHoraInicio(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaInicio property.

Parameters:
value - allowed object is XMLGregorianCalendar

getHoraFim

public javax.xml.datatype.XMLGregorianCalendar getHoraFim()
Gets the value of the horaFim property.

Returns:
possible object is XMLGregorianCalendar

setHoraFim

public void setHoraFim(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaFim property.

Parameters:
value - allowed object is XMLGregorianCalendar

getQuantidadeRealizada

public java.math.BigDecimal getQuantidadeRealizada()
Gets the value of the quantidadeRealizada property.

Returns:
possible object is BigDecimal

setQuantidadeRealizada

public void setQuantidadeRealizada(java.math.BigDecimal value)
Sets the value of the quantidadeRealizada property.

Parameters:
value - allowed object is BigDecimal

getViaAcesso

public StViaDeAcesso getViaAcesso()
Gets the value of the viaAcesso property.

Returns:
possible object is StViaDeAcesso

setViaAcesso

public void setViaAcesso(StViaDeAcesso value)
Sets the value of the viaAcesso property.

Parameters:
value - allowed object is StViaDeAcesso

getTecnicaUtilizada

public StTecnicaUtilizada getTecnicaUtilizada()
Gets the value of the tecnicaUtilizada property.

Returns:
possible object is StTecnicaUtilizada

setTecnicaUtilizada

public void setTecnicaUtilizada(StTecnicaUtilizada value)
Sets the value of the tecnicaUtilizada property.

Parameters:
value - allowed object is StTecnicaUtilizada

getReducaoAcrescimo

public java.math.BigDecimal getReducaoAcrescimo()
Gets the value of the reducaoAcrescimo property.

Returns:
possible object is BigDecimal

setReducaoAcrescimo

public void setReducaoAcrescimo(java.math.BigDecimal value)
Sets the value of the reducaoAcrescimo property.

Parameters:
value - allowed object is BigDecimal

getValor

public javax.xml.bind.JAXBElement<java.math.BigDecimal> getValor()
Gets the value of the valor property.

Returns:
possible object is JAXBElement<BigDecimal>

setValor

public void setValor(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
Sets the value of the valor property.

Parameters:
value - allowed object is JAXBElement<BigDecimal>

getValorTotal

public javax.xml.bind.JAXBElement<java.math.BigDecimal> getValorTotal()
Gets the value of the valorTotal property.

Returns:
possible object is JAXBElement<BigDecimal>

setValorTotal

public void setValorTotal(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
Sets the value of the valorTotal property.

Parameters:
value - allowed object is JAXBElement<BigDecimal>