org.opensaml.xml.schema
Interface XSURI

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

public interface XSURI
extends ValidatingXMLObject

XMLObject that represents an XML schema URI content bearing element.


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 getValue()
          Gets the URI content of the element.
 void setValue(String newValue)
          Sets the URI 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, 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

getValue

String getValue()
Gets the URI content of the element.

Returns:
the URI content of the element

setValue

void setValue(String newValue)
Sets the URI content of the element.

Parameters:
newValue - the URI content of the element


Copyright © 1999-2013. All Rights Reserved.