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

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

public class CtTotalDemoOdonto
extends java.lang.Object

Java class for ct_totalDemoOdonto complex type.

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

 <complexType name="ct_totalDemoOdonto">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="valorTotalGeralGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/>
         <element name="valorTotalGeralLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/>
         <element name="valorTotalProcessadoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigDecimal valorTotalGeralGlosa
           
protected  java.math.BigDecimal valorTotalGeralLiberado
           
protected  java.math.BigDecimal valorTotalProcessadoGuia
           
 
Constructor Summary
CtTotalDemoOdonto()
           
 
Method Summary
 java.math.BigDecimal getValorTotalGeralGlosa()
          Gets the value of the valorTotalGeralGlosa property.
 java.math.BigDecimal getValorTotalGeralLiberado()
          Gets the value of the valorTotalGeralLiberado property.
 java.math.BigDecimal getValorTotalProcessadoGuia()
          Gets the value of the valorTotalProcessadoGuia property.
 void setValorTotalGeralGlosa(java.math.BigDecimal value)
          Sets the value of the valorTotalGeralGlosa property.
 void setValorTotalGeralLiberado(java.math.BigDecimal value)
          Sets the value of the valorTotalGeralLiberado property.
 void setValorTotalProcessadoGuia(java.math.BigDecimal value)
          Sets the value of the valorTotalProcessadoGuia property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valorTotalGeralGlosa

protected java.math.BigDecimal valorTotalGeralGlosa

valorTotalGeralLiberado

protected java.math.BigDecimal valorTotalGeralLiberado

valorTotalProcessadoGuia

protected java.math.BigDecimal valorTotalProcessadoGuia
Constructor Detail

CtTotalDemoOdonto

public CtTotalDemoOdonto()
Method Detail

getValorTotalGeralGlosa

public java.math.BigDecimal getValorTotalGeralGlosa()
Gets the value of the valorTotalGeralGlosa property.

Returns:
possible object is BigDecimal

setValorTotalGeralGlosa

public void setValorTotalGeralGlosa(java.math.BigDecimal value)
Sets the value of the valorTotalGeralGlosa property.

Parameters:
value - allowed object is BigDecimal

getValorTotalGeralLiberado

public java.math.BigDecimal getValorTotalGeralLiberado()
Gets the value of the valorTotalGeralLiberado property.

Returns:
possible object is BigDecimal

setValorTotalGeralLiberado

public void setValorTotalGeralLiberado(java.math.BigDecimal value)
Sets the value of the valorTotalGeralLiberado property.

Parameters:
value - allowed object is BigDecimal

getValorTotalProcessadoGuia

public java.math.BigDecimal getValorTotalProcessadoGuia()
Gets the value of the valorTotalProcessadoGuia property.

Returns:
possible object is BigDecimal

setValorTotalProcessadoGuia

public void setValorTotalProcessadoGuia(java.math.BigDecimal value)
Sets the value of the valorTotalProcessadoGuia property.

Parameters:
value - allowed object is BigDecimal