public class MovimentacaoProcessual extends Object implements Serializable
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.2}tipoMovimentoNacional"/> <element name="movimentoLocal" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoMovimentoLocal"/> </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.2}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>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
complemento |
protected DataHora |
dataHora |
protected List<String> |
idDocumentoVinculado |
protected String |
identificadorMovimento |
protected MovimentoLocal |
movimentoLocal |
protected MovimentoNacional |
movimentoNacional |
protected Integer |
nivelSigilo |
Constructor and Description |
---|
MovimentacaoProcessual() |
Modifier and Type | Method and Description |
---|---|
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.
|
MovimentoLocal |
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(MovimentoLocal 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() |
protected MovimentoNacional movimentoNacional
protected MovimentoLocal movimentoLocal
protected DataHora dataHora
protected Integer nivelSigilo
protected String identificadorMovimento
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 MovimentoLocal getMovimentoLocal()
MovimentoLocal
public void setMovimentoLocal(MovimentoLocal value)
value
- allowed object is
MovimentoLocal
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.