public class DDRuleStatement
extends java.lang.Object
Java class for DD_Rule_Statement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DD_Rule_Statement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rule_type" type="{http://pds.nasa.gov/pds4/pds/v1}rule_type"/>
<element name="rule_test" type="{http://pds.nasa.gov/pds4/pds/v1}rule_test"/>
<element name="rule_message" type="{http://pds.nasa.gov/pds4/pds/v1}rule_message"/>
<element name="rule_description" type="{http://pds.nasa.gov/pds4/pds/v1}rule_description" minOccurs="0"/>
<element name="rule_value" type="{http://pds.nasa.gov/pds4/pds/v1}rule_value" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
ruleDescription |
protected java.lang.String |
ruleMessage |
protected java.lang.String |
ruleTest |
protected java.lang.String |
ruleType |
protected java.util.List<java.lang.String> |
ruleValues |
| Constructor and Description |
|---|
DDRuleStatement() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRuleDescription()
Gets the value of the ruleDescription property.
|
java.lang.String |
getRuleMessage()
Gets the value of the ruleMessage property.
|
java.lang.String |
getRuleTest()
Gets the value of the ruleTest property.
|
java.lang.String |
getRuleType()
Gets the value of the ruleType property.
|
java.util.List<java.lang.String> |
getRuleValues()
Gets the value of the ruleValues property.
|
void |
setRuleDescription(java.lang.String value)
Sets the value of the ruleDescription property.
|
void |
setRuleMessage(java.lang.String value)
Sets the value of the ruleMessage property.
|
void |
setRuleTest(java.lang.String value)
Sets the value of the ruleTest property.
|
void |
setRuleType(java.lang.String value)
Sets the value of the ruleType property.
|
protected java.lang.String ruleType
protected java.lang.String ruleTest
protected java.lang.String ruleMessage
protected java.lang.String ruleDescription
protected java.util.List<java.lang.String> ruleValues
public java.lang.String getRuleType()
Stringpublic void setRuleType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRuleTest()
Stringpublic void setRuleTest(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRuleMessage()
Stringpublic void setRuleMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRuleDescription()
Stringpublic void setRuleDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getRuleValues()
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 ruleValues property.
For example, to add a new item, do as follows:
getRuleValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2022 Planetary Data System. All rights reserved.