|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.schema.impl.XSAnyImpl
edu.internet2.middleware.shibboleth.common.xmlobject.impl.ShibbolethScopedValueImpl
public class ShibbolethScopedValueImpl
Concrete implementation of XSString
.
Field Summary |
---|
Fields inherited from interface edu.internet2.middleware.shibboleth.common.xmlobject.ShibbolethScopedValue |
---|
TYPE_LOCAL_NAME, TYPE_NAME |
Fields inherited from interface org.opensaml.xml.schema.XSAny |
---|
TYPE_LOCAL_NAME, TYPE_NAME |
Constructor Summary | |
---|---|
protected |
ShibbolethScopedValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
String |
getScope()
Gets the scope value. |
String |
getScopeAttributeName()
Gets the name of the scope attribute. |
String |
getValue()
Get the attribute value. |
void |
setScope(String newScope)
Sets the scope value. |
void |
setScopeAttributeName(String newScopeAttributeName)
Sets the name of the scope attribute. |
void |
setValue(String newValue)
Set the attribute value. |
Methods inherited from class org.opensaml.xml.schema.impl.XSAnyImpl |
---|
getOrderedChildren, getTextContent, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjects, setTextContent |
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, 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.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 |
Constructor Detail |
---|
protected ShibbolethScopedValueImpl(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 namespaceMethod Detail |
---|
public String getScope()
getScope
in interface ShibbolethScopedValue
public String getScopeAttributeName()
getScopeAttributeName
in interface ShibbolethScopedValue
public void setScope(String newScope)
setScope
in interface ShibbolethScopedValue
newScope
- scope valuepublic void setScopeAttributeName(String newScopeAttributeName)
setScopeAttributeName
in interface ShibbolethScopedValue
newScopeAttributeName
- name of the scope attributepublic String getValue()
getValue
in interface ShibbolethScopedValue
public void setValue(String newValue)
setValue
in interface ShibbolethScopedValue
newValue
- the new attribute value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |