|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RespostaManifestacaoProcessual
public class RespostaManifestacaoProcessual
Tipo de elemento que encapsula a resposta decorrente da manifesta��o apresentada. Sendo bem sucedida ou n�o, deve ser fornecido protocolo da opera��o. O recibo dever� ser apresentado em caso de sucesso.
Java class for tipoEntregarManifestacaoProcessualResposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoEntregarManifestacaoProcessualResposta"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sucesso" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="mensagem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="protocoloRecebimento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="dataOperacao" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDataHora"/> <element name="recibo" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="parametro" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoParametro" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected DataHora |
dataOperacao
|
protected String |
mensagem
|
protected List<Parametro> |
parametro
|
protected String |
protocoloRecebimento
|
protected byte[] |
recibo
|
protected boolean |
sucesso
|
Constructor Summary | |
---|---|
RespostaManifestacaoProcessual()
|
Method Summary | |
---|---|
DataHora |
getDataOperacao()
Gets the value of the dataOperacao property. |
String |
getMensagem()
Gets the value of the mensagem property. |
List<Parametro> |
getParametro()
Gets the value of the parametro property. |
String |
getProtocoloRecebimento()
Gets the value of the protocoloRecebimento property. |
byte[] |
getRecibo()
Gets the value of the recibo property. |
boolean |
isSetDataOperacao()
|
boolean |
isSetMensagem()
|
boolean |
isSetParametro()
|
boolean |
isSetProtocoloRecebimento()
|
boolean |
isSetRecibo()
|
boolean |
isSetSucesso()
|
boolean |
isSucesso()
Gets the value of the sucesso property. |
void |
setDataOperacao(DataHora value)
Sets the value of the dataOperacao property. |
void |
setMensagem(String value)
Sets the value of the mensagem property. |
void |
setProtocoloRecebimento(String value)
Sets the value of the protocoloRecebimento property. |
void |
setRecibo(byte[] value)
Sets the value of the recibo property. |
void |
setSucesso(boolean value)
Sets the value of the sucesso property. |
void |
unsetParametro()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean sucesso
protected String mensagem
protected String protocoloRecebimento
protected DataHora dataOperacao
protected byte[] recibo
protected List<Parametro> parametro
Constructor Detail |
---|
public RespostaManifestacaoProcessual()
Method Detail |
---|
public boolean isSucesso()
public void setSucesso(boolean value)
public boolean isSetSucesso()
public String getMensagem()
String
public void setMensagem(String value)
value
- allowed object is
String
public boolean isSetMensagem()
public String getProtocoloRecebimento()
String
public void setProtocoloRecebimento(String value)
value
- allowed object is
String
public boolean isSetProtocoloRecebimento()
public DataHora getDataOperacao()
DataHora
public void setDataOperacao(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataOperacao()
public byte[] getRecibo()
public void setRecibo(byte[] value)
value
- allowed object is
byte[]public boolean isSetRecibo()
public List<Parametro> getParametro()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the parametro property.
For example, to add a new item, do as follows:
getParametro().add(newItem);
Objects of the following type(s) are allowed in the list
Parametro
public boolean isSetParametro()
public void unsetParametro()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |