br.jus.cnj.intercomunicacao.beans
Class RelacionamentoPessoal

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

public class RelacionamentoPessoal
extends Object
implements Serializable

Tipo destinado a permitir a vincula��o entre uma parte e outra pessoa, sendo esclarecido o tipo de relacionamento por meio da modalidade indicada no atributo do elemento.

Java class for tipoRelacionamentoPessoal complex type.

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

 <complexType name="tipoRelacionamentoPessoal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pessoa" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoPessoa"/>
       </sequence>
       <attribute name="modalidadeRelacionamento" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadesRelacionamentoPessoal" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  ModalidadesRelacionamentoPessoal modalidadeRelacionamento
           
protected  Pessoa pessoa
           
 
Constructor Summary
RelacionamentoPessoal()
           
 
Method Summary
 ModalidadesRelacionamentoPessoal getModalidadeRelacionamento()
          Gets the value of the modalidadeRelacionamento property.
 Pessoa getPessoa()
          Gets the value of the pessoa property.
 boolean isSetModalidadeRelacionamento()
           
 boolean isSetPessoa()
           
 void setModalidadeRelacionamento(ModalidadesRelacionamentoPessoal value)
          Sets the value of the modalidadeRelacionamento property.
 void setPessoa(Pessoa value)
          Sets the value of the pessoa property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pessoa

protected Pessoa pessoa

modalidadeRelacionamento

protected ModalidadesRelacionamentoPessoal modalidadeRelacionamento
Constructor Detail

RelacionamentoPessoal

public RelacionamentoPessoal()
Method Detail

getPessoa

public Pessoa getPessoa()
Gets the value of the pessoa property.

Returns:
possible object is Pessoa

setPessoa

public void setPessoa(Pessoa value)
Sets the value of the pessoa property.

Parameters:
value - allowed object is Pessoa

isSetPessoa

public boolean isSetPessoa()

getModalidadeRelacionamento

public ModalidadesRelacionamentoPessoal getModalidadeRelacionamento()
Gets the value of the modalidadeRelacionamento property.

Returns:
possible object is ModalidadesRelacionamentoPessoal

setModalidadeRelacionamento

public void setModalidadeRelacionamento(ModalidadesRelacionamentoPessoal value)
Sets the value of the modalidadeRelacionamento property.

Parameters:
value - allowed object is ModalidadesRelacionamentoPessoal

isSetModalidadeRelacionamento

public boolean isSetModalidadeRelacionamento()


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