|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtProtocoloRecebimento
public class CtProtocoloRecebimento
Java class for ct_protocoloRecebimento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_protocoloRecebimento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dadosOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/> <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/> <element name="dataEnvioLote" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> <element name="numeroLote" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="mensagemDetalheProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_detalheProtocolo" minOccurs="0"/> <choice> <element name="numeroProtocoloRecebimento" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="mensagemErro" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtIdentificacaoOperadora |
dadosOperadora
|
protected CtContratado |
dadosPrestador
|
protected javax.xml.datatype.XMLGregorianCalendar |
dataEnvioLote
|
protected CtDetalheProtocolo |
mensagemDetalheProtocolo
|
protected java.lang.String |
mensagemErro
|
protected java.math.BigInteger |
numeroLote
|
protected java.math.BigInteger |
numeroProtocoloRecebimento
|
Constructor Summary | |
---|---|
CtProtocoloRecebimento()
|
Method Summary | |
---|---|
CtIdentificacaoOperadora |
getDadosOperadora()
Gets the value of the dadosOperadora property. |
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
javax.xml.datatype.XMLGregorianCalendar |
getDataEnvioLote()
Gets the value of the dataEnvioLote property. |
CtDetalheProtocolo |
getMensagemDetalheProtocolo()
Gets the value of the mensagemDetalheProtocolo property. |
java.lang.String |
getMensagemErro()
Gets the value of the mensagemErro property. |
java.math.BigInteger |
getNumeroLote()
Gets the value of the numeroLote property. |
java.math.BigInteger |
getNumeroProtocoloRecebimento()
Gets the value of the numeroProtocoloRecebimento property. |
void |
setDadosOperadora(CtIdentificacaoOperadora value)
Sets the value of the dadosOperadora property. |
void |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataEnvioLote property. |
void |
setMensagemDetalheProtocolo(CtDetalheProtocolo value)
Sets the value of the mensagemDetalheProtocolo property. |
void |
setMensagemErro(java.lang.String value)
Sets the value of the mensagemErro property. |
void |
setNumeroLote(java.math.BigInteger value)
Sets the value of the numeroLote property. |
void |
setNumeroProtocoloRecebimento(java.math.BigInteger value)
Sets the value of the numeroProtocoloRecebimento property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtIdentificacaoOperadora dadosOperadora
protected CtContratado dadosPrestador
protected javax.xml.datatype.XMLGregorianCalendar dataEnvioLote
protected java.math.BigInteger numeroLote
protected CtDetalheProtocolo mensagemDetalheProtocolo
protected java.math.BigInteger numeroProtocoloRecebimento
protected java.lang.String mensagemErro
Constructor Detail |
---|
public CtProtocoloRecebimento()
Method Detail |
---|
public CtIdentificacaoOperadora getDadosOperadora()
CtIdentificacaoOperadora
public void setDadosOperadora(CtIdentificacaoOperadora value)
value
- allowed object is
CtIdentificacaoOperadora
public CtContratado getDadosPrestador()
CtContratado
public void setDadosPrestador(CtContratado value)
value
- allowed object is
CtContratado
public javax.xml.datatype.XMLGregorianCalendar getDataEnvioLote()
XMLGregorianCalendar
public void setDataEnvioLote(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigInteger getNumeroLote()
BigInteger
public void setNumeroLote(java.math.BigInteger value)
value
- allowed object is
BigInteger
public CtDetalheProtocolo getMensagemDetalheProtocolo()
CtDetalheProtocolo
public void setMensagemDetalheProtocolo(CtDetalheProtocolo value)
value
- allowed object is
CtDetalheProtocolo
public java.math.BigInteger getNumeroProtocoloRecebimento()
BigInteger
public void setNumeroProtocoloRecebimento(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getMensagemErro()
String
public void setMensagemErro(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |