public class TipoCaracteristicas extends Base implements Serializable
Java class for TipoCaracteristicas complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoCaracteristicas">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="caracteristica" type="{http://www.lexml.gov.br/parser-ws}TipoCaracteristica" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TipoCaracteristica> |
caracteristica |
| Constructor and Description |
|---|
TipoCaracteristicas() |
| Modifier and Type | Method and Description |
|---|---|
List<TipoCaracteristica> |
getCaracteristica()
Gets the value of the caracteristica property.
|
boolean |
isSetCaracteristica() |
void |
unsetCaracteristica() |
protected List<TipoCaracteristica> caracteristica
public List<TipoCaracteristica> getCaracteristica()
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 caracteristica property.
For example, to add a new item, do as follows:
getCaracteristica().add(newItem);
Objects of the following type(s) are allowed in the list
TipoCaracteristica
public boolean isSetCaracteristica()
public void unsetCaracteristica()
Copyright © 2021. All rights reserved.