public class XFTRule extends Object
Constructor and Description |
---|
XFTRule() |
XFTRule(Node node,
String prefix,
XFTSchema s)
Populates the properties from the given XML DOM Node.
|
Modifier and Type | Method and Description |
---|---|
void |
addPossibleValue(String s) |
String |
getBaseType() |
String |
getLength() |
String |
getMask() |
String |
getMaxInclusive() |
String |
getMaxLength() |
String |
getMessage() |
String |
getMinInclusive() |
String |
getMinLength() |
ArrayList |
getPossibleValues() |
void |
setBaseType(String string) |
void |
setLength(String i) |
void |
setMask(String string) |
void |
setMaxInclusive(String string) |
void |
setMaxLength(String i) |
void |
setMessage(String string) |
void |
setMinInclusive(String string) |
void |
setMinLength(String i) |
void |
setRestrictionProps(Node restrict,
String prefix) |
String |
toString() |
String |
toString(String header) |
Node |
toXML(Document doc) |
public XFTRule(Node node, String prefix, XFTSchema s)
node
- XML DOM Nodeprefix
- XMLNSs
- parent schemapublic XFTRule()
public String getBaseType()
public String getLength()
public String getMask()
public String getMaxLength()
public String getMessage()
public String getMinLength()
public ArrayList getPossibleValues()
public void setBaseType(String string)
string
- public void setLength(String i)
i
- public void setMask(String string)
string
- public void setMaxLength(String i)
i
- public void setMessage(String string)
string
- public void setMinLength(String i)
i
- public void addPossibleValue(String s)
s
- public String getMaxInclusive()
public String getMinInclusive()
public void setMaxInclusive(String string)
string
- public void setMinInclusive(String string)
string
- Copyright © 2015 Neuroinformatics Research Group. All rights reserved.