public class RulesType extends Object
Java class for rulesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rulesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rule" type="{http://www.dpfmanager.org/ProfileChecker}ruleType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected List<RuleType> |
rule |
protected String |
title |
| Constructor and Description |
|---|
RulesType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
List<RuleType> |
getRule()
Gets the value of the rule property.
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
isIncluded() |
void |
removeRule(String id) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIncluded(boolean included) |
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected String description
protected String id
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<RuleType> 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
RuleType
public void setId(String value)
value - allowed object is
Stringpublic void removeRule(String id)
public boolean isIncluded()
public void setIncluded(boolean included)
Copyright © 2016–2020. All rights reserved.