|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}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 |
---|
protected java.math.BigInteger numeroProtocolo
protected java.math.BigInteger numeroLote
protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
protected java.math.BigInteger numeroFatura
protected java.math.BigDecimal valorProcessado
protected java.math.BigDecimal valorLiberado
protected java.math.BigDecimal valorGlosa
protected java.math.BigInteger status
protected CtStatusLote.Guias guias
Constructor Detail |
---|
public CtStatusLote()
Method Detail |
---|
public java.math.BigInteger getNumeroProtocolo()
BigInteger
public void setNumeroProtocolo(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getNumeroLote()
BigInteger
public void setNumeroLote(java.math.BigInteger value)
value
- allowed object is
BigInteger
public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
XMLGregorianCalendar
public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigInteger getNumeroFatura()
BigInteger
public void setNumeroFatura(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigDecimal getValorProcessado()
BigDecimal
public void setValorProcessado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorLiberado()
BigDecimal
public void setValorLiberado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorGlosa()
BigDecimal
public void setValorGlosa(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigInteger getStatus()
BigInteger
public void setStatus(java.math.BigInteger value)
value
- allowed object is
BigInteger
public CtStatusLote.Guias getGuias()
CtStatusLote.Guias
public 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 |