br.jus.cnj.intercomunicacao.beans
Class PoloProcessual

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

public class PoloProcessual
extends Object
implements Serializable

Tipo destinado a permitir a identifica��o do polo ocupado por uma determinada parte no processo judicial.

Java class for tipoPoloProcessual complex type.

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

 <complexType name="tipoPoloProcessual">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parte" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoParte" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="polo" type="{http://www.cnj.jus.br/intercomunicacao-2.1}modalidadePoloProcessual" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Parte> parte
           
protected  ModalidadePoloProcessual polo
           
 
Constructor Summary
PoloProcessual()
           
 
Method Summary
 List<Parte> getParte()
          Gets the value of the parte property.
 ModalidadePoloProcessual getPolo()
          Gets the value of the polo property.
 boolean isSetParte()
           
 boolean isSetPolo()
           
 void setPolo(ModalidadePoloProcessual value)
          Sets the value of the polo property.
 void unsetParte()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parte

protected List<Parte> parte

polo

protected ModalidadePoloProcessual polo
Constructor Detail

PoloProcessual

public PoloProcessual()
Method Detail

getParte

public List<Parte> getParte()
Gets the value of the parte property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the parte property.

For example, to add a new item, do as follows:

    getParte().add(newItem);
 

Objects of the following type(s) are allowed in the list Parte


isSetParte

public boolean isSetParte()

unsetParte

public void unsetParte()

getPolo

public ModalidadePoloProcessual getPolo()
Gets the value of the polo property.

Returns:
possible object is ModalidadePoloProcessual

setPolo

public void setPolo(ModalidadePoloProcessual value)
Sets the value of the polo property.

Parameters:
value - allowed object is ModalidadePoloProcessual

isSetPolo

public boolean isSetPolo()


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