br.gov.ans.padroes.tiss.schemas
Class CtProcedimentoOdontoRevisao

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtProcedimentoOdontoRevisao

public class CtProcedimentoOdontoRevisao
extends java.lang.Object

Java class for ct_procedimentoOdontoRevisao complex type.

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

 <complexType name="ct_procedimentoOdontoRevisao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="procedimentoOdontologia">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentoOdontologia">
                 <sequence>
                   <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="quantidadeTotalUS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="totalFranquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="justificativaRevisao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_justificativa"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtProcedimentoOdontoRevisao.ProcedimentoOdontologia
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String justificativaRevisao
           
protected  CtProcedimentoOdontoRevisao.ProcedimentoOdontologia procedimentoOdontologia
           
protected  java.math.BigDecimal quantidadeTotalUS
           
protected  java.math.BigDecimal totalFranquiaCoparticipacao
           
protected  java.math.BigDecimal valorTotal
           
 
Constructor Summary
CtProcedimentoOdontoRevisao()
           
 
Method Summary
 java.lang.String getJustificativaRevisao()
          Gets the value of the justificativaRevisao property.
 CtProcedimentoOdontoRevisao.ProcedimentoOdontologia getProcedimentoOdontologia()
          Gets the value of the procedimentoOdontologia property.
 java.math.BigDecimal getQuantidadeTotalUS()
          Gets the value of the quantidadeTotalUS property.
 java.math.BigDecimal getTotalFranquiaCoparticipacao()
          Gets the value of the totalFranquiaCoparticipacao property.
 java.math.BigDecimal getValorTotal()
          Gets the value of the valorTotal property.
 void setJustificativaRevisao(java.lang.String value)
          Sets the value of the justificativaRevisao property.
 void setProcedimentoOdontologia(CtProcedimentoOdontoRevisao.ProcedimentoOdontologia value)
          Sets the value of the procedimentoOdontologia property.
 void setQuantidadeTotalUS(java.math.BigDecimal value)
          Sets the value of the quantidadeTotalUS property.
 void setTotalFranquiaCoparticipacao(java.math.BigDecimal value)
          Sets the value of the totalFranquiaCoparticipacao property.
 void setValorTotal(java.math.BigDecimal value)
          Sets the value of the valorTotal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

procedimentoOdontologia

protected CtProcedimentoOdontoRevisao.ProcedimentoOdontologia procedimentoOdontologia

valorTotal

protected java.math.BigDecimal valorTotal

quantidadeTotalUS

protected java.math.BigDecimal quantidadeTotalUS

totalFranquiaCoparticipacao

protected java.math.BigDecimal totalFranquiaCoparticipacao

justificativaRevisao

protected java.lang.String justificativaRevisao
Constructor Detail

CtProcedimentoOdontoRevisao

public CtProcedimentoOdontoRevisao()
Method Detail

getProcedimentoOdontologia

public CtProcedimentoOdontoRevisao.ProcedimentoOdontologia getProcedimentoOdontologia()
Gets the value of the procedimentoOdontologia property.

Returns:
possible object is CtProcedimentoOdontoRevisao.ProcedimentoOdontologia

setProcedimentoOdontologia

public void setProcedimentoOdontologia(CtProcedimentoOdontoRevisao.ProcedimentoOdontologia value)
Sets the value of the procedimentoOdontologia property.

Parameters:
value - allowed object is CtProcedimentoOdontoRevisao.ProcedimentoOdontologia

getValorTotal

public java.math.BigDecimal getValorTotal()
Gets the value of the valorTotal property.

Returns:
possible object is BigDecimal

setValorTotal

public void setValorTotal(java.math.BigDecimal value)
Sets the value of the valorTotal property.

Parameters:
value - allowed object is BigDecimal

getQuantidadeTotalUS

public java.math.BigDecimal getQuantidadeTotalUS()
Gets the value of the quantidadeTotalUS property.

Returns:
possible object is BigDecimal

setQuantidadeTotalUS

public void setQuantidadeTotalUS(java.math.BigDecimal value)
Sets the value of the quantidadeTotalUS property.

Parameters:
value - allowed object is BigDecimal

getTotalFranquiaCoparticipacao

public java.math.BigDecimal getTotalFranquiaCoparticipacao()
Gets the value of the totalFranquiaCoparticipacao property.

Returns:
possible object is BigDecimal

setTotalFranquiaCoparticipacao

public void setTotalFranquiaCoparticipacao(java.math.BigDecimal value)
Sets the value of the totalFranquiaCoparticipacao property.

Parameters:
value - allowed object is BigDecimal

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