public abstract class BaseConstraint extends DocumentSetConstraint
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaseConstraint() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXml()
Returns complete XML, if provided through
ConstraintsGroup. |
void |
setXml(java.lang.String pXml)
Overrides subclass setter methods by allowing complete XML to be
passed in.
|
createFromParser, createFromXML, getParser, getPropConstraints, valueOfappendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getBodyXML, getDefaultXmlBytes, getParentXMLObject, getRequestTag, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic void setXml(java.lang.String pXml)
DocumentSetConstraintConstraintsGroup for this. No
other constraint subclass will use the XML. The XML is not
validated, so caller must be careful to ensure that it is
correct.setXml in class DocumentSetConstraintpXml - complete XMLpublic java.lang.String getXml()
DocumentSetConstraintConstraintsGroup.getXml in class DocumentSetConstraintConstraintsGroup.