public class ExcludedRulesType extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType
<complexContent
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType"
<sequence
<element name="rule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0" maxOccurs="unbounded"/
</sequence
</restriction
</complexContent
</complexType
| Constructor | Description |
|---|---|
ExcludedRulesType() |
| Modifier and Type | Method | Description |
|---|---|---|
List<String> |
getRule() |
Gets rule.
|
void |
setRule(List<String> rule) |
Sets rules.
|
Copyright © 2025. All rights reserved.