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

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

public class CtStatusLote
extends java.lang.Object

Java class for ct_statusLote complex type.

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

 <complexType name="ct_statusLote">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_inteiro12"/>
         <element name="numeroLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_inteiro12"/>
         <element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="numeroFatura" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_inteiro12" minOccurs="0"/>
         <element name="valorProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="valorLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="valorGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
         <element name="status" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_statusProtocolo"/>
         <element name="guias">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="detalheguia" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="identificacaoGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"/>
                             <element name="procedimentosAnalisados">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_itemSolicitacao" maxOccurs="unbounded"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtStatusLote.Guias
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
           
protected  CtStatusLote.Guias guias
           
protected  java.math.BigInteger numeroFatura
           
protected  java.math.BigInteger numeroLote
           
protected  java.math.BigInteger numeroProtocolo
           
protected  java.math.BigInteger status
           
protected  java.math.BigDecimal valorGlosa
           
protected  java.math.BigDecimal valorLiberado
           
protected  java.math.BigDecimal valorProcessado
           
 
Constructor Summary
CtStatusLote()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
          Gets the value of the dataEnvioLote property.
 CtStatusLote.Guias getGuias()
          Gets the value of the guias property.
 java.math.BigInteger getNumeroFatura()
          Gets the value of the numeroFatura property.
 java.math.BigInteger getNumeroLote()
          Gets the value of the numeroLote property.
 java.math.BigInteger getNumeroProtocolo()
          Gets the value of the numeroProtocolo property.
 java.math.BigInteger getStatus()
          Gets the value of the status property.
 java.math.BigDecimal getValorGlosa()
          Gets the value of the valorGlosa 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 setGuias(CtStatusLote.Guias value)
          Sets the value of the guias property.
 void setNumeroFatura(java.math.BigInteger value)
          Sets the value of the numeroFatura property.
 void setNumeroLote(java.math.BigInteger value)
          Sets the value of the numeroLote property.
 void setNumeroProtocolo(java.math.BigInteger value)
          Sets the value of the numeroProtocolo property.
 void setStatus(java.math.BigInteger value)
          Sets the value of the status property.
 void setValorGlosa(java.math.BigDecimal value)
          Sets the value of the valorGlosa 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

numeroProtocolo

protected java.math.BigInteger numeroProtocolo

numeroLote

protected java.math.BigInteger numeroLote

dataEnvioLote

protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote

numeroFatura

protected java.math.BigInteger numeroFatura

valorProcessado

protected java.math.BigDecimal valorProcessado

valorLiberado

protected java.math.BigDecimal valorLiberado

valorGlosa

protected java.math.BigDecimal valorGlosa

status

protected java.math.BigInteger status

guias

protected CtStatusLote.Guias guias
Constructor Detail

CtStatusLote

public CtStatusLote()
Method Detail

getNumeroProtocolo

public java.math.BigInteger getNumeroProtocolo()
Gets the value of the numeroProtocolo property.

Returns:
possible object is BigInteger

setNumeroProtocolo

public void setNumeroProtocolo(java.math.BigInteger value)
Sets the value of the numeroProtocolo property.

Parameters:
value - allowed object is BigInteger

getNumeroLote

public java.math.BigInteger getNumeroLote()
Gets the value of the numeroLote property.

Returns:
possible object is BigInteger

setNumeroLote

public void setNumeroLote(java.math.BigInteger value)
Sets the value of the numeroLote property.

Parameters:
value - allowed object is BigInteger

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

getNumeroFatura

public java.math.BigInteger getNumeroFatura()
Gets the value of the numeroFatura property.

Returns:
possible object is BigInteger

setNumeroFatura

public void setNumeroFatura(java.math.BigInteger value)
Sets the value of the numeroFatura property.

Parameters:
value - allowed object is BigInteger

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

getStatus

public java.math.BigInteger getStatus()
Gets the value of the status property.

Returns:
possible object is BigInteger

setStatus

public void setStatus(java.math.BigInteger value)
Sets the value of the status property.

Parameters:
value - allowed object is BigInteger

getGuias

public CtStatusLote.Guias getGuias()
Gets the value of the guias property.

Returns:
possible object is CtStatusLote.Guias

setGuias

public void setGuias(CtStatusLote.Guias value)
Sets the value of the guias property.

Parameters:
value - allowed object is CtStatusLote.Guias