public class RespostaConsultarCompetencias extends Object implements Serializable
Classe Java de respostaConsultarCompetencias complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="respostaConsultarCompetencias"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="recibo" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoRecibo"/> <element name="competencias" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoCompetencia" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Competencia> |
competencias |
protected Recibo |
recibo |
Constructor and Description |
---|
RespostaConsultarCompetencias() |
Modifier and Type | Method and Description |
---|---|
List<Competencia> |
getCompetencias()
Gets the value of the competencias property.
|
Recibo |
getRecibo()
Obtém o valor da propriedade recibo.
|
boolean |
isSetCompetencias() |
boolean |
isSetRecibo() |
void |
setRecibo(Recibo value)
Define o valor da propriedade recibo.
|
void |
unsetCompetencias() |
protected Recibo recibo
protected List<Competencia> competencias
public Recibo getRecibo()
Recibo
public void setRecibo(Recibo value)
value
- allowed object is
Recibo
public boolean isSetRecibo()
public List<Competencia> getCompetencias()
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 competencias property.
For example, to add a new item, do as follows:
getCompetencias().add(newItem);
Objects of the following type(s) are allowed in the list
Competencia
public boolean isSetCompetencias()
public void unsetCompetencias()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.