public class Organization
extends oracle.security.xmlsec.util.XMLElement
| Constructor and Description |
|---|
Organization(org.w3c.dom.Document owner)
Creates a new
Organization instance within the
specified XML Document. |
Organization(org.w3c.dom.Document owner,
java.lang.String orgName,
java.lang.String orgDisplayName,
java.lang.String orgURL)
Creates a new
Organization instance within the
specified XML Document. |
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 |
|---|---|
java.lang.String |
getOrganizationDisplayName()
Returns the value of the
OrganizationDisplayName child element for this
Organization element, or null if no OrganizationDisplayName element is
present. |
java.lang.String |
getOrganizationName()
Returns the value of the
OrganizationName child element for this
Organization element, or null if no OrganizationName element is
present. |
java.lang.String |
getOrganizationURL()
Returns the value of the
OrganizationURL child element for this
Organization element, or null if no OrganizationURL element is
present. |
void |
setOrganizationDisplayName(java.lang.String orgDisplayName)
Sets the value of the
OrganizationDisplayName child element for this
Organization element. |
void |
setOrganizationName(java.lang.String orgName)
Sets the value of the
OrganizationName child element for this
Organization element. |
void |
setOrganizationURL(java.lang.String orgURL)
Sets the value of the
OrganizationURL child element for this
Organization element. |
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, 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 - A Liberty Organization XML 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 - A Liberty Organization XML 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 within the
specified XML Document.owner - The owner document of the new Liberty Organization element.org.w3c.dom.DOMExceptionpublic Organization(org.w3c.dom.Document owner,
java.lang.String orgName,
java.lang.String orgDisplayName,
java.lang.String orgURL)
throws org.w3c.dom.DOMException
Organization instance within the
specified XML Document.owner - The owner document of the new Liberty Organization element.orgName - orgDisplayName - The affiliationID attribute value.orgURL - The affiliationOwnerID attribute value.org.w3c.dom.DOMExceptionpublic void setOrganizationName(java.lang.String orgName)
throws org.w3c.dom.DOMException
OrganizationName child element for this
Organization element.orgName - The OrganizationName element value.org.w3c.dom.DOMExceptionpublic java.lang.String getOrganizationName()
OrganizationName child element for this
Organization element, or null if no OrganizationName element is
present.public void setOrganizationDisplayName(java.lang.String orgDisplayName)
throws org.w3c.dom.DOMException
OrganizationDisplayName child element for this
Organization element.orgDisplayName - The OrganizationDisplayName element value.org.w3c.dom.DOMExceptionpublic java.lang.String getOrganizationDisplayName()
OrganizationDisplayName child element for this
Organization element, or null if no OrganizationDisplayName element is
present.public void setOrganizationURL(java.lang.String orgURL)
throws org.w3c.dom.DOMException
OrganizationURL child element for this
Organization element.orgURL - The OrganizationURL element value.org.w3c.dom.DOMExceptionpublic java.lang.String getOrganizationURL()
OrganizationURL child element for this
Organization element, or null if no OrganizationURL element is
present.