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

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

public class CtLoteOdonto
extends java.lang.Object

Java class for ct_loteOdonto complex type.

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

 <complexType name="ct_loteOdonto">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroLote">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <length value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="detalheGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_detalheGuiaOdonto"/>
         <element name="valorTotalLiberadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
         <element name="valorTotalProcessadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
         <element name="valorTotalGlosaLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDetalheGuiaOdonto detalheGuia
           
protected  java.lang.String numeroLote
           
protected  java.math.BigDecimal valorTotalGlosaLote
           
protected  java.math.BigDecimal valorTotalLiberadoLote
           
protected  java.math.BigDecimal valorTotalProcessadoLote
           
 
Constructor Summary
CtLoteOdonto()
           
 
Method Summary
 CtDetalheGuiaOdonto getDetalheGuia()
          Gets the value of the detalheGuia property.
 java.lang.String getNumeroLote()
          Gets the value of the numeroLote property.
 java.math.BigDecimal getValorTotalGlosaLote()
          Gets the value of the valorTotalGlosaLote property.
 java.math.BigDecimal getValorTotalLiberadoLote()
          Gets the value of the valorTotalLiberadoLote property.
 java.math.BigDecimal getValorTotalProcessadoLote()
          Gets the value of the valorTotalProcessadoLote property.
 void setDetalheGuia(CtDetalheGuiaOdonto value)
          Sets the value of the detalheGuia property.
 void setNumeroLote(java.lang.String value)
          Sets the value of the numeroLote property.
 void setValorTotalGlosaLote(java.math.BigDecimal value)
          Sets the value of the valorTotalGlosaLote property.
 void setValorTotalLiberadoLote(java.math.BigDecimal value)
          Sets the value of the valorTotalLiberadoLote property.
 void setValorTotalProcessadoLote(java.math.BigDecimal value)
          Sets the value of the valorTotalProcessadoLote property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroLote

protected java.lang.String numeroLote

detalheGuia

protected CtDetalheGuiaOdonto detalheGuia

valorTotalLiberadoLote

protected java.math.BigDecimal valorTotalLiberadoLote

valorTotalProcessadoLote

protected java.math.BigDecimal valorTotalProcessadoLote

valorTotalGlosaLote

protected java.math.BigDecimal valorTotalGlosaLote
Constructor Detail

CtLoteOdonto

public CtLoteOdonto()
Method Detail

getNumeroLote

public java.lang.String getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is String

setNumeroLote

public void setNumeroLote(java.lang.String value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is String

getDetalheGuia

public CtDetalheGuiaOdonto getDetalheGuia()
Gets the value of the detalheGuia property.

Returns:
possible object is CtDetalheGuiaOdonto

setDetalheGuia

public void setDetalheGuia(CtDetalheGuiaOdonto value)
Sets the value of the detalheGuia property.

Parameters:
value - allowed object is CtDetalheGuiaOdonto

getValorTotalLiberadoLote

public java.math.BigDecimal getValorTotalLiberadoLote()
Gets the value of the valorTotalLiberadoLote property.

Returns:
possible object is BigDecimal

setValorTotalLiberadoLote

public void setValorTotalLiberadoLote(java.math.BigDecimal value)
Sets the value of the valorTotalLiberadoLote property.

Parameters:
value - allowed object is BigDecimal

getValorTotalProcessadoLote

public java.math.BigDecimal getValorTotalProcessadoLote()
Gets the value of the valorTotalProcessadoLote property.

Returns:
possible object is BigDecimal

setValorTotalProcessadoLote

public void setValorTotalProcessadoLote(java.math.BigDecimal value)
Sets the value of the valorTotalProcessadoLote property.

Parameters:
value - allowed object is BigDecimal

getValorTotalGlosaLote

public java.math.BigDecimal getValorTotalGlosaLote()
Gets the value of the valorTotalGlosaLote property.

Returns:
possible object is BigDecimal

setValorTotalGlosaLote

public void setValorTotalGlosaLote(java.math.BigDecimal value)
Sets the value of the valorTotalGlosaLote property.

Parameters:
value - allowed object is BigDecimal