br.jus.cnj.intercomunicacao.beans
Class MovimentacaoProcessual

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

public class MovimentacaoProcessual
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

complemento

protected List<String> complemento

movimentoNacional

protected MovimentoNacional movimentoNacional

movimentoLocal

protected String movimentoLocal

idDocumentoVinculado

protected List<String> idDocumentoVinculado

dataHora

protected DataHora dataHora

nivelSigilo

protected Integer nivelSigilo

identificadorMovimento

protected String identificadorMovimento
Constructor Detail

MovimentacaoProcessual

public MovimentacaoProcessual()
Method Detail

getComplemento

public List<String> getComplemento()
Gets the value of the complemento 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 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


isSetComplemento

public boolean isSetComplemento()

unsetComplemento

public void unsetComplemento()

getMovimentoNacional

public MovimentoNacional getMovimentoNacional()
Gets the value of the movimentoNacional property.

Returns:
possible object is MovimentoNacional

setMovimentoNacional

public void setMovimentoNacional(MovimentoNacional value)
Sets the value of the movimentoNacional property.

Parameters:
value - allowed object is MovimentoNacional

isSetMovimentoNacional

public boolean isSetMovimentoNacional()

getMovimentoLocal

public String getMovimentoLocal()
Gets the value of the movimentoLocal property.

Returns:
possible object is String

setMovimentoLocal

public void setMovimentoLocal(String value)
Sets the value of the movimentoLocal property.

Parameters:
value - allowed object is String

isSetMovimentoLocal

public boolean isSetMovimentoLocal()

getIdDocumentoVinculado

public List<String> getIdDocumentoVinculado()
Gets the value of the idDocumentoVinculado 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 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


isSetIdDocumentoVinculado

public boolean isSetIdDocumentoVinculado()

unsetIdDocumentoVinculado

public void unsetIdDocumentoVinculado()

getDataHora

public DataHora getDataHora()
Gets the value of the dataHora property.

Returns:
possible object is DataHora

setDataHora

public void setDataHora(DataHora value)
Sets the value of the dataHora property.

Parameters:
value - allowed object is DataHora

isSetDataHora

public boolean isSetDataHora()

getNivelSigilo

public int getNivelSigilo()
Gets the value of the nivelSigilo property.

Returns:
possible object is Integer

setNivelSigilo

public void setNivelSigilo(int value)
Sets the value of the nivelSigilo property.

Parameters:
value - allowed object is Integer

isSetNivelSigilo

public boolean isSetNivelSigilo()

unsetNivelSigilo

public void unsetNivelSigilo()

getIdentificadorMovimento

public String getIdentificadorMovimento()
Gets the value of the identificadorMovimento property.

Returns:
possible object is String

setIdentificadorMovimento

public void setIdentificadorMovimento(String value)
Sets the value of the identificadorMovimento property.

Parameters:
value - allowed object is String

isSetIdentificadorMovimento

public boolean isSetIdentificadorMovimento()


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