public class RuleItem extends Object
Java class for RuleItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuleItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Constructor and Description |
---|
RuleItem() |
Modifier and Type | Method and Description |
---|---|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
Copyright © 2024. All rights reserved.