|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.VinculacaoProcessual
public class VinculacaoProcessual
Tipo de elemento que permite informar uma vincula��o entre um processo judicial e outro.
Java class for tipoVinculacaoProcessual complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoVinculacaoProcessual"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="numeroProcesso" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoNumeroUnico" /> <attribute name="vinculo" use="required" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadeVinculacaoProcesso" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected NumeroUnico |
numeroProcesso
|
protected ModalidadeVinculacaoProcesso |
vinculo
|
Constructor Summary | |
---|---|
VinculacaoProcessual()
|
Method Summary | |
---|---|
NumeroUnico |
getNumeroProcesso()
Gets the value of the numeroProcesso property. |
ModalidadeVinculacaoProcesso |
getVinculo()
Gets the value of the vinculo property. |
boolean |
isSetNumeroProcesso()
|
boolean |
isSetVinculo()
|
void |
setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso property. |
void |
setVinculo(ModalidadeVinculacaoProcesso value)
Sets the value of the vinculo property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NumeroUnico numeroProcesso
protected ModalidadeVinculacaoProcesso vinculo
Constructor Detail |
---|
public VinculacaoProcessual()
Method Detail |
---|
public NumeroUnico getNumeroProcesso()
NumeroUnico
public void setNumeroProcesso(NumeroUnico value)
value
- allowed object is
NumeroUnico
public boolean isSetNumeroProcesso()
public ModalidadeVinculacaoProcesso getVinculo()
ModalidadeVinculacaoProcesso
public void setVinculo(ModalidadeVinculacaoProcesso value)
value
- allowed object is
ModalidadeVinculacaoProcesso
public boolean isSetVinculo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |