|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.MovimentacaoProcessual
public class MovimentacaoProcessual
Tipo de elemento destinado a permitir apresentar informa��es relativas � movimenta��o processual.
Java class for tipoMovimentoProcessual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoMovimentoProcessual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <choice> <element name="movimentoNacional" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoMovimentoNacional"/> <element name="movimentoLocal" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="idDocumentoVinculado" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="dataHora" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoDataHora" /> <attribute name="nivelSigilo" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="identificadorMovimento" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
complemento
|
protected DataHora |
dataHora
|
protected List<String> |
idDocumentoVinculado
|
protected String |
identificadorMovimento
|
protected String |
movimentoLocal
|
protected MovimentoNacional |
movimentoNacional
|
protected Integer |
nivelSigilo
|
Constructor Summary | |
---|---|
MovimentacaoProcessual()
|
Method Summary | |
---|---|
List<String> |
getComplemento()
Gets the value of the complemento property. |
DataHora |
getDataHora()
Gets the value of the dataHora property. |
List<String> |
getIdDocumentoVinculado()
Gets the value of the idDocumentoVinculado property. |
String |
getIdentificadorMovimento()
Gets the value of the identificadorMovimento property. |
String |
getMovimentoLocal()
Gets the value of the movimentoLocal property. |
MovimentoNacional |
getMovimentoNacional()
Gets the value of the movimentoNacional property. |
int |
getNivelSigilo()
Gets the value of the nivelSigilo property. |
boolean |
isSetComplemento()
|
boolean |
isSetDataHora()
|
boolean |
isSetIdDocumentoVinculado()
|
boolean |
isSetIdentificadorMovimento()
|
boolean |
isSetMovimentoLocal()
|
boolean |
isSetMovimentoNacional()
|
boolean |
isSetNivelSigilo()
|
void |
setDataHora(DataHora value)
Sets the value of the dataHora property. |
void |
setIdentificadorMovimento(String value)
Sets the value of the identificadorMovimento property. |
void |
setMovimentoLocal(String value)
Sets the value of the movimentoLocal property. |
void |
setMovimentoNacional(MovimentoNacional value)
Sets the value of the movimentoNacional property. |
void |
setNivelSigilo(int value)
Sets the value of the nivelSigilo property. |
void |
unsetComplemento()
|
void |
unsetIdDocumentoVinculado()
|
void |
unsetNivelSigilo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<String> complemento
protected MovimentoNacional movimentoNacional
protected String movimentoLocal
protected List<String> idDocumentoVinculado
protected DataHora dataHora
protected Integer nivelSigilo
protected String identificadorMovimento
Constructor Detail |
---|
public MovimentacaoProcessual()
Method Detail |
---|
public List<String> getComplemento()
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 complemento property.
For example, to add a new item, do as follows:
getComplemento().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetComplemento()
public void unsetComplemento()
public MovimentoNacional getMovimentoNacional()
MovimentoNacional
public void setMovimentoNacional(MovimentoNacional value)
value
- allowed object is
MovimentoNacional
public boolean isSetMovimentoNacional()
public String getMovimentoLocal()
String
public void setMovimentoLocal(String value)
value
- allowed object is
String
public boolean isSetMovimentoLocal()
public List<String> getIdDocumentoVinculado()
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 idDocumentoVinculado property.
For example, to add a new item, do as follows:
getIdDocumentoVinculado().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetIdDocumentoVinculado()
public void unsetIdDocumentoVinculado()
public DataHora getDataHora()
DataHora
public void setDataHora(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataHora()
public int getNivelSigilo()
Integer
public void setNivelSigilo(int value)
value
- allowed object is
Integer
public boolean isSetNivelSigilo()
public void unsetNivelSigilo()
public String getIdentificadorMovimento()
String
public void setIdentificadorMovimento(String value)
value
- allowed object is
String
public boolean isSetIdentificadorMovimento()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |