|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.MovimentoNacional
public class MovimentoNacional
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>
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 |
---|
protected List<Complemento> complemento
protected int codigoNacional
Constructor Detail |
---|
public MovimentoNacional()
Method Detail |
---|
public List<Complemento> 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
Complemento
public boolean isSetComplemento()
public void unsetComplemento()
public int getCodigoNacional()
public void setCodigoNacional(int value)
public boolean isSetCodigoNacional()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |