|
Oracle Security Developer Tools Liberty 1.2 Java API Reference 11g (11.1.1) E10671-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.security.xmlsec.util.XMLNode
oracle.security.xmlsec.util.XMLElement
oracle.security.xmlsec.liberty.v12.metadata.ContactPerson
public class ContactPerson
Liberty 1.2 libMD:ContactPerson element.
| Field Summary | |
|---|---|
static java.lang.String |
CT_ADMINISTRATIVEThe contactType attribute value "administrative". |
static java.lang.String |
CT_BILLINGThe contactType attribute value "billing". |
static java.lang.String |
CT_OTHERThe contactType attribute value "other". |
static java.lang.String |
CT_TECHNICALThe contactType attribute value "technical". |
| Fields inherited from class oracle.security.xmlsec.util.XMLNode |
|---|
node, systemId |
| Constructor Summary | |
|---|---|
ContactPerson(org.w3c.dom.Document owner)Creates a new ContactPerson element in the given XML document. |
|
ContactPerson(org.w3c.dom.Element element)Creates a new ContactPerson instance from the given Element node. |
|
ContactPerson(org.w3c.dom.Element element, java.lang.String systemId)Creates a new ContactPerson instance from the given Element node. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCompany()Returns the value of this ContactPerson element's Company child element, of null if the child element is not specified. |
java.lang.String |
getContactType()Returns the contactType attribute value for this ContactPerson element, of null if the attribute is not specified. |
java.lang.String |
getEmailAddress()Returns the value of this ContactPerson element's EmailAddress child element, of null if the child element is not specified. |
java.lang.String |
getGivenName()Returns the value of this ContactPerson element's GivenName child element, of null if the child element is not specified. |
java.lang.String |
getLibertyPrincipalIdentifier()Returns the libertyPrincipalIdentifier attribute value for this ContactPerson element, of null if the attribute is not specified. |
java.lang.String |
getSurName()Returns the value of this ContactPerson element's SurName child element, of null if the child element is not specified. |
java.lang.String |
getTelephoneNumber()Returns the value of this ContactPerson element's TelephoneNumber child element, of null if the child element is not specified. |
void |
setCompany(java.lang.String company)Sets the value of this ContactPerson element's Company child element. |
void |
setContactType(java.lang.String contactType)Sets the value of the contactType attribute for this ContactPerson element. |
void |
setEmailAddress(java.lang.String email)Sets the value of this ContactPerson element's EmailAddress child element. |
void |
setGivenName(java.lang.String givenName)Sets the value of this ContactPerson element's GivenName child element. |
void |
setLibertyPrincipalIdentifier(java.lang.String uri)Sets the value of the libertyPrincipalIdentifier attribute for this ContactPerson element. |
void |
setSurName(java.lang.String surName)Sets the value of this ContactPerson element's SurName child element. |
void |
setTelephoneNumber(java.lang.String telephone)Sets the value of this ContactPerson element's TelephoneNumber child element. |
| Methods inherited from class oracle.security.xmlsec.util.XMLElement |
|---|
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, 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 |
| Field Detail |
|---|
public static final java.lang.String CT_TECHNICAL
setContactType(String), getContactType(), Constant Field Valuespublic static final java.lang.String CT_ADMINISTRATIVE
setContactType(String), getContactType(), Constant Field Valuespublic static final java.lang.String CT_BILLING
setContactType(String), getContactType(), Constant Field Valuespublic static final java.lang.String CT_OTHER
setContactType(String), getContactType(), Constant Field Values| Constructor Detail |
|---|
public ContactPerson(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
ContactPerson instance from the given Element node.
element - A libMD:ContactPerson element.org.w3c.dom.DOMException
public ContactPerson(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
ContactPerson instance from the given Element node.
element - A libMD:ContactPerson element.systemId - The URI string system ID for the ContactPerson's document location.org.w3c.dom.DOMException
public ContactPerson(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
ContactPerson element in the given XML document.
owner - The owner document of the new element node.org.w3c.dom.DOMException| Method Detail |
|---|
public void setLibertyPrincipalIdentifier(java.lang.String uri)
throws org.w3c.dom.DOMException
uri - The libertyPrincipalIdentifier attribute value.org.w3c.dom.DOMExceptionpublic java.lang.String getLibertyPrincipalIdentifier()
null if the attribute is not specified.
public void setContactType(java.lang.String contactType)
throws org.w3c.dom.DOMException
contactType - The contactType attribute value.org.w3c.dom.DOMExceptionpublic java.lang.String getContactType()
null if the attribute is not specified.
public void setCompany(java.lang.String company)
throws org.w3c.dom.DOMException
company - The Company element's value.org.w3c.dom.DOMExceptionpublic java.lang.String getCompany()
null if the child element is not specified.
public void setGivenName(java.lang.String givenName)
throws org.w3c.dom.DOMException
givenName - The GivenName element's value.org.w3c.dom.DOMExceptionpublic java.lang.String getGivenName()
null if the child element is not specified.
public void setSurName(java.lang.String surName)
throws org.w3c.dom.DOMException
surName - The SurName element's value.org.w3c.dom.DOMExceptionpublic java.lang.String getSurName()
null if the child element is not specified.
public void setEmailAddress(java.lang.String email)
throws org.w3c.dom.DOMException
email - The EmailAddress element's value.org.w3c.dom.DOMExceptionpublic java.lang.String getEmailAddress()
null if the child element is not specified.
public void setTelephoneNumber(java.lang.String telephone)
throws org.w3c.dom.DOMException
telephone - The TelephoneNumber element's value.org.w3c.dom.DOMExceptionpublic java.lang.String getTelephoneNumber()
null if the child element is not specified.
|
Oracle Security Developer Tools Liberty 1.2 Java API Reference 11g (11.1.1) E10671-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||