public class RespostaConfirmacaoRecebimento extends Object implements Serializable
Java class for tipoConfirmarRecebimentoResposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConfirmarRecebimentoResposta"> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
mensagem |
protected boolean |
sucesso |
Constructor and Description |
---|
RespostaConfirmacaoRecebimento() |
Modifier and Type | Method and Description |
---|---|
String |
getMensagem()
Gets the value of the mensagem property.
|
boolean |
isSetMensagem() |
boolean |
isSetSucesso() |
boolean |
isSucesso()
Gets the value of the sucesso 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
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.