br.jus.cnj.intercomunicacao.beans
Class ManifestacaoProcessual

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

public class ManifestacaoProcessual
extends Object
implements Serializable

Tipo de elemento que encapsula os dados da manifesta��o processual que est� sendo apresentada. Quando se tratar de processo em curso, deve ser informado o n�mero do processo para o qual � dirigida a manifesta��o. Caso seja processo origin�rio, devem ser enviados os dados b�sicos do processo para sua autua��o e distribui��o.

Java class for tipoEntregarManifestacaoProcessual complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoEntregarManifestacaoProcessual">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="idManifestante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="senhaManifestante" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="numeroProcesso" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoNumeroUnico"/>
           <element name="dadosBasicos" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoCabecalhoProcesso"/>
         </choice>
         <element name="documento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDocumento" maxOccurs="unbounded"/>
         <element name="dataEnvio" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDataHora"/>
         <element name="parametros" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoParametro" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CabecalhoProcessual dadosBasicos
           
protected  DataHora dataEnvio
           
protected  List<DocumentoProcessual> documento
           
protected  String idManifestante
           
protected  NumeroUnico numeroProcesso
           
protected  List<Parametro> parametros
           
protected  String senhaManifestante
           
 
Constructor Summary
ManifestacaoProcessual()
           
 
Method Summary
 CabecalhoProcessual getDadosBasicos()
          Gets the value of the dadosBasicos property.
 DataHora getDataEnvio()
          Gets the value of the dataEnvio property.
 List<DocumentoProcessual> getDocumento()
          Gets the value of the documento property.
 String getIdManifestante()
          Gets the value of the idManifestante property.
 NumeroUnico getNumeroProcesso()
          Gets the value of the numeroProcesso property.
 List<Parametro> getParametros()
          Gets the value of the parametros property.
 String getSenhaManifestante()
          Gets the value of the senhaManifestante property.
 boolean isSetDadosBasicos()
           
 boolean isSetDataEnvio()
           
 boolean isSetDocumento()
           
 boolean isSetIdManifestante()
           
 boolean isSetNumeroProcesso()
           
 boolean isSetParametros()
           
 boolean isSetSenhaManifestante()
           
 void setDadosBasicos(CabecalhoProcessual value)
          Sets the value of the dadosBasicos property.
 void setDataEnvio(DataHora value)
          Sets the value of the dataEnvio property.
 void setIdManifestante(String value)
          Sets the value of the idManifestante property.
 void setNumeroProcesso(NumeroUnico value)
          Sets the value of the numeroProcesso property.
 void setSenhaManifestante(String value)
          Sets the value of the senhaManifestante property.
 void unsetDocumento()
           
 void unsetParametros()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idManifestante

protected String idManifestante

senhaManifestante

protected String senhaManifestante

numeroProcesso

protected NumeroUnico numeroProcesso

dadosBasicos

protected CabecalhoProcessual dadosBasicos

documento

protected List<DocumentoProcessual> documento

dataEnvio

protected DataHora dataEnvio

parametros

protected List<Parametro> parametros
Constructor Detail

ManifestacaoProcessual

public ManifestacaoProcessual()
Method Detail

getIdManifestante

public String getIdManifestante()
Gets the value of the idManifestante property.

Returns:
possible object is String

setIdManifestante

public void setIdManifestante(String value)
Sets the value of the idManifestante property.

Parameters:
value - allowed object is String

isSetIdManifestante

public boolean isSetIdManifestante()

getSenhaManifestante

public String getSenhaManifestante()
Gets the value of the senhaManifestante property.

Returns:
possible object is String

setSenhaManifestante

public void setSenhaManifestante(String value)
Sets the value of the senhaManifestante property.

Parameters:
value - allowed object is String

isSetSenhaManifestante

public boolean isSetSenhaManifestante()

getNumeroProcesso

public NumeroUnico getNumeroProcesso()
Gets the value of the numeroProcesso property.

Returns:
possible object is NumeroUnico

setNumeroProcesso

public void setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso property.

Parameters:
value - allowed object is NumeroUnico

isSetNumeroProcesso

public boolean isSetNumeroProcesso()

getDadosBasicos

public CabecalhoProcessual getDadosBasicos()
Gets the value of the dadosBasicos property.

Returns:
possible object is CabecalhoProcessual

setDadosBasicos

public void setDadosBasicos(CabecalhoProcessual value)
Sets the value of the dadosBasicos property.

Parameters:
value - allowed object is CabecalhoProcessual

isSetDadosBasicos

public boolean isSetDadosBasicos()

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()

getDataEnvio

public DataHora getDataEnvio()
Gets the value of the dataEnvio property.

Returns:
possible object is DataHora

setDataEnvio

public void setDataEnvio(DataHora value)
Sets the value of the dataEnvio property.

Parameters:
value - allowed object is DataHora

isSetDataEnvio

public boolean isSetDataEnvio()

getParametros

public List<Parametro> getParametros()
Gets the value of the parametros 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 parametros property.

For example, to add a new item, do as follows:

    getParametros().add(newItem);
 

Objects of the following type(s) are allowed in the list Parametro


isSetParametros

public boolean isSetParametros()

unsetParametros

public void unsetParametros()


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