public class Certidao extends Object implements Serializable
Classe Java de tipoCertidao complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="tipoCertidao"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="devedorPrincipal" type="{http://www.cnj.jus.br/mni/v300/cda}tipoDevedorPrincipal" maxOccurs="unbounded"/> <element name="devedorAlternativo" type="{http://www.cnj.jus.br/mni/v300/cda}tipoDevedorAlternativo" maxOccurs="unbounded" minOccurs="0"/> <element name="valor" type="{http://www.cnj.jus.br/mni/v300/cda}valorDivida" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DevedorAlternativo> |
devedorAlternativo |
protected List<DevedorPrincipal> |
devedorPrincipal |
protected List<ValorDivida> |
valor |
Constructor and Description |
---|
Certidao() |
Modifier and Type | Method and Description |
---|---|
List<DevedorAlternativo> |
getDevedorAlternativo()
Gets the value of the devedorAlternativo property.
|
List<DevedorPrincipal> |
getDevedorPrincipal()
Gets the value of the devedorPrincipal property.
|
List<ValorDivida> |
getValor()
Gets the value of the valor property.
|
boolean |
isSetDevedorAlternativo() |
boolean |
isSetDevedorPrincipal() |
boolean |
isSetValor() |
void |
unsetDevedorAlternativo() |
void |
unsetDevedorPrincipal() |
void |
unsetValor() |
protected List<DevedorPrincipal> devedorPrincipal
protected List<DevedorAlternativo> devedorAlternativo
protected List<ValorDivida> valor
public List<DevedorPrincipal> getDevedorPrincipal()
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 devedorPrincipal property.
For example, to add a new item, do as follows:
getDevedorPrincipal().add(newItem);
Objects of the following type(s) are allowed in the list
DevedorPrincipal
public boolean isSetDevedorPrincipal()
public void unsetDevedorPrincipal()
public List<DevedorAlternativo> getDevedorAlternativo()
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 devedorAlternativo property.
For example, to add a new item, do as follows:
getDevedorAlternativo().add(newItem);
Objects of the following type(s) are allowed in the list
DevedorAlternativo
public boolean isSetDevedorAlternativo()
public void unsetDevedorAlternativo()
public List<ValorDivida> getValor()
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 valor property.
For example, to add a new item, do as follows:
getValor().add(newItem);
Objects of the following type(s) are allowed in the list
ValorDivida
public boolean isSetValor()
public void unsetValor()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.