br.jus.cnj.intercomunicacao.beans
Class MovimentoLocal

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

public class MovimentoLocal
extends Object
implements Serializable

Tipo de elemento destinado a permitir prestar informa��es relativas a movimentos criados localmente pelo tribunal.

Java class for tipoMovimentoLocal complex type.

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

 <complexType name="tipoMovimentoLocal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="movimentoLocalPai" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoMovimentoLocal" minOccurs="0"/>
       </sequence>
       <attribute name="codigoMovimento" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="codigoPaiNacional" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="descricao" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int codigoMovimento
           
protected  int codigoPaiNacional
           
protected  String descricao
           
protected  MovimentoLocal movimentoLocalPai
           
 
Constructor Summary
MovimentoLocal()
           
 
Method Summary
 int getCodigoMovimento()
          Gets the value of the codigoMovimento property.
 int getCodigoPaiNacional()
          Gets the value of the codigoPaiNacional property.
 String getDescricao()
          Gets the value of the descricao property.
 MovimentoLocal getMovimentoLocalPai()
          Gets the value of the movimentoLocalPai property.
 boolean isSetCodigoMovimento()
           
 boolean isSetCodigoPaiNacional()
           
 boolean isSetDescricao()
           
 boolean isSetMovimentoLocalPai()
           
 void setCodigoMovimento(int value)
          Sets the value of the codigoMovimento property.
 void setCodigoPaiNacional(int value)
          Sets the value of the codigoPaiNacional property.
 void setDescricao(String value)
          Sets the value of the descricao property.
 void setMovimentoLocalPai(MovimentoLocal value)
          Sets the value of the movimentoLocalPai property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

movimentoLocalPai

protected MovimentoLocal movimentoLocalPai

codigoMovimento

protected int codigoMovimento

codigoPaiNacional

protected int codigoPaiNacional

descricao

protected String descricao
Constructor Detail

MovimentoLocal

public MovimentoLocal()
Method Detail

getMovimentoLocalPai

public MovimentoLocal getMovimentoLocalPai()
Gets the value of the movimentoLocalPai property.

Returns:
possible object is MovimentoLocal

setMovimentoLocalPai

public void setMovimentoLocalPai(MovimentoLocal value)
Sets the value of the movimentoLocalPai property.

Parameters:
value - allowed object is MovimentoLocal

isSetMovimentoLocalPai

public boolean isSetMovimentoLocalPai()

getCodigoMovimento

public int getCodigoMovimento()
Gets the value of the codigoMovimento property.


setCodigoMovimento

public void setCodigoMovimento(int value)
Sets the value of the codigoMovimento property.


isSetCodigoMovimento

public boolean isSetCodigoMovimento()

getCodigoPaiNacional

public int getCodigoPaiNacional()
Gets the value of the codigoPaiNacional property.


setCodigoPaiNacional

public void setCodigoPaiNacional(int value)
Sets the value of the codigoPaiNacional property.


isSetCodigoPaiNacional

public boolean isSetCodigoPaiNacional()

getDescricao

public String getDescricao()
Gets the value of the descricao property.

Returns:
possible object is String

setDescricao

public void setDescricao(String value)
Sets the value of the descricao property.

Parameters:
value - allowed object is String

isSetDescricao

public boolean isSetDescricao()


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