org.opensaml.xml.schema.impl
Class XSStringImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.schema.impl.XSStringImpl
- All Implemented Interfaces:
- XSString, ValidatingXMLObject, XMLObject
- Direct Known Subclasses:
- CarriedKeyNameImpl, KeyNameImpl, MgmtDataImpl, X509IssuerNameImpl, X509SubjectNameImpl, XPathImpl
public class XSStringImpl
- extends AbstractValidatingXMLObject
- implements XSString
Concrete implementation of XSString
.
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
XSStringImpl
protected XSStringImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
- Constructor.
- Parameters:
namespaceURI
- the namespace the element is inelementLocalName
- the local name of the XML element this Object representsnamespacePrefix
- the prefix for the given namespace
getValue
public String getValue()
- Gets the string.
- Specified by:
getValue
in interface XSString
- Returns:
- the string
setValue
public void setValue(String newValue)
- Sets the string.
- Specified by:
setValue
in interface XSString
- Parameters:
newValue
- the string value
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- Specified by:
getOrderedChildren
in interface XMLObject
- Returns:
- ordered list of child elements
Copyright © 2006-2010 Internet2. All Rights Reserved.