br.jus.cnj.intercomunicacao.beans
Class Intercomunicacao

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.Intercomunicacao
All Implemented Interfaces:
Serializable

public class Intercomunicacao
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

processojudicial

protected List<ProcessoJudicial> processojudicial

avisocomunicacao

protected List<AvisoComunicacaoPendente> avisocomunicacao

comunicacaoprocessual

protected List<ComunicacaoProcessual> comunicacaoprocessual

documento

protected List<DocumentoProcessual> documento
Constructor Detail

Intercomunicacao

public Intercomunicacao()
Method Detail

getProcessojudicial

public List<ProcessoJudicial> getProcessojudicial()
Gets the value of the processojudicial property.

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


isSetProcessojudicial

public boolean isSetProcessojudicial()

unsetProcessojudicial

public void unsetProcessojudicial()

getAvisocomunicacao

public List<AvisoComunicacaoPendente> getAvisocomunicacao()
Gets the value of the avisocomunicacao property.

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


isSetAvisocomunicacao

public boolean isSetAvisocomunicacao()

unsetAvisocomunicacao

public void unsetAvisocomunicacao()

getComunicacaoprocessual

public List<ComunicacaoProcessual> getComunicacaoprocessual()
Gets the value of the comunicacaoprocessual property.

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


isSetComunicacaoprocessual

public boolean isSetComunicacaoprocessual()

unsetComunicacaoprocessual

public void unsetComunicacaoprocessual()

getDocumento

public List<DocumentoProcessual> getDocumento()
Gets the value of the documento property.

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


isSetDocumento

public boolean isSetDocumento()

unsetDocumento

public void unsetDocumento()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.