br.jus.cnj.intercomunicacao.beans
Class MovimentoNacional

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

public class MovimentoNacional
extends Object
implements Serializable

Tipo de elemento que permite a indica��o da realiza��o de um movimento existente na tabela unificada de que trata a Resolu��o 46.

Java class for tipoMovimentoNacional complex type.

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

 <complexType name="tipoMovimentoNacional">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="complemento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoComplemento" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="codigoNacional" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int codigoNacional
           
protected  List<Complemento> complemento
           
 
Constructor Summary
MovimentoNacional()
           
 
Method Summary
 int getCodigoNacional()
          Gets the value of the codigoNacional property.
 List<Complemento> getComplemento()
          Gets the value of the complemento property.
 boolean isSetCodigoNacional()
           
 boolean isSetComplemento()
           
 void setCodigoNacional(int value)
          Sets the value of the codigoNacional property.
 void unsetComplemento()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

complemento

protected List<Complemento> complemento

codigoNacional

protected int codigoNacional
Constructor Detail

MovimentoNacional

public MovimentoNacional()
Method Detail

getComplemento

public List<Complemento> 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 Complemento


isSetComplemento

public boolean isSetComplemento()

unsetComplemento

public void unsetComplemento()

getCodigoNacional

public int getCodigoNacional()
Gets the value of the codigoNacional property.


setCodigoNacional

public void setCodigoNacional(int value)
Sets the value of the codigoNacional property.


isSetCodigoNacional

public boolean isSetCodigoNacional()


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