Oracle Security Developer Tools Liberty 1.2 Java API Reference
10g Release 2 (10.1.2.0.2)

B19113-01


oracle.security.xmlsec.liberty.v12.metadata
Class Organization

java.lang.Object
  extended byoracle.security.xmlsec.util.XMLNode
      extended byoracle.security.xmlsec.util.XMLElement
          extended byoracle.security.xmlsec.liberty.v12.metadata.Organization


public class Organization
extends oracle.security.xmlsec.util.XMLElement

Liberty 1.2 libMD:Organization element.


Field Summary

Fields inherited from class oracle.security.xmlsec.util.XMLNode
node, systemId

Constructor Summary
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.

Method Summary
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.

Methods inherited from class oracle.security.xmlsec.util.XMLElement
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefix

Methods inherited from class oracle.security.xmlsec.util.XMLNode
appendChild, 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, toStringXML

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Organization

public Organization(org.w3c.dom.Element element)
             throws org.w3c.dom.DOMException
Creates a new Organization instance from the given Element node.
Parameters:
element - A Liberty Organization XML element.

Organization

public Organization(org.w3c.dom.Element element,
                    java.lang.String systemId)
             throws org.w3c.dom.DOMException
Creates a new Organization instance from the given Element node.
Parameters:
element - A Liberty Organization XML element.
systemId - The URI string system ID for the Organization.

Organization

public Organization(org.w3c.dom.Document owner)
             throws org.w3c.dom.DOMException
Creates a new Organization instance within the specified XML Document.
Parameters:
owner - The owner document of the new Liberty Organization element.

Organization

public Organization(org.w3c.dom.Document owner,
                    java.lang.String orgName,
                    java.lang.String orgDisplayName,
                    java.lang.String orgURL)
             throws org.w3c.dom.DOMException
Creates a new Organization instance within the specified XML Document.
Parameters:
owner - The owner document of the new Liberty Organization element.

Method Detail

setOrganizationName

public void setOrganizationName(java.lang.String orgName)
                         throws org.w3c.dom.DOMException
Sets the value of the OrganizationName child element for this Organization element.
Parameters:
orgName - The OrganizationName element value.
Throws:
org.w3c.dom.DOMException

getOrganizationName

public java.lang.String getOrganizationName()
Returns the value of the OrganizationName child element for this Organization element, or null if no OrganizationName element is present.

setOrganizationDisplayName

public void setOrganizationDisplayName(java.lang.String orgDisplayName)
                                throws org.w3c.dom.DOMException
Sets the value of the OrganizationDisplayName child element for this Organization element.
Throws:
org.w3c.dom.DOMException

getOrganizationDisplayName

public java.lang.String getOrganizationDisplayName()
Returns the value of the OrganizationDisplayName child element for this Organization element, or null if no OrganizationDisplayName element is present.

setOrganizationURL

public void setOrganizationURL(java.lang.String orgURL)
                        throws org.w3c.dom.DOMException
Sets the value of the OrganizationURL child element for this Organization element.
Throws:
org.w3c.dom.DOMException

getOrganizationURL

public java.lang.String getOrganizationURL()
Returns the value of the OrganizationURL child element for this Organization element, or null if no OrganizationURL element is present.

Oracle Security Developer Tools Liberty 1.2 Java API Reference
10g Release 2 (10.1.2.0.2)

B19113-01


Copyright © 2005 , Oracle. All rights reserved.