public class RespostaConsultaAlteracao extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected String |
hashCabecalho |
protected String |
hashDocumentos |
protected String |
hashMovimentacoes |
protected String |
mensagem |
protected boolean |
sucesso |
Constructor and Description |
---|
RespostaConsultaAlteracao() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected boolean sucesso
protected String mensagem
protected String hashCabecalho
protected String hashMovimentacoes
protected String hashDocumentos
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.