|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.DDRuleStatement
public class DDRuleStatement
The DD_Rule_Statement class defines a Schematron rule statement.
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>
Field Summary | |
---|---|
protected String |
ruleDescription
|
protected String |
ruleMessage
|
protected String |
ruleTest
|
protected String |
ruleType
|
protected List<String> |
ruleValues
|
Constructor Summary | |
---|---|
DDRuleStatement()
|
Method Summary | |
---|---|
String |
getRuleDescription()
Gets the value of the ruleDescription property. |
String |
getRuleMessage()
Gets the value of the ruleMessage property. |
String |
getRuleTest()
Gets the value of the ruleTest property. |
String |
getRuleType()
Gets the value of the ruleType property. |
List<String> |
getRuleValues()
Gets the value of the ruleValues property. |
void |
setRuleDescription(String value)
Sets the value of the ruleDescription property. |
void |
setRuleMessage(String value)
Sets the value of the ruleMessage property. |
void |
setRuleTest(String value)
Sets the value of the ruleTest property. |
void |
setRuleType(String value)
Sets the value of the ruleType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String ruleType
protected String ruleTest
protected String ruleMessage
protected String ruleDescription
protected List<String> ruleValues
Constructor Detail |
---|
public DDRuleStatement()
Method Detail |
---|
public String getRuleType()
String
public void setRuleType(String value)
value
- allowed object is
String
public String getRuleTest()
String
public void setRuleTest(String value)
value
- allowed object is
String
public String getRuleMessage()
String
public void setRuleMessage(String value)
value
- allowed object is
String
public String getRuleDescription()
String
public void setRuleDescription(String value)
value
- allowed object is
String
public List<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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |