|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.AssuntoProcessual
public class AssuntoProcessual
Tipo destinado a permitir a identifica��o de um assunto processual.
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.1}tipoAssuntoLocal"/> </choice> <attribute name="principal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AssuntoLocal |
assuntoLocal
|
protected Integer |
codigoNacional
|
protected Boolean |
principal
|
Constructor Summary | |
---|---|
AssuntoProcessual()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Integer codigoNacional
protected AssuntoLocal assuntoLocal
protected Boolean principal
Constructor Detail |
---|
public AssuntoProcessual()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |