public class MovimentoLocal extends Object implements Serializable
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.2}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>
Modifier and Type | Field and Description |
---|---|
protected int |
codigoMovimento |
protected int |
codigoPaiNacional |
protected String |
descricao |
protected MovimentoLocal |
movimentoLocalPai |
Constructor and Description |
---|
MovimentoLocal() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected MovimentoLocal movimentoLocalPai
protected int codigoMovimento
protected int codigoPaiNacional
protected String descricao
public MovimentoLocal getMovimentoLocalPai()
MovimentoLocal
public void setMovimentoLocalPai(MovimentoLocal value)
value
- allowed object is
MovimentoLocal
public boolean isSetMovimentoLocalPai()
public int getCodigoMovimento()
public void setCodigoMovimento(int value)
public boolean isSetCodigoMovimento()
public int getCodigoPaiNacional()
public void setCodigoPaiNacional(int value)
public boolean isSetCodigoPaiNacional()
public String getDescricao()
String
public void setDescricao(String value)
value
- allowed object is
String
public boolean isSetDescricao()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.