|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java content class for ConstraintType complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/development/Projects/conv-t/etc/fileStructure/DocumentStructure.xsd line 352)
<complexType name="ConstraintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rule" type="{http://www.ebi.ac.uk/ADFConverter}CheckRuleType"/>
<element name="curatedValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
java.lang.String |
getCuratedValue()
Gets the value of the curatedValue property. |
CheckRuleType |
getRule()
Gets the value of the rule property. |
void |
setCuratedValue(java.lang.String value)
Sets the value of the curatedValue property. |
void |
setRule(CheckRuleType value)
Sets the value of the rule property. |
| Method Detail |
public java.lang.String getCuratedValue()
Stringpublic CheckRuleType getRule()
CheckRuleTypepublic void setCuratedValue(java.lang.String value)
value - allowed object is
Stringpublic void setRule(CheckRuleType value)
value - allowed object is
CheckRuleType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||