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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.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" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12" minOccurs="0"/>
         <element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao12"/>
         <element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
         <element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_protocolo"/>
         <element name="valorInformado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario"/>
         <element name="valorGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" 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.math.BigDecimal valorGlosa
           
protected  java.math.BigDecimal valorInformado
           
protected  java.math.BigDecimal valorLiberado
           
protected  java.math.BigDecimal 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.math.BigDecimal getValorGlosa()
          Gets the value of the valorGlosa property.
 java.math.BigDecimal getValorInformado()
          Gets the value of the valorInformado property.
 java.math.BigDecimal getValorLiberado()
          Gets the value of the valorLiberado property.
 java.math.BigDecimal 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.math.BigDecimal value)
          Sets the value of the valorGlosa property.
 void setValorInformado(java.math.BigDecimal value)
          Sets the value of the valorInformado property.
 void setValorLiberado(java.math.BigDecimal value)
          Sets the value of the valorLiberado property.
 void setValorProcessado(java.math.BigDecimal 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 java.math.BigDecimal valorInformado

valorProcessado

protected java.math.BigDecimal valorProcessado

valorLiberado

protected java.math.BigDecimal valorLiberado

valorGlosa

protected java.math.BigDecimal 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 java.math.BigDecimal getValorInformado()
Gets the value of the valorInformado property.

Returns:
possible object is BigDecimal

setValorInformado

public void setValorInformado(java.math.BigDecimal value)
Sets the value of the valorInformado property.

Parameters:
value - allowed object is BigDecimal

getValorProcessado

public java.math.BigDecimal getValorProcessado()
Gets the value of the valorProcessado property.

Returns:
possible object is BigDecimal

setValorProcessado

public void setValorProcessado(java.math.BigDecimal value)
Sets the value of the valorProcessado property.

Parameters:
value - allowed object is BigDecimal

getValorLiberado

public java.math.BigDecimal getValorLiberado()
Gets the value of the valorLiberado property.

Returns:
possible object is BigDecimal

setValorLiberado

public void setValorLiberado(java.math.BigDecimal value)
Sets the value of the valorLiberado property.

Parameters:
value - allowed object is BigDecimal

getValorGlosa

public java.math.BigDecimal getValorGlosa()
Gets the value of the valorGlosa property.

Returns:
possible object is BigDecimal

setValorGlosa

public void setValorGlosa(java.math.BigDecimal value)
Sets the value of the valorGlosa property.

Parameters:
value - allowed object is BigDecimal