public class Intercomunicacao extends Object implements Serializable
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.2}tipoProcessoJudicial" maxOccurs="unbounded"/> <element name="avisocomunicacao" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoAvisoComunicacaoPendente" maxOccurs="unbounded"/> <element name="comunicacaoprocessual" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoComunicacaoProcessual" maxOccurs="unbounded"/> <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDocumento" maxOccurs="unbounded"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<AvisoComunicacaoPendente> |
avisocomunicacao |
protected List<ComunicacaoProcessual> |
comunicacaoprocessual |
protected List<DocumentoProcessual> |
documento |
protected List<ProcessoJudicial> |
processojudicial |
Constructor and Description |
---|
Intercomunicacao() |
Modifier and Type | Method and Description |
---|---|
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() |
protected List<ProcessoJudicial> processojudicial
protected List<AvisoComunicacaoPendente> avisocomunicacao
protected List<ComunicacaoProcessual> comunicacaoprocessual
protected List<DocumentoProcessual> documento
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.