|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RespostaConsultaAlteracao
public class RespostaConsultaAlteracao
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>
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 |
---|
protected boolean sucesso
protected String mensagem
protected String hashCabecalho
protected String hashMovimentacoes
protected String hashDocumentos
Constructor Detail |
---|
public RespostaConsultaAlteracao()
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 getHashCabecalho()
String
public void setHashCabecalho(String value)
value
- allowed object is
String
public boolean isSetHashCabecalho()
public String getHashMovimentacoes()
String
public void setHashMovimentacoes(String value)
value
- allowed object is
String
public boolean isSetHashMovimentacoes()
public String getHashDocumentos()
String
public void setHashDocumentos(String value)
value
- allowed object is
String
public boolean isSetHashDocumentos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |