public class Organization
extends oracle.security.xmlsec.util.XMLElement
Organization metadata element.| Modifier | Constructor and Description |
|---|---|
|
Organization(org.w3c.dom.Document owner)
Creates a new
Organization instance. |
protected |
Organization(org.w3c.dom.Document owner,
java.lang.String nsURI,
java.lang.String localName)
Creates a new
Organization instance. |
|
Organization(org.w3c.dom.Element element)
Creates a new
Organization instance from the given Element node. |
|
Organization(org.w3c.dom.Element element,
java.lang.String systemId)
Creates a new
Organization instance from the given Element node. |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrganizationDisplayName(OrganizationDisplayName name)
Adds an organization display name.
|
void |
addOrganizationName(OrganizationName name)
Adds an organization name.
|
void |
addOrganizationURL(OrganizationURL uri)
Adds an organization URL.
|
java.lang.String |
getAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
Retrieves an attribute value by local name and namespace URI.
|
Extensions |
getExtensions()
Returns the metadata extension.
|
java.util.List |
getOrganizationDisplayNames()
Returns the list of organization display names.
|
java.util.List |
getOrganizationNames()
Returns the list of organization names.
|
java.util.List |
getOrganizationURLs()
Returns the list of organization URLs.
|
void |
setAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value)
Specify an arbitrary attribute.
|
void |
setExtensions(Extensions extension)
Sets the metadata extension.
|
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXMLpublic Organization(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
Organization instance from the given Element node.element - An Organization element.org.w3c.dom.DOMExceptionpublic Organization(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
Organization instance from the given Element node.element - An Organization element.systemId - The URI string system ID for the Organization.org.w3c.dom.DOMExceptionpublic Organization(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
Organization instance.owner - The owner document of the new Organization.org.w3c.dom.DOMExceptionprotected Organization(org.w3c.dom.Document owner,
java.lang.String nsURI,
java.lang.String localName)
throws org.w3c.dom.DOMException
Organization instance. This constructor
is for use in subclass for extension of the Organization element.owner - The owner document of the new Organization.nsURI - The namespace URI in which the new Organization is to be created.localName - The localName of the element represented by the class that extends this class.org.w3c.dom.DOMExceptionpublic void setExtensions(Extensions extension)
extension - An Extensions object.public Extensions getExtensions()
Extensions object or null if none was found.public void addOrganizationName(OrganizationName name)
name - An OrganizationName object.public java.util.List getOrganizationNames()
List of OrganizationName objects
or null if none was found.public void addOrganizationDisplayName(OrganizationDisplayName name)
name - A OrganizationDisplayName object.public java.util.List getOrganizationDisplayNames()
List of OrganizationDisplayName objects
or null if none has been set.public void addOrganizationURL(OrganizationURL uri)
uri - A OrganizationURL object.public java.util.List getOrganizationURLs()
List of OrganizationURL objects
or null if none has been set.public void setAttributeNS(java.lang.String namespaceURI,
java.lang.String qualifiedName,
java.lang.String value)
setAttributeNS in class oracle.security.xmlsec.util.XMLElementnamespaceURI - The namespace URI of the attribute.qualifiedName - The qualified name of the attribute.value - The attribute value to set.public java.lang.String getAttributeNS(java.lang.String namespaceURI,
java.lang.String localName)
getAttributeNS in class oracle.security.xmlsec.util.XMLElementnamespaceURI - The namespace URI of the attribute.localName - The local name of the attribute.