br.gov.ans.padroes.tiss.schemas
Class CtProcedimentoRevisao.ProcedimentosRevisao

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtProcedimentoRevisao.ProcedimentosRevisao
Enclosing class:
CtProcedimentoRevisao

public static class CtProcedimentoRevisao.ProcedimentosRevisao
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}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="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
         <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.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="justificativaRevisao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_justificativa" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar data
           
protected  javax.xml.datatype.XMLGregorianCalendar horaFim
           
protected  javax.xml.datatype.XMLGregorianCalendar horaInicio
           
protected  java.lang.String justificativaRevisao
           
protected  CtTabela procedimento
           
protected  java.math.BigDecimal quantidadeRealizada
           
protected  java.lang.Double reducaoAcrescimo
           
protected  StTecnicaUtilizada tecnicaUtilizada
           
protected  javax.xml.bind.JAXBElement<java.lang.Double> valor
           
protected  javax.xml.bind.JAXBElement<java.lang.Double> valorTotal
           
protected  StViaDeAcesso viaAcesso
           
 
Constructor Summary
CtProcedimentoRevisao.ProcedimentosRevisao()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getData()
          Gets the value of the data 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.
 java.lang.String getJustificativaRevisao()
          Gets the value of the justificativaRevisao property.
 CtTabela getProcedimento()
          Gets the value of the procedimento property.
 java.math.BigDecimal getQuantidadeRealizada()
          Gets the value of the quantidadeRealizada property.
 java.lang.Double getReducaoAcrescimo()
          Gets the value of the reducaoAcrescimo property.
 StTecnicaUtilizada getTecnicaUtilizada()
          Gets the value of the tecnicaUtilizada property.
 javax.xml.bind.JAXBElement<java.lang.Double> getValor()
          Gets the value of the valor property.
 javax.xml.bind.JAXBElement<java.lang.Double> 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 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 setJustificativaRevisao(java.lang.String value)
          Sets the value of the justificativaRevisao 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.lang.Double 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.lang.Double> value)
          Sets the value of the valor property.
 void setValorTotal(javax.xml.bind.JAXBElement<java.lang.Double> 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 javax.xml.datatype.XMLGregorianCalendar data

horaInicio

protected javax.xml.datatype.XMLGregorianCalendar horaInicio

horaFim

protected javax.xml.datatype.XMLGregorianCalendar horaFim

procedimento

protected CtTabela procedimento

quantidadeRealizada

protected java.math.BigDecimal quantidadeRealizada

viaAcesso

protected StViaDeAcesso viaAcesso

tecnicaUtilizada

protected StTecnicaUtilizada tecnicaUtilizada

reducaoAcrescimo

protected java.lang.Double reducaoAcrescimo

valor

protected javax.xml.bind.JAXBElement<java.lang.Double> valor

valorTotal

protected javax.xml.bind.JAXBElement<java.lang.Double> valorTotal

justificativaRevisao

protected java.lang.String justificativaRevisao
Constructor Detail

CtProcedimentoRevisao.ProcedimentosRevisao

public CtProcedimentoRevisao.ProcedimentosRevisao()
Method Detail

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

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.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.lang.Double getReducaoAcrescimo()
Gets the value of the reducaoAcrescimo property.

Returns:
possible object is Double

setReducaoAcrescimo

public void setReducaoAcrescimo(java.lang.Double value)
Sets the value of the reducaoAcrescimo property.

Parameters:
value - allowed object is Double

getValor

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

Returns:
possible object is JAXBElement<Double>

setValor

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

Parameters:
value - allowed object is JAXBElement<Double>

getValorTotal

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

Returns:
possible object is JAXBElement<Double>

setValorTotal

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

Parameters:
value - allowed object is JAXBElement<Double>

getJustificativaRevisao

public java.lang.String getJustificativaRevisao()
Gets the value of the justificativaRevisao property.

Returns:
possible object is String

setJustificativaRevisao

public void setJustificativaRevisao(java.lang.String value)
Sets the value of the justificativaRevisao property.

Parameters:
value - allowed object is String