|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.RelacionamentoPessoal
public class RelacionamentoPessoal
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>
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 |
---|
protected Pessoa pessoa
protected ModalidadesRelacionamentoPessoal modalidadeRelacionamento
Constructor Detail |
---|
public RelacionamentoPessoal()
Method Detail |
---|
public Pessoa getPessoa()
Pessoa
public void setPessoa(Pessoa value)
value
- allowed object is
Pessoa
public boolean isSetPessoa()
public ModalidadesRelacionamentoPessoal getModalidadeRelacionamento()
ModalidadesRelacionamentoPessoal
public void setModalidadeRelacionamento(ModalidadesRelacionamentoPessoal value)
value
- allowed object is
ModalidadesRelacionamentoPessoal
public boolean isSetModalidadeRelacionamento()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |