@NotThreadSafe public class ScopedValueImpl extends org.opensaml.core.xml.schema.impl.XSAnyImpl implements ScopedValue
ScopedValue.| Modifier and Type | Field and Description |
|---|---|
private String |
scope
Scope of this string element.
|
private String |
scopeAttributeName
Scope attribute name for this element.
|
TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
ScopedValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getScope() |
String |
getScopeAttributeName() |
String |
getValue() |
void |
setScope(String newScope) |
void |
setScopeAttributeName(String newScopeAttributeName) |
void |
setValue(String newValue) |
getOrderedChildren, getTextContent, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjects, setTextContentdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate String scope
private String scopeAttributeName
protected ScopedValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic String getScope()
getScope in interface ScopedValuepublic String getScopeAttributeName()
getScopeAttributeName in interface ScopedValuepublic void setScope(String newScope)
setScope in interface ScopedValuepublic void setScopeAttributeName(String newScopeAttributeName)
setScopeAttributeName in interface ScopedValuepublic String getValue()
getValue in interface ScopedValuepublic void setValue(String newValue)
setValue in interface ScopedValueCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.