Interface Scope
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ELEMENT_LOCAL_NAMEElement local name.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static StringREGEXP_ATTRIB_NAMEregexp attribute name.-
Fields inherited from interface org.opensaml.core.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetRegexp()Get the regexp attribute value.XSBooleanValuegetRegexpXSBoolean()Get the regexp attribute value.voidsetRegexp(Boolean newRegexp)Set the regexp attribute value.voidsetRegexp(XSBooleanValue newRegexp)Set the regexp attribute value.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
REGEXP_ATTRIB_NAME
static final String REGEXP_ATTRIB_NAME
regexp attribute name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getRegexp
Boolean getRegexp()
Get the regexp attribute value.- Returns:
- the regexp attribute value
-
getRegexpXSBoolean
XSBooleanValue getRegexpXSBoolean()
Get the regexp attribute value.- Returns:
- the regexp attribute value
-
setRegexp
void setRegexp(Boolean newRegexp)
Set the regexp attribute value.- Parameters:
newRegexp- the new regexp attribute value
-
setRegexp
void setRegexp(XSBooleanValue newRegexp)
Set the regexp attribute value.- Parameters:
newRegexp- the new regexp attribute value
-
-