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