public class RespostaManifestacaoProcessual extends Object implements Serializable
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.2}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.2}tipoParametro" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataHora |
dataOperacao |
protected String |
mensagem |
protected List<Parametro> |
parametro |
protected String |
protocoloRecebimento |
protected DataHandler |
recibo |
protected boolean |
sucesso |
Constructor and Description |
---|
RespostaManifestacaoProcessual() |
Modifier and Type | Method and Description |
---|---|
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.
|
DataHandler |
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(DataHandler value)
Sets the value of the recibo property.
|
void |
setSucesso(boolean value)
Sets the value of the sucesso property.
|
void |
unsetParametro() |
protected boolean sucesso
protected String mensagem
protected String protocoloRecebimento
protected DataHora dataOperacao
protected DataHandler recibo
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 DataHandler getRecibo()
DataHandler
public void setRecibo(DataHandler value)
value
- allowed object is
DataHandler
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.