|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RespostaConsultaAvisosPendentes
public class RespostaConsultaAvisosPendentes
Tipo de elemento que encapsula os dados de resposta relativos � exist�ncia de avisos pendentes. Retorna a indica��o relativa ao sucesso da opera��o, campo de mensagem em texto e zero ou mais objetos do tipo 'tipoAvisoComunicacaoPendente' definido no namespace http://www.cnj.jus.br/intercomunicacao-2.1.
Java class for tipoConsultarAvisosPendentesResposta complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConsultarAvisosPendentesResposta"> <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="aviso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoAvisoComunicacaoPendente" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<AvisoComunicacaoPendente> |
aviso
|
protected String |
mensagem
|
protected boolean |
sucesso
|
Constructor Summary | |
---|---|
RespostaConsultaAvisosPendentes()
|
Method Summary | |
---|---|
List<AvisoComunicacaoPendente> |
getAviso()
Gets the value of the aviso property. |
String |
getMensagem()
Gets the value of the mensagem property. |
boolean |
isSetAviso()
|
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. |
void |
unsetAviso()
|
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 List<AvisoComunicacaoPendente> aviso
Constructor Detail |
---|
public RespostaConsultaAvisosPendentes()
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 List<AvisoComunicacaoPendente> getAviso()
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 aviso property.
For example, to add a new item, do as follows:
getAviso().add(newItem);
Objects of the following type(s) are allowed in the list
AvisoComunicacaoPendente
public boolean isSetAviso()
public void unsetAviso()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |