public class UIInfoImpl extends AbstractSAMLObject implements UIInfo
UIInfo
.DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, LANG_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
Modifier | Constructor and Description |
---|---|
protected |
UIInfoImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<Description> |
getDescriptions()
Return the descriptions.
|
List<DisplayName> |
getDisplayNames()
Get the Display Names
The
|
List<InformationURL> |
getInformationURLs()
Get the URLs.
|
List<Keywords> |
getKeywords()
Get the keywords.
|
List<Logo> |
getLogos()
Get the logos.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<PrivacyStatementURL> |
getPrivacyStatementURLs()
Get the Privacy Statement URLs.
|
List<XMLObject> |
getXMLObjects()
Get the list of all children of this element.
|
List<XMLObject> |
getXMLObjects(QName typeOrName)
Get the list of all children of this element which have the specified name or type.
|
equals, hashCode, prepareForAssignment
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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
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
public List<XMLObject> getXMLObjects()
getXMLObjects
in interface UIInfo
public List<XMLObject> getXMLObjects(QName typeOrName)
getXMLObjects
in interface UIInfo
typeOrName
- the element name or type of the desired list of elementspublic List<Description> getDescriptions()
getDescriptions
in interface UIInfo
public List<DisplayName> getDisplayNames()
getDisplayNames
in interface UIInfo
public List<Keywords> getKeywords()
getKeywords
in interface UIInfo
public List<InformationURL> getInformationURLs()
getInformationURLs
in interface UIInfo
public List<Logo> getLogos()
public List<PrivacyStatementURL> getPrivacyStatementURLs()
getPrivacyStatementURLs
in interface UIInfo
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2016 JBoss by Red Hat. All rights reserved.