public class DividaAtiva extends Object implements Serializable
Java class for tipoDividaAtiva element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="tipoDividaAtiva"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="certidao" type="{http://www.cnj.jus.br/mni/cda}tipoCertidao" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
DividaAtiva() |
Modifier and Type | Method and Description |
---|---|
List<Certidao> |
getCertidao()
Gets the value of the certidao property.
|
boolean |
isSetCertidao() |
void |
unsetCertidao() |
public List<Certidao> getCertidao()
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 certidao property.
For example, to add a new item, do as follows:
getCertidao().add(newItem);
Objects of the following type(s) are allowed in the list
Certidao
public boolean isSetCertidao()
public void unsetCertidao()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.