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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20103.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.v20103}ct_identificacaoEquipe" minOccurs="0"/>
         <element name="procedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_tabela"/>
         <element name="data" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
         <element name="horaInicio" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_hora" minOccurs="0"/>
         <element name="horaFim" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_hora" minOccurs="0"/>
         <element name="quantidadeRealizada" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_quantidadeProcedimento"/>
         <element name="viaAcesso" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_viaDeAcesso" minOccurs="0"/>
         <element name="tecnicaUtilizada" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_tecnicaUtilizada" minOccurs="0"/>
         <element name="reducaoAcrescimo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_percentual" minOccurs="0"/>
         <element name="valor" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
         <element name="valorTotal" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String data
           
protected  CtIdentificacaoEquipe equipe
           
protected  java.lang.String horaFim
           
protected  java.lang.String horaInicio
           
protected  CtTabela procedimento
           
protected  java.math.BigInteger 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
 java.lang.String getData()
          Gets the value of the data property.
 CtIdentificacaoEquipe getEquipe()
          Gets the value of the equipe property.
 java.lang.String getHoraFim()
          Gets the value of the horaFim property.
 java.lang.String getHoraInicio()
          Gets the value of the horaInicio property.
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 java.math.BigInteger 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(java.lang.String value)
          Sets the value of the data property.
 void setEquipe(CtIdentificacaoEquipe value)
          Sets the value of the equipe property.
 void setHoraFim(java.lang.String value)
          Sets the value of the horaFim property.
 void setHoraInicio(java.lang.String value)
          Sets the value of the horaInicio property.
 void setProcedimento(CtTabela value)
          Sets the value of the procedimento property.
 void setQuantidadeRealizada(java.math.BigInteger 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 java.lang.String data

horaInicio

protected java.lang.String horaInicio

horaFim

protected java.lang.String horaFim

quantidadeRealizada

protected java.math.BigInteger 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 java.lang.String getData()
Gets the value of the data property.

Returns:
possible object is String

setData

public void setData(java.lang.String value)
Sets the value of the data property.

Parameters:
value - allowed object is String

getHoraInicio

public java.lang.String getHoraInicio()
Gets the value of the horaInicio property.

Returns:
possible object is String

setHoraInicio

public void setHoraInicio(java.lang.String value)
Sets the value of the horaInicio property.

Parameters:
value - allowed object is String

getHoraFim

public java.lang.String getHoraFim()
Gets the value of the horaFim property.

Returns:
possible object is String

setHoraFim

public void setHoraFim(java.lang.String value)
Sets the value of the horaFim property.

Parameters:
value - allowed object is String

getQuantidadeRealizada

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

Returns:
possible object is BigInteger

setQuantidadeRealizada

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

Parameters:
value - allowed object is BigInteger

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>