public class PoloProcessual extends Object implements Serializable
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.2}tipoParte" maxOccurs="unbounded"/> </sequence> <attribute name="polo" type="{http://www.cnj.jus.br/intercomunicacao-2.2}modalidadePoloProcessual" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Parte> |
parte |
protected ModalidadePoloProcessual |
polo |
Constructor and Description |
---|
PoloProcessual() |
Modifier and Type | Method and Description |
---|---|
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() |
protected ModalidadePoloProcessual polo
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.