Package org.opensaml.core.xml.schema
Interface XSAny
- All Superinterfaces:
AttributeExtensibleXMLObject
,ElementExtensibleXMLObject
,XMLObject
- All Known Subinterfaces:
AttributeValue
,AttributeValue
,AuthnContextDecl
,SubjectConfirmationData
- All Known Implementing Classes:
AttributeValueImpl
,AttributeValueImpl
,AuthnContextDeclImpl
,SubjectConfirmationDataImpl
,XSAnyImpl
Represents the schema Any type.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the text content for the DOM Element.void
setTextContent
(String newContent) Sets the text content for the DOM Element.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributes
Methods inherited from interface org.opensaml.core.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
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 Details
-
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type.
-
-
Method Details
-
getTextContent
Gets the text content for the DOM Element.- Returns:
- the text content for the DOM Element, or null
-
setTextContent
Sets the text content for the DOM Element.- Parameters:
newContent
- the text content for the DOM Element
-