public class AssuntoProcessual extends Object implements Serializable
Java class for tipoAssuntoProcessual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoAssuntoProcessual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="codigoNacional" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="assuntoLocal" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoAssuntoLocal"/> </choice> <attribute name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AssuntoLocal |
assuntoLocal |
protected Integer |
codigoNacional |
protected Boolean |
principal |
Constructor and Description |
---|
AssuntoProcessual() |
Modifier and Type | Method and Description |
---|---|
AssuntoLocal |
getAssuntoLocal()
Gets the value of the assuntoLocal property.
|
Integer |
getCodigoNacional()
Gets the value of the codigoNacional property.
|
boolean |
isPrincipal()
Gets the value of the principal property.
|
boolean |
isSetAssuntoLocal() |
boolean |
isSetCodigoNacional() |
boolean |
isSetPrincipal() |
void |
setAssuntoLocal(AssuntoLocal value)
Sets the value of the assuntoLocal property.
|
void |
setCodigoNacional(Integer value)
Sets the value of the codigoNacional property.
|
void |
setPrincipal(boolean value)
Sets the value of the principal property.
|
void |
unsetPrincipal() |
protected Integer codigoNacional
protected AssuntoLocal assuntoLocal
protected Boolean principal
public Integer getCodigoNacional()
Integer
public void setCodigoNacional(Integer value)
value
- allowed object is
Integer
public boolean isSetCodigoNacional()
public AssuntoLocal getAssuntoLocal()
AssuntoLocal
public void setAssuntoLocal(AssuntoLocal value)
value
- allowed object is
AssuntoLocal
public boolean isSetAssuntoLocal()
public boolean isPrincipal()
Boolean
public void setPrincipal(boolean value)
value
- allowed object is
Boolean
public boolean isSetPrincipal()
public void unsetPrincipal()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.