public class ExcludeRulesType extends Object
Java class for excludeRulesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="excludeRulesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="rule" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="rules" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
rule |
protected List<String> |
rules |
| Constructor and Description |
|---|
ExcludeRulesType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getRule()
Gets the value of the rule property.
|
List<String> |
getRules()
Gets the value of the rules property.
|
public List<String> getRule()
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 rule property.
For example, to add a new item, do as follows:
getRule().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRules()
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 rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016–2020. All rights reserved.