br.jus.cnj.intercomunicacao.beans
Class RespostaConsultaAlteracao

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

public class RespostaConsultaAlteracao
extends Object
implements Serializable

Tipo de elemento que encapsula os dados de resposta relativos � exist�ncia de altera��es em um processo judicial.

Java class for tipoConsultarAlteracaoResposta complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoConsultarAlteracaoResposta">
   <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="hashCabecalho" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hashMovimentacoes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hashDocumentos" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String hashCabecalho
           
protected  String hashDocumentos
           
protected  String hashMovimentacoes
           
protected  String mensagem
           
protected  boolean sucesso
           
 
Constructor Summary
RespostaConsultaAlteracao()
           
 
Method Summary
 String getHashCabecalho()
          Gets the value of the hashCabecalho property.
 String getHashDocumentos()
          Gets the value of the hashDocumentos property.
 String getHashMovimentacoes()
          Gets the value of the hashMovimentacoes property.
 String getMensagem()
          Gets the value of the mensagem property.
 boolean isSetHashCabecalho()
           
 boolean isSetHashDocumentos()
           
 boolean isSetHashMovimentacoes()
           
 boolean isSetMensagem()
           
 boolean isSetSucesso()
           
 boolean isSucesso()
          Gets the value of the sucesso property.
 void setHashCabecalho(String value)
          Sets the value of the hashCabecalho property.
 void setHashDocumentos(String value)
          Sets the value of the hashDocumentos property.
 void setHashMovimentacoes(String value)
          Sets the value of the hashMovimentacoes property.
 void setMensagem(String value)
          Sets the value of the mensagem property.
 void setSucesso(boolean value)
          Sets the value of the sucesso property.
 
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

hashCabecalho

protected String hashCabecalho

hashMovimentacoes

protected String hashMovimentacoes

hashDocumentos

protected String hashDocumentos
Constructor Detail

RespostaConsultaAlteracao

public RespostaConsultaAlteracao()
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()

getHashCabecalho

public String getHashCabecalho()
Gets the value of the hashCabecalho property.

Returns:
possible object is String

setHashCabecalho

public void setHashCabecalho(String value)
Sets the value of the hashCabecalho property.

Parameters:
value - allowed object is String

isSetHashCabecalho

public boolean isSetHashCabecalho()

getHashMovimentacoes

public String getHashMovimentacoes()
Gets the value of the hashMovimentacoes property.

Returns:
possible object is String

setHashMovimentacoes

public void setHashMovimentacoes(String value)
Sets the value of the hashMovimentacoes property.

Parameters:
value - allowed object is String

isSetHashMovimentacoes

public boolean isSetHashMovimentacoes()

getHashDocumentos

public String getHashDocumentos()
Gets the value of the hashDocumentos property.

Returns:
possible object is String

setHashDocumentos

public void setHashDocumentos(String value)
Sets the value of the hashDocumentos property.

Parameters:
value - allowed object is String

isSetHashDocumentos

public boolean isSetHashDocumentos()


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