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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.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" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <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}ct_dadosLote" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="valorProcessadoFatura" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorLiberadoFatura" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorGlosaFatura" type="{http://www.w3.org/2001/XMLSchema}double" 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.lang.Double valorGlosaFatura
           
protected  double valorLiberadoFatura
           
protected  double 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.lang.Double getValorGlosaFatura()
          Gets the value of the valorGlosaFatura property.
 double getValorLiberadoFatura()
          Gets the value of the valorLiberadoFatura property.
 double 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.lang.Double value)
          Sets the value of the valorGlosaFatura property.
 void setValorLiberadoFatura(double value)
          Sets the value of the valorLiberadoFatura property.
 void setValorProcessadoFatura(double 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 double valorProcessadoFatura

valorLiberadoFatura

protected double valorLiberadoFatura

valorGlosaFatura

protected java.lang.Double 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 double getValorProcessadoFatura()
Gets the value of the valorProcessadoFatura property.


setValorProcessadoFatura

public void setValorProcessadoFatura(double value)
Sets the value of the valorProcessadoFatura property.


getValorLiberadoFatura

public double getValorLiberadoFatura()
Gets the value of the valorLiberadoFatura property.


setValorLiberadoFatura

public void setValorLiberadoFatura(double value)
Sets the value of the valorLiberadoFatura property.


getValorGlosaFatura

public java.lang.Double getValorGlosaFatura()
Gets the value of the valorGlosaFatura property.

Returns:
possible object is Double

setValorGlosaFatura

public void setValorGlosaFatura(java.lang.Double value)
Sets the value of the valorGlosaFatura property.

Parameters:
value - allowed object is Double