Class KeywordsImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.saml.ext.saml2mdui.impl.KeywordsImpl
-
- All Implemented Interfaces:
LangBearing,XMLObject,SAMLObject,Keywords
public class KeywordsImpl extends AbstractXMLObject implements Keywords
Concrete Implementation ofKeywords.
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>dataThe data.private StringlangThe language.-
Fields 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
Constructors Modifier Constructor Description protectedKeywordsImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<String>getKeywords()List<XMLObject>getOrderedChildren()StringgetXMLLang()inthashCode()voidsetKeywords(List<String> val)voidsetXMLLang(String newLang)-
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
-
-
-
-
Method Detail
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
getXMLLang
public String getXMLLang()
- Specified by:
getXMLLangin interfaceLangBearing
-
setXMLLang
public void setXMLLang(String newLang)
- Specified by:
setXMLLangin interfaceLangBearing
-
getKeywords
public List<String> getKeywords()
- Specified by:
getKeywordsin interfaceKeywords
-
setKeywords
public void setKeywords(List<String> val)
- Specified by:
setKeywordsin interfaceKeywords
-
-