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 java.lang.String TYPE_LOCAL_NAME
          Local name of the XSI type.
static javax.xml.namespace.QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 java.lang.String getTextContent()
          Gets the text content for the DOM Element.
 void setTextContent(java.lang.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, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final java.lang.String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final javax.xml.namespace.QName TYPE_NAME
QName of the XSI type.

Method Detail

getTextContent

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

Returns:
the text content for the DOM Element

setTextContent

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

Parameters:
newContent - the text content for the DOM Element


Copyright © 2006-2010 Internet2. All Rights Reserved.