|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtStatusLote
public class CtStatusLote
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.v20103}st_protocolo"/>
<element name="numeroLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_inteiro12"/>
<element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_data"/>
<element name="numeroFatura" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_inteiro12" minOccurs="0"/>
<element name="valorProcessado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="valorLiberado" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="valorGlosa" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_valorMonetario" minOccurs="0"/>
<element name="status" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}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.v20103}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.v20103}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 java.lang.String |
dataEnvioLote
|
protected CtStatusLote.Guias |
guias
|
protected java.math.BigInteger |
numeroFatura
|
protected java.math.BigInteger |
numeroLote
|
protected java.lang.String |
numeroProtocolo
|
protected java.lang.String |
status
|
protected java.math.BigDecimal |
valorGlosa
|
protected java.math.BigDecimal |
valorLiberado
|
protected java.math.BigDecimal |
valorProcessado
|
| Constructor Summary | |
|---|---|
CtStatusLote()
|
|
| Method Summary | |
|---|---|
java.lang.String |
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.lang.String |
getNumeroProtocolo()
Gets the value of the numeroProtocolo property. |
java.lang.String |
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(java.lang.String 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.lang.String value)
Sets the value of the numeroProtocolo property. |
void |
setStatus(java.lang.String 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 |
|---|
protected java.lang.String numeroProtocolo
protected java.math.BigInteger numeroLote
protected java.lang.String dataEnvioLote
protected java.math.BigInteger numeroFatura
protected java.math.BigDecimal valorProcessado
protected java.math.BigDecimal valorLiberado
protected java.math.BigDecimal valorGlosa
protected java.lang.String status
protected CtStatusLote.Guias guias
| Constructor Detail |
|---|
public CtStatusLote()
| Method Detail |
|---|
public java.lang.String getNumeroProtocolo()
Stringpublic void setNumeroProtocolo(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getNumeroLote()
BigIntegerpublic void setNumeroLote(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDataEnvioLote()
Stringpublic void setDataEnvioLote(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getNumeroFatura()
BigIntegerpublic void setNumeroFatura(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigDecimal getValorProcessado()
BigDecimalpublic void setValorProcessado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorLiberado()
BigDecimalpublic void setValorLiberado(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getValorGlosa()
BigDecimalpublic void setValorGlosa(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic CtStatusLote.Guias getGuias()
CtStatusLote.Guiaspublic void setGuias(CtStatusLote.Guias value)
value - allowed object is
CtStatusLote.Guias
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||