|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.PoloProcessual
public class PoloProcessual
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>
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 |
---|
protected List<Parte> parte
protected ModalidadePoloProcessual polo
Constructor Detail |
---|
public PoloProcessual()
Method Detail |
---|
public List<Parte> getParte()
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
public boolean isSetParte()
public void unsetParte()
public ModalidadePoloProcessual getPolo()
ModalidadePoloProcessual
public void setPolo(ModalidadePoloProcessual value)
value
- allowed object is
ModalidadePoloProcessual
public boolean isSetPolo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |