|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.ManifestacaoProcessual
public class ManifestacaoProcessual
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>
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 |
---|
protected String idManifestante
protected String senhaManifestante
protected NumeroUnico numeroProcesso
protected CabecalhoProcessual dadosBasicos
protected List<DocumentoProcessual> documento
protected DataHora dataEnvio
protected List<Parametro> parametros
Constructor Detail |
---|
public ManifestacaoProcessual()
Method Detail |
---|
public String getIdManifestante()
String
public void setIdManifestante(String value)
value
- allowed object is
String
public boolean isSetIdManifestante()
public String getSenhaManifestante()
String
public void setSenhaManifestante(String value)
value
- allowed object is
String
public boolean isSetSenhaManifestante()
public NumeroUnico getNumeroProcesso()
NumeroUnico
public void setNumeroProcesso(NumeroUnico value)
value
- allowed object is
NumeroUnico
public boolean isSetNumeroProcesso()
public CabecalhoProcessual getDadosBasicos()
CabecalhoProcessual
public void setDadosBasicos(CabecalhoProcessual value)
value
- allowed object is
CabecalhoProcessual
public boolean isSetDadosBasicos()
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()
public DataHora getDataEnvio()
DataHora
public void setDataEnvio(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataEnvio()
public List<Parametro> getParametros()
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
public boolean isSetParametros()
public void unsetParametros()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |