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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtLoteOdonto
Direct Known Subclasses:
CtDadosPagamento.LoteOdonto

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" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12" minOccurs="0"/>
         <element name="detalheGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_detalheGuiaOdonto" maxOccurs="unbounded"/>
         <element name="valorTotalLiberadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorTotalProcessadoLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorTotalGlosaLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<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
 java.util.List<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 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 java.util.List<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 java.util.List<CtDetalheGuiaOdonto> getDetalheGuia()
Gets the value of the detalheGuia 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 detalheGuia property.

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

    getDetalheGuia().add(newItem);
 

Objects of the following type(s) are allowed in the list 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