br.jus.cnj.intercomunicacao.beans
Class VinculacaoProcessual

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

public class VinculacaoProcessual
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

numeroProcesso

protected NumeroUnico numeroProcesso

vinculo

protected ModalidadeVinculacaoProcesso vinculo
Constructor Detail

VinculacaoProcessual

public VinculacaoProcessual()
Method Detail

getNumeroProcesso

public NumeroUnico getNumeroProcesso()
Gets the value of the numeroProcesso property.

Returns:
possible object is NumeroUnico

setNumeroProcesso

public void setNumeroProcesso(NumeroUnico value)
Sets the value of the numeroProcesso property.

Parameters:
value - allowed object is NumeroUnico

isSetNumeroProcesso

public boolean isSetNumeroProcesso()

getVinculo

public ModalidadeVinculacaoProcesso getVinculo()
Gets the value of the vinculo property.

Returns:
possible object is ModalidadeVinculacaoProcesso

setVinculo

public void setVinculo(ModalidadeVinculacaoProcesso value)
Sets the value of the vinculo property.

Parameters:
value - allowed object is ModalidadeVinculacaoProcesso

isSetVinculo

public boolean isSetVinculo()


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