br.gov.ans.padroes.tiss.schemas.v20103
Class CtProcedimentosRealizados.ProcedimentoRealizado

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20103.CtProcedimentosRealizados.ProcedimentoRealizado
Enclosing class:
CtProcedimentosRealizados

public static class CtProcedimentosRealizados.ProcedimentoRealizado
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="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="procedimento" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_tabela"/>
         <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  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
CtProcedimentosRealizados.ProcedimentoRealizado()
           
 
Method Summary
 java.lang.String getData()
          Gets the value of the data 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 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

data

protected java.lang.String data

horaInicio

protected java.lang.String horaInicio

horaFim

protected java.lang.String horaFim

procedimento

protected CtTabela procedimento

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

CtProcedimentosRealizados.ProcedimentoRealizado

public CtProcedimentosRealizados.ProcedimentoRealizado()
Method Detail

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

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

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>