Class KeywordsImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
- All Implemented Interfaces:
LangBearing,XMLObject,SAMLObject,Keywords
Concrete implementation of
Keywords.-
Field Summary
FieldsFields inherited from interface org.opensaml.saml.ext.saml2mdui.Keywords
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAMEFields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeywordsImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the keywords.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Returns the@xml:langattribute value.inthashCode()voidsetKeywords(List<String> val) Sets the keywords.voidsetXMLLang(String newLang) Sets the@xml:langattribute value.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
lang
The language. -
data
The data.
-
-
Constructor Details
-
Method Details
-
getXMLLang
Returns the@xml:langattribute value.- Specified by:
getXMLLangin interfaceLangBearing- Returns:
- The
@xml:langattribute value ornull.
-
setXMLLang
Sets the@xml:langattribute value.- Specified by:
setXMLLangin interfaceLangBearing- Parameters:
newLang- The@xml:langattribute value
-
getKeywords
Gets the keywords.- Specified by:
getKeywordsin interfaceKeywords- Returns:
- the keywords
-
setKeywords
Sets the keywords.- Specified by:
setKeywordsin interfaceKeywords- Parameters:
val- The keywords
-
hashCode
public int hashCode() -
equals
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-