org.opensaml.xml.schema
Interface XSQName

All Superinterfaces:
ValidatingXMLObject, XMLObject
All Known Implementing Classes:
XSQNameImpl

public interface XSQName
extends ValidatingXMLObject

XMLObject that represents an XML schema QName content bearing element.


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
 javax.xml.namespace.QName getValue()
          Gets the QName content of the element.
 void setValue(javax.xml.namespace.QName newValue)
          Sets the QName content of the element.
 
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

getValue

javax.xml.namespace.QName getValue()
Gets the QName content of the element.

Returns:
the QName content of the element

setValue

void setValue(javax.xml.namespace.QName newValue)
Sets the QName content of the element.

Parameters:
newValue - the QName content of the element


Copyright © 2006-2012 Internet2. All Rights Reserved.