public class RelayState extends XMLElement
| Modifier | Constructor and Description |
|---|---|
|
RelayState(org.w3c.dom.Document owner)
Creates a new
RelayState instance. |
protected |
RelayState(org.w3c.dom.Document owner, java.lang.String nsURI, java.lang.String localName)
Creates a new
RelayState instance. |
|
RelayState(org.w3c.dom.Element element)
Creates a new
RelayState instance from the given Element node. |
|
RelayState(org.w3c.dom.Element element, java.lang.String systemId)
Creates a new
RelayState instance from the given Element node. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActor()
Returns the SOAP actor attribute.
|
boolean |
getMustUnderstand()
Returns the SOAP mustUnderstand attribute.
|
java.lang.String |
getRelayState()
Gets the value of this
RelayState element. |
void |
setActor(java.lang.String actor)
Sets the SOAP actor attribute.
|
void |
setMustUnderstand(boolean mu)
Sets the SOAP mustUnderstand attribute.
|
void |
setRelayState(java.lang.String value)
Sets the value of this
RelayState 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 RelayState(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
RelayState instance from the given Element node.element - An RelayState element.org.w3c.dom.DOMExceptionpublic RelayState(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
RelayState instance from the given Element node.element - An RelayState element.systemId - The URI string system ID for the RelayState.org.w3c.dom.DOMExceptionpublic RelayState(org.w3c.dom.Document owner)
throws org.w3c.dom.DOMException
RelayState instance. This constructor is for use in subclass for extension of the RelayState element.owner - The owner document of the new RelayState.org.w3c.dom.DOMExceptionprotected RelayState(org.w3c.dom.Document owner,
java.lang.String nsURI,
java.lang.String localName)
throws org.w3c.dom.DOMException
RelayState instance. This constructor is for use in subclass for extension of the RelayState element.owner - The owner document of the new RelayState.nsURI - The namespace URI in which the new RelayState is to be created.localName - The localName of the element represented by the class that extends this class.org.w3c.dom.DOMExceptionpublic void setMustUnderstand(boolean mu)
mu - A boolean value.public boolean getMustUnderstand()
boolean value.public void setActor(java.lang.String actor)
actor - A boolean value.public java.lang.String getActor()
boolean value.public void setRelayState(java.lang.String value)
RelayState element.value - The String value.public java.lang.String getRelayState()
RelayState element.