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

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

public class CtTotaisOdonto
extends java.lang.Object

Java class for ct_totaisOdonto complex type.

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

 <complexType name="ct_totaisOdonto">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="servicoExecutado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/>
         <element name="taxas" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="materiais" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="medicamentos" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="totalGeral" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigDecimal materiais
           
protected  java.math.BigDecimal medicamentos
           
protected  java.math.BigDecimal servicoExecutado
           
protected  java.math.BigDecimal taxas
           
protected  java.math.BigDecimal totalGeral
           
 
Constructor Summary
CtTotaisOdonto()
           
 
Method Summary
 java.math.BigDecimal getMateriais()
          Gets the value of the materiais property.
 java.math.BigDecimal getMedicamentos()
          Gets the value of the medicamentos property.
 java.math.BigDecimal getServicoExecutado()
          Gets the value of the servicoExecutado property.
 java.math.BigDecimal getTaxas()
          Gets the value of the taxas property.
 java.math.BigDecimal getTotalGeral()
          Gets the value of the totalGeral property.
 void setMateriais(java.math.BigDecimal value)
          Sets the value of the materiais property.
 void setMedicamentos(java.math.BigDecimal value)
          Sets the value of the medicamentos property.
 void setServicoExecutado(java.math.BigDecimal value)
          Sets the value of the servicoExecutado property.
 void setTaxas(java.math.BigDecimal value)
          Sets the value of the taxas property.
 void setTotalGeral(java.math.BigDecimal value)
          Sets the value of the totalGeral property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicoExecutado

protected java.math.BigDecimal servicoExecutado

taxas

protected java.math.BigDecimal taxas

materiais

protected java.math.BigDecimal materiais

medicamentos

protected java.math.BigDecimal medicamentos

totalGeral

protected java.math.BigDecimal totalGeral
Constructor Detail

CtTotaisOdonto

public CtTotaisOdonto()
Method Detail

getServicoExecutado

public java.math.BigDecimal getServicoExecutado()
Gets the value of the servicoExecutado property.

Returns:
possible object is BigDecimal

setServicoExecutado

public void setServicoExecutado(java.math.BigDecimal value)
Sets the value of the servicoExecutado property.

Parameters:
value - allowed object is BigDecimal

getTaxas

public java.math.BigDecimal getTaxas()
Gets the value of the taxas property.

Returns:
possible object is BigDecimal

setTaxas

public void setTaxas(java.math.BigDecimal value)
Sets the value of the taxas property.

Parameters:
value - allowed object is BigDecimal

getMateriais

public java.math.BigDecimal getMateriais()
Gets the value of the materiais property.

Returns:
possible object is BigDecimal

setMateriais

public void setMateriais(java.math.BigDecimal value)
Sets the value of the materiais property.

Parameters:
value - allowed object is BigDecimal

getMedicamentos

public java.math.BigDecimal getMedicamentos()
Gets the value of the medicamentos property.

Returns:
possible object is BigDecimal

setMedicamentos

public void setMedicamentos(java.math.BigDecimal value)
Sets the value of the medicamentos property.

Parameters:
value - allowed object is BigDecimal

getTotalGeral

public java.math.BigDecimal getTotalGeral()
Gets the value of the totalGeral property.

Returns:
possible object is BigDecimal

setTotalGeral

public void setTotalGeral(java.math.BigDecimal value)
Sets the value of the totalGeral property.

Parameters:
value - allowed object is BigDecimal