br.jus.cnj.intercomunicacao.beans
Class AssuntoProcessual

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

public class AssuntoProcessual
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

codigoNacional

protected Integer codigoNacional

assuntoLocal

protected AssuntoLocal assuntoLocal

principal

protected Boolean principal
Constructor Detail

AssuntoProcessual

public AssuntoProcessual()
Method Detail

getCodigoNacional

public Integer getCodigoNacional()
Gets the value of the codigoNacional property.

Returns:
possible object is Integer

setCodigoNacional

public void setCodigoNacional(Integer value)
Sets the value of the codigoNacional property.

Parameters:
value - allowed object is Integer

isSetCodigoNacional

public boolean isSetCodigoNacional()

getAssuntoLocal

public AssuntoLocal getAssuntoLocal()
Gets the value of the assuntoLocal property.

Returns:
possible object is AssuntoLocal

setAssuntoLocal

public void setAssuntoLocal(AssuntoLocal value)
Sets the value of the assuntoLocal property.

Parameters:
value - allowed object is AssuntoLocal

isSetAssuntoLocal

public boolean isSetAssuntoLocal()

isPrincipal

public boolean isPrincipal()
Gets the value of the principal property.

Returns:
possible object is Boolean

setPrincipal

public void setPrincipal(boolean value)
Sets the value of the principal property.

Parameters:
value - allowed object is Boolean

isSetPrincipal

public boolean isSetPrincipal()

unsetPrincipal

public void unsetPrincipal()


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