br.gov.ans.padroes.tiss.schemas
Class CtGuiaOdontologia.ProcedimentosExecutados

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtGuiaOdontologia.ProcedimentosExecutados
Enclosing class:
CtGuiaOdontologia

public static class CtGuiaOdontologia.ProcedimentosExecutados
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="procedimentoExecutado" maxOccurs="unbounded">
           <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="quantidadeTotalUS" 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"/>
         <element name="totalFranquiaCoparticipacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> procedimentoExecutado
           
protected  java.math.BigDecimal quantidadeTotalUS
           
protected  java.math.BigDecimal totalFranquiaCoparticipacao
           
protected  java.math.BigDecimal valorTotal
           
 
Constructor Summary
CtGuiaOdontologia.ProcedimentosExecutados()
           
 
Method Summary
 java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> getProcedimentoExecutado()
          Gets the value of the procedimentoExecutado 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 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

procedimentoExecutado

protected java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> procedimentoExecutado

quantidadeTotalUS

protected java.math.BigDecimal quantidadeTotalUS

valorTotal

protected java.math.BigDecimal valorTotal

totalFranquiaCoparticipacao

protected java.math.BigDecimal totalFranquiaCoparticipacao
Constructor Detail

CtGuiaOdontologia.ProcedimentosExecutados

public CtGuiaOdontologia.ProcedimentosExecutados()
Method Detail

getProcedimentoExecutado

public java.util.List<CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado> getProcedimentoExecutado()
Gets the value of the procedimentoExecutado property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the procedimentoExecutado property.

For example, to add a new item, do as follows:

    getProcedimentoExecutado().add(newItem);
 

Objects of the following type(s) are allowed in the list CtGuiaOdontologia.ProcedimentosExecutados.ProcedimentoExecutado


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

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

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