br.jus.cnj.intercomunicacao.beans
Class AssuntoLocal

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

public class AssuntoLocal
extends Object
implements Serializable

Tipo de elemento destinado a permitir prestar informa��es relativas a assuntos criados localmente pelo tribunal.

Java class for tipoAssuntoLocal complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoAssuntoLocal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="assuntoLocalPai" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoAssuntoLocal" minOccurs="0"/>
       </sequence>
       <attribute name="codigoAssunto" 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>
 

See Also:
Serialized Form

Field Summary
protected  AssuntoLocal assuntoLocalPai
           
protected  int codigoAssunto
           
protected  int codigoPaiNacional
           
protected  String descricao
           
 
Constructor Summary
AssuntoLocal()
           
 
Method Summary
 AssuntoLocal getAssuntoLocalPai()
          Gets the value of the assuntoLocalPai property.
 int getCodigoAssunto()
          Gets the value of the codigoAssunto property.
 int getCodigoPaiNacional()
          Gets the value of the codigoPaiNacional property.
 String getDescricao()
          Gets the value of the descricao property.
 boolean isSetAssuntoLocalPai()
           
 boolean isSetCodigoAssunto()
           
 boolean isSetCodigoPaiNacional()
           
 boolean isSetDescricao()
           
 void setAssuntoLocalPai(AssuntoLocal value)
          Sets the value of the assuntoLocalPai property.
 void setCodigoAssunto(int value)
          Sets the value of the codigoAssunto property.
 void setCodigoPaiNacional(int value)
          Sets the value of the codigoPaiNacional property.
 void setDescricao(String value)
          Sets the value of the descricao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assuntoLocalPai

protected AssuntoLocal assuntoLocalPai

codigoAssunto

protected int codigoAssunto

codigoPaiNacional

protected int codigoPaiNacional

descricao

protected String descricao
Constructor Detail

AssuntoLocal

public AssuntoLocal()
Method Detail

getAssuntoLocalPai

public AssuntoLocal getAssuntoLocalPai()
Gets the value of the assuntoLocalPai property.

Returns:
possible object is AssuntoLocal

setAssuntoLocalPai

public void setAssuntoLocalPai(AssuntoLocal value)
Sets the value of the assuntoLocalPai property.

Parameters:
value - allowed object is AssuntoLocal

isSetAssuntoLocalPai

public boolean isSetAssuntoLocalPai()

getCodigoAssunto

public int getCodigoAssunto()
Gets the value of the codigoAssunto property.


setCodigoAssunto

public void setCodigoAssunto(int value)
Sets the value of the codigoAssunto property.


isSetCodigoAssunto

public boolean isSetCodigoAssunto()

getCodigoPaiNacional

public int getCodigoPaiNacional()
Gets the value of the codigoPaiNacional property.


setCodigoPaiNacional

public void setCodigoPaiNacional(int value)
Sets the value of the codigoPaiNacional property.


isSetCodigoPaiNacional

public boolean isSetCodigoPaiNacional()

getDescricao

public String getDescricao()
Gets the value of the descricao property.

Returns:
possible object is String

setDescricao

public void setDescricao(String value)
Sets the value of the descricao property.

Parameters:
value - allowed object is String

isSetDescricao

public boolean isSetDescricao()


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