|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxri.xml.SEPElement
org.openxri.xml.SEPPath
public class SEPPath
| Field Summary |
|---|
| Fields inherited from class org.openxri.xml.SEPElement |
|---|
DEFAULT_SELECT_ATTR, DEFAULT_SELECT_ATTR_BOOL, MATCH_ATTR_ANY, MATCH_ATTR_CONTENT, MATCH_ATTR_DEFAULT, MATCH_ATTR_NON_NULL, MATCH_ATTR_NONE, MATCH_ATTR_NULL, SELECT_ATTR_FALSE, SELECT_ATTR_TRUE, soLog |
| Constructor Summary | |
|---|---|
SEPPath()
Creates a default EppXriServiceEndpointPath object |
|
SEPPath(java.lang.String path,
java.lang.String match,
java.lang.Boolean select)
Creates an EppXriServiceEndpointPath object with the specified fields |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
static SEPPath |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppXriServiceEndpointPath object. |
java.lang.String |
getPath()
Gets the value of this Path rule. |
void |
setPath(java.lang.String path)
Sets the value of this Path rule. |
java.lang.String |
toString()
|
| Methods inherited from class org.openxri.xml.SEPElement |
|---|
equals, getMatch, getSelect, getValue, hashCode, setFromXML, setMatch, setSelect, setSelect, setSelect, setValue, toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SEPPath()
EppXriServiceEndpointPath object
public SEPPath(java.lang.String path,
java.lang.String match,
java.lang.Boolean select)
EppXriServiceEndpointPath object with the specified fields
| Method Detail |
|---|
public static SEPPath fromXML(org.w3c.dom.Node root)
EppXriServiceEndpointPath object.
The caller of this method must make sure that the root node is of
the EPP XRI sepTypeType.
root - root node for an EppXriServiceEndpoint object in
XML format
EppXriServiceEndpointPath object, or null if the node is
invalidpublic java.lang.String getPath()
getValue method.
public void setPath(java.lang.String path)
setValue method.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class SEPElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||