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

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

public class CtValorTotalServicos
extends java.lang.Object

Java class for ct_valorTotalServicos complex type.

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

 <complexType name="ct_valorTotalServicos">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="servicosExecutados" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="diarias" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <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="gases" 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 diarias
           
protected  java.math.BigDecimal gases
           
protected  java.math.BigDecimal materiais
           
protected  java.math.BigDecimal medicamentos
           
protected  java.math.BigDecimal servicosExecutados
           
protected  java.math.BigDecimal taxas
           
protected  java.math.BigDecimal totalGeral
           
 
Constructor Summary
CtValorTotalServicos()
           
 
Method Summary
 java.math.BigDecimal getDiarias()
          Gets the value of the diarias property.
 java.math.BigDecimal getGases()
          Gets the value of the gases property.
 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 getServicosExecutados()
          Gets the value of the servicosExecutados property.
 java.math.BigDecimal getTaxas()
          Gets the value of the taxas property.
 java.math.BigDecimal getTotalGeral()
          Gets the value of the totalGeral property.
 void setDiarias(java.math.BigDecimal value)
          Sets the value of the diarias property.
 void setGases(java.math.BigDecimal value)
          Sets the value of the gases 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 setServicosExecutados(java.math.BigDecimal value)
          Sets the value of the servicosExecutados 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

servicosExecutados

protected java.math.BigDecimal servicosExecutados

diarias

protected java.math.BigDecimal diarias

taxas

protected java.math.BigDecimal taxas

materiais

protected java.math.BigDecimal materiais

medicamentos

protected java.math.BigDecimal medicamentos

gases

protected java.math.BigDecimal gases

totalGeral

protected java.math.BigDecimal totalGeral
Constructor Detail

CtValorTotalServicos

public CtValorTotalServicos()
Method Detail

getServicosExecutados

public java.math.BigDecimal getServicosExecutados()
Gets the value of the servicosExecutados property.

Returns:
possible object is BigDecimal

setServicosExecutados

public void setServicosExecutados(java.math.BigDecimal value)
Sets the value of the servicosExecutados property.

Parameters:
value - allowed object is BigDecimal

getDiarias

public java.math.BigDecimal getDiarias()
Gets the value of the diarias property.

Returns:
possible object is BigDecimal

setDiarias

public void setDiarias(java.math.BigDecimal value)
Sets the value of the diarias 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

getGases

public java.math.BigDecimal getGases()
Gets the value of the gases property.

Returns:
possible object is BigDecimal

setGases

public void setGases(java.math.BigDecimal value)
Sets the value of the gases 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