|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Rule for checking: using pattern to identify items Java content class for CheckRuleType 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 140)
<complexType name="CheckRuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="regex">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[^/].+[^/]"/>
<pattern value="/.+/"/>
</restriction>
</element>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Method Summary | |
java.lang.String |
getDescription()
description of the rule, will be displayed in the tool |
java.lang.String |
getRegex()
regulax expression used for identification |
void |
setDescription(java.lang.String value)
description of the rule, will be displayed in the tool |
void |
setRegex(java.lang.String value)
regulax expression used for identification |
| Method Detail |
public java.lang.String getDescription()
Stringpublic java.lang.String getRegex()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic void setRegex(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||