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_NAME
Fields inherited from interface org.opensaml.core.xml.LangBearing
XML_LANG_ATTR_LOCAL_NAME, XML_LANG_ATTR_NAME
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
KeywordsImpl
(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the keywords.Gets an unmodifiable list of child elements in the order that they will appear in the DOM.Returns the@xml:lang
attribute value.int
hashCode()
void
setKeywords
(List<String> val) Sets the keywords.void
setXMLLang
(String newLang) Sets the@xml:lang
attribute value.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, setSchemaType
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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
-
KeywordsImpl
Constructor.- Parameters:
namespaceURI
- the URIelementLocalName
- the local namenamespacePrefix
- the prefix
-
-
Method Details
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildren
in interfaceXMLObject
- Returns:
- ordered list of child elements
-
getXMLLang
Returns the@xml:lang
attribute value.- Specified by:
getXMLLang
in interfaceLangBearing
- Returns:
- The
@xml:lang
attribute value ornull
.
-
setXMLLang
Sets the@xml:lang
attribute value.- Specified by:
setXMLLang
in interfaceLangBearing
- Parameters:
newLang
- The@xml:lang
attribute value
-
getKeywords
Gets the keywords.- Specified by:
getKeywords
in interfaceKeywords
- Returns:
- the keywords
-
setKeywords
Sets the keywords.- Specified by:
setKeywords
in interfaceKeywords
- Parameters:
val
- The keywords
-
hashCode
public int hashCode() -
equals
-