Package gov.nasa.arc.pds.xml.generated
Class DDRuleStatement
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.DDRuleStatement
 
- 
 public class DDRuleStatement extends java.lang.ObjectThe 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 SummaryFields Modifier and Type Field Description protected java.lang.StringruleDescriptionprotected java.lang.StringruleMessageprotected java.lang.StringruleTestprotected java.lang.StringruleTypeprotected java.util.List<java.lang.String>ruleValues
 - 
Constructor SummaryConstructors Constructor Description DDRuleStatement()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRuleDescription()Gets the value of the ruleDescription property.java.lang.StringgetRuleMessage()Gets the value of the ruleMessage property.java.lang.StringgetRuleTest()Gets the value of the ruleTest property.java.lang.StringgetRuleType()Gets the value of the ruleType property.java.util.List<java.lang.String>getRuleValues()Gets the value of the ruleValues property.voidsetRuleDescription(java.lang.String value)Sets the value of the ruleDescription property.voidsetRuleMessage(java.lang.String value)Sets the value of the ruleMessage property.voidsetRuleTest(java.lang.String value)Sets the value of the ruleTest property.voidsetRuleType(java.lang.String value)Sets the value of the ruleType property.
 
- 
- 
- 
Method Detail- 
getRuleTypepublic java.lang.String getRuleType() Gets the value of the ruleType property.- Returns:
- possible object is
     String
 
 - 
setRuleTypepublic void setRuleType(java.lang.String value) Sets the value of the ruleType property.- Parameters:
- value- allowed object is- String
 
 - 
getRuleTestpublic java.lang.String getRuleTest() Gets the value of the ruleTest property.- Returns:
- possible object is
     String
 
 - 
setRuleTestpublic void setRuleTest(java.lang.String value) Sets the value of the ruleTest property.- Parameters:
- value- allowed object is- String
 
 - 
getRuleMessagepublic java.lang.String getRuleMessage() Gets the value of the ruleMessage property.- Returns:
- possible object is
     String
 
 - 
setRuleMessagepublic void setRuleMessage(java.lang.String value) Sets the value of the ruleMessage property.- Parameters:
- value- allowed object is- String
 
 - 
getRuleDescriptionpublic java.lang.String getRuleDescription() Gets the value of the ruleDescription property.- Returns:
- possible object is
     String
 
 - 
setRuleDescriptionpublic void setRuleDescription(java.lang.String value) Sets the value of the ruleDescription property.- Parameters:
- value- allowed object is- String
 
 - 
getRuleValuespublic java.util.List<java.lang.String> getRuleValues() Gets the value of the ruleValues property.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 setmethod 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- Returns:
- The value of the ruleValues property.
 
 
- 
 
-