org.opensaml.xml.schema
Interface XSAny

All Superinterfaces:
AttributeExtensibleXMLObject, ElementExtensibleXMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
XSAnyImpl

public interface XSAny
extends ElementExtensibleXMLObject, AttributeExtensibleXMLObject, ValidatingXMLObject

Represents the schema Any type.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 String getTextContent()
          Gets 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.xml.ElementExtensibleXMLObject
getUnknownXMLObjects, getUnknownXMLObjects
 
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject
getUnknownAttributes
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getTextContent

String getTextContent()
Gets the text content for the DOM Element.

Returns:
the text content for the DOM Element

setTextContent

void setTextContent(String newContent)
Sets the text content for the DOM Element.

Parameters:
newContent - the text content for the DOM Element


Copyright © 1999-2013. All Rights Reserved.