|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.Intercomunicacao
public class Intercomunicacao
Tipo de elemento raiz da intercomunica��o. Ele dever� conter um dos elementos principais (processojudicial, avisocomunicacao e comunicacaoprocessual).
Java class for tipoIntercomunicacao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoIntercomunicacao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="processojudicial" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoProcessoJudicial" maxOccurs="unbounded"/> <element name="avisocomunicacao" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoAvisoComunicacaoPendente" maxOccurs="unbounded"/> <element name="comunicacaoprocessual" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoComunicacaoProcessual" maxOccurs="unbounded"/> <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDocumento" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<AvisoComunicacaoPendente> |
avisocomunicacao
|
protected List<ComunicacaoProcessual> |
comunicacaoprocessual
|
protected List<DocumentoProcessual> |
documento
|
protected List<ProcessoJudicial> |
processojudicial
|
Constructor Summary | |
---|---|
Intercomunicacao()
|
Method Summary | |
---|---|
List<AvisoComunicacaoPendente> |
getAvisocomunicacao()
Gets the value of the avisocomunicacao property. |
List<ComunicacaoProcessual> |
getComunicacaoprocessual()
Gets the value of the comunicacaoprocessual property. |
List<DocumentoProcessual> |
getDocumento()
Gets the value of the documento property. |
List<ProcessoJudicial> |
getProcessojudicial()
Gets the value of the processojudicial property. |
boolean |
isSetAvisocomunicacao()
|
boolean |
isSetComunicacaoprocessual()
|
boolean |
isSetDocumento()
|
boolean |
isSetProcessojudicial()
|
void |
unsetAvisocomunicacao()
|
void |
unsetComunicacaoprocessual()
|
void |
unsetDocumento()
|
void |
unsetProcessojudicial()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<ProcessoJudicial> processojudicial
protected List<AvisoComunicacaoPendente> avisocomunicacao
protected List<ComunicacaoProcessual> comunicacaoprocessual
protected List<DocumentoProcessual> documento
Constructor Detail |
---|
public Intercomunicacao()
Method Detail |
---|
public List<ProcessoJudicial> getProcessojudicial()
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 processojudicial property.
For example, to add a new item, do as follows:
getProcessojudicial().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessoJudicial
public boolean isSetProcessojudicial()
public void unsetProcessojudicial()
public List<AvisoComunicacaoPendente> getAvisocomunicacao()
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 avisocomunicacao property.
For example, to add a new item, do as follows:
getAvisocomunicacao().add(newItem);
Objects of the following type(s) are allowed in the list
AvisoComunicacaoPendente
public boolean isSetAvisocomunicacao()
public void unsetAvisocomunicacao()
public List<ComunicacaoProcessual> getComunicacaoprocessual()
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 comunicacaoprocessual property.
For example, to add a new item, do as follows:
getComunicacaoprocessual().add(newItem);
Objects of the following type(s) are allowed in the list
ComunicacaoProcessual
public boolean isSetComunicacaoprocessual()
public void unsetComunicacaoprocessual()
public List<DocumentoProcessual> getDocumento()
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 documento property.
For example, to add a new item, do as follows:
getDocumento().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoProcessual
public boolean isSetDocumento()
public void unsetDocumento()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |