br.jus.cnj.intercomunicacao.beans
Class RespostaManifestacaoProcessual

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.RespostaManifestacaoProcessual
All Implemented Interfaces:
Serializable

public class RespostaManifestacaoProcessual
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

sucesso

protected boolean sucesso

mensagem

protected String mensagem

protocoloRecebimento

protected String protocoloRecebimento

dataOperacao

protected DataHora dataOperacao

recibo

protected byte[] recibo

parametro

protected List<Parametro> parametro
Constructor Detail

RespostaManifestacaoProcessual

public RespostaManifestacaoProcessual()
Method Detail

isSucesso

public boolean isSucesso()
Gets the value of the sucesso property.


setSucesso

public void setSucesso(boolean value)
Sets the value of the sucesso property.


isSetSucesso

public boolean isSetSucesso()

getMensagem

public String getMensagem()
Gets the value of the mensagem property.

Returns:
possible object is String

setMensagem

public void setMensagem(String value)
Sets the value of the mensagem property.

Parameters:
value - allowed object is String

isSetMensagem

public boolean isSetMensagem()

getProtocoloRecebimento

public String getProtocoloRecebimento()
Gets the value of the protocoloRecebimento property.

Returns:
possible object is String

setProtocoloRecebimento

public void setProtocoloRecebimento(String value)
Sets the value of the protocoloRecebimento property.

Parameters:
value - allowed object is String

isSetProtocoloRecebimento

public boolean isSetProtocoloRecebimento()

getDataOperacao

public DataHora getDataOperacao()
Gets the value of the dataOperacao property.

Returns:
possible object is DataHora

setDataOperacao

public void setDataOperacao(DataHora value)
Sets the value of the dataOperacao property.

Parameters:
value - allowed object is DataHora

isSetDataOperacao

public boolean isSetDataOperacao()

getRecibo

public byte[] getRecibo()
Gets the value of the recibo property.

Returns:
possible object is byte[]

setRecibo

public void setRecibo(byte[] value)
Sets the value of the recibo property.

Parameters:
value - allowed object is byte[]

isSetRecibo

public boolean isSetRecibo()

getParametro

public List<Parametro> getParametro()
Gets the value of the parametro property.

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


isSetParametro

public boolean isSetParametro()

unsetParametro

public void unsetParametro()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.