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

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

public class CtDadosResumo
extends java.lang.Object

Java class for ct_dadosResumo complex type.

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

 <complexType name="ct_dadosResumo">
   <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="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="numeroLote">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dataEnvioLote" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="numeroProtocolo">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valorInformado" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorProcessado" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorLiberado" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="valorGlosa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
           
protected  java.lang.String numeroFatura
           
protected  java.lang.String numeroLote
           
protected  java.lang.String numeroProtocolo
           
protected  java.lang.Double valorGlosa
           
protected  double valorInformado
           
protected  double valorLiberado
           
protected  double valorProcessado
           
 
Constructor Summary
CtDadosResumo()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
          Gets the value of the dataEnvioLote property.
 java.lang.String getNumeroFatura()
          Gets the value of the numeroFatura property.
 java.lang.String getNumeroLote()
          Gets the value of the numeroLote property.
 java.lang.String getNumeroProtocolo()
          Gets the value of the numeroProtocolo property.
 java.lang.Double getValorGlosa()
          Gets the value of the valorGlosa property.
 double getValorInformado()
          Gets the value of the valorInformado property.
 double getValorLiberado()
          Gets the value of the valorLiberado property.
 double getValorProcessado()
          Gets the value of the valorProcessado property.
 void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataEnvioLote property.
 void setNumeroFatura(java.lang.String value)
          Sets the value of the numeroFatura property.
 void setNumeroLote(java.lang.String value)
          Sets the value of the numeroLote property.
 void setNumeroProtocolo(java.lang.String value)
          Sets the value of the numeroProtocolo property.
 void setValorGlosa(java.lang.Double value)
          Sets the value of the valorGlosa property.
 void setValorInformado(double value)
          Sets the value of the valorInformado property.
 void setValorLiberado(double value)
          Sets the value of the valorLiberado property.
 void setValorProcessado(double value)
          Sets the value of the valorProcessado 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

numeroLote

protected java.lang.String numeroLote

dataEnvioLote

protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote

numeroProtocolo

protected java.lang.String numeroProtocolo

valorInformado

protected double valorInformado

valorProcessado

protected double valorProcessado

valorLiberado

protected double valorLiberado

valorGlosa

protected java.lang.Double valorGlosa
Constructor Detail

CtDadosResumo

public CtDadosResumo()
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

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

getDataEnvioLote

public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
Gets the value of the dataEnvioLote property.

Returns:
possible object is XMLGregorianCalendar

setDataEnvioLote

public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEnvioLote property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNumeroProtocolo

public java.lang.String getNumeroProtocolo()
Gets the value of the numeroProtocolo property.

Returns:
possible object is String

setNumeroProtocolo

public void setNumeroProtocolo(java.lang.String value)
Sets the value of the numeroProtocolo property.

Parameters:
value - allowed object is String

getValorInformado

public double getValorInformado()
Gets the value of the valorInformado property.


setValorInformado

public void setValorInformado(double value)
Sets the value of the valorInformado property.


getValorProcessado

public double getValorProcessado()
Gets the value of the valorProcessado property.


setValorProcessado

public void setValorProcessado(double value)
Sets the value of the valorProcessado property.


getValorLiberado

public double getValorLiberado()
Gets the value of the valorLiberado property.


setValorLiberado

public void setValorLiberado(double value)
Sets the value of the valorLiberado property.


getValorGlosa

public java.lang.Double getValorGlosa()
Gets the value of the valorGlosa property.

Returns:
possible object is Double

setValorGlosa

public void setValorGlosa(java.lang.Double value)
Sets the value of the valorGlosa property.

Parameters:
value - allowed object is Double