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

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

public class CtDadosConta
extends java.lang.Object

Java class for ct_dadosConta complex type.

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

 <complexType name="ct_dadosConta">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12" minOccurs="0"/>
         <element name="lote">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dadosLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_dadosLote" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="valorProcessadoFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorLiberadoFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorGlosaFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtDadosConta.Lote
          Java class for anonymous complex type.
 
Field Summary
protected  CtDadosConta.Lote lote
           
protected  java.lang.String numeroFatura
           
protected  java.math.BigDecimal valorGlosaFatura
           
protected  java.math.BigDecimal valorLiberadoFatura
           
protected  java.math.BigDecimal valorProcessadoFatura
           
 
Constructor Summary
CtDadosConta()
           
 
Method Summary
 CtDadosConta.Lote getLote()
          Gets the value of the lote property.
 java.lang.String getNumeroFatura()
          Gets the value of the numeroFatura property.
 java.math.BigDecimal getValorGlosaFatura()
          Gets the value of the valorGlosaFatura property.
 java.math.BigDecimal getValorLiberadoFatura()
          Gets the value of the valorLiberadoFatura property.
 java.math.BigDecimal getValorProcessadoFatura()
          Gets the value of the valorProcessadoFatura property.
 void setLote(CtDadosConta.Lote value)
          Sets the value of the lote property.
 void setNumeroFatura(java.lang.String value)
          Sets the value of the numeroFatura property.
 void setValorGlosaFatura(java.math.BigDecimal value)
          Sets the value of the valorGlosaFatura property.
 void setValorLiberadoFatura(java.math.BigDecimal value)
          Sets the value of the valorLiberadoFatura property.
 void setValorProcessadoFatura(java.math.BigDecimal value)
          Sets the value of the valorProcessadoFatura property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroFatura

protected java.lang.String numeroFatura

lote

protected CtDadosConta.Lote lote

valorProcessadoFatura

protected java.math.BigDecimal valorProcessadoFatura

valorLiberadoFatura

protected java.math.BigDecimal valorLiberadoFatura

valorGlosaFatura

protected java.math.BigDecimal valorGlosaFatura
Constructor Detail

CtDadosConta

public CtDadosConta()
Method Detail

getNumeroFatura

public java.lang.String getNumeroFatura()
Gets the value of the numeroFatura property.

Returns:
possible object is String

setNumeroFatura

public void setNumeroFatura(java.lang.String value)
Sets the value of the numeroFatura property.

Parameters:
value - allowed object is String

getLote

public CtDadosConta.Lote getLote()
Gets the value of the lote property.

Returns:
possible object is CtDadosConta.Lote

setLote

public void setLote(CtDadosConta.Lote value)
Sets the value of the lote property.

Parameters:
value - allowed object is CtDadosConta.Lote

getValorProcessadoFatura

public java.math.BigDecimal getValorProcessadoFatura()
Gets the value of the valorProcessadoFatura property.

Returns:
possible object is BigDecimal

setValorProcessadoFatura

public void setValorProcessadoFatura(java.math.BigDecimal value)
Sets the value of the valorProcessadoFatura property.

Parameters:
value - allowed object is BigDecimal

getValorLiberadoFatura

public java.math.BigDecimal getValorLiberadoFatura()
Gets the value of the valorLiberadoFatura property.

Returns:
possible object is BigDecimal

setValorLiberadoFatura

public void setValorLiberadoFatura(java.math.BigDecimal value)
Sets the value of the valorLiberadoFatura property.

Parameters:
value - allowed object is BigDecimal

getValorGlosaFatura

public java.math.BigDecimal getValorGlosaFatura()
Gets the value of the valorGlosaFatura property.

Returns:
possible object is BigDecimal

setValorGlosaFatura

public void setValorGlosaFatura(java.math.BigDecimal value)
Sets the value of the valorGlosaFatura property.

Parameters:
value - allowed object is BigDecimal