public class GoverningAgreementRef
extends oracle.security.xmlsec.util.XMLElement
Constructor and Description |
---|
GoverningAgreementRef(org.w3c.dom.Document doc, java.lang.String nsURI)
Creates a new
GoverningAgreementRef instance. |
GoverningAgreementRef(org.w3c.dom.Element element)
Creates a new
GoverningAgreementRef instance from the given Element node. |
GoverningAgreementRef(org.w3c.dom.Element element, java.lang.String systemID)
Creates a new
GoverningAgreementRef instance from the given Element node. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGoverningAgreementRef()
Returns the governing agreement reference.
|
void |
setGoverningAgreementRef(java.lang.String uri)
Sets the governing agreement reference.
|
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
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
public GoverningAgreementRef(org.w3c.dom.Element element) throws org.w3c.dom.DOMException
GoverningAgreementRef
instance from the given Element node.element
- An GoverningAgreementRef element.org.w3c.dom.DOMException
public GoverningAgreementRef(org.w3c.dom.Element element, java.lang.String systemID) throws org.w3c.dom.DOMException
GoverningAgreementRef
instance from the given Element node.element
- An GoverningAgreementRef element.systemID
- The URI string system ID for the GoverningAgreementRef
.org.w3c.dom.DOMException
public GoverningAgreementRef(org.w3c.dom.Document doc, java.lang.String nsURI) throws org.w3c.dom.DOMException
GoverningAgreementRef
instance.doc
- The owner document of the new GoverningAgreementRef.nsURI
- The namespace URI in which the new GoverningAgreementRef is to be created.org.w3c.dom.DOMException
public void setGoverningAgreementRef(java.lang.String uri)
uri
- An URI
reference.public java.lang.String getGoverningAgreementRef()
URI
reference or null
if not present.