|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.xri.EppXriServiceEndpointRule
com.neulevel.epp.xri.EppXriServiceEndpointType
public class EppXriServiceEndpointType
This EppXriServiceEndpointType class encapsulates
the EPP XRI Authority ServiceEndpoint Type as defined in the
XRI Authority XML Schema type sepTypeType.
| Field Summary |
|---|
| Fields inherited from class com.neulevel.epp.xri.EppXriServiceEndpointRule |
|---|
DEFAULT_MATCH_ATTR, 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 |
| Constructor Summary | |
|---|---|
EppXriServiceEndpointType()
Creates a default EppXriServiceEndpointType object |
|
EppXriServiceEndpointType(java.lang.String type,
java.lang.String match,
java.lang.Boolean select)
Creates an EppXriServiceEndpointType object with the specified fields |
|
| Method Summary | |
|---|---|
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppXriServiceEndpointType object. |
java.lang.String |
getType()
Gets the value of this Type rule. |
void |
setType(java.lang.String type)
Sets the value of this Type rule. |
java.lang.String |
toString()
|
| Methods inherited from class com.neulevel.epp.xri.EppXriServiceEndpointRule |
|---|
getMatch, getSelect, getValue, setFromXML, setMatch, setSelect, setSelect, setValue, toXML |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EppXriServiceEndpointType()
EppXriServiceEndpointType object
public EppXriServiceEndpointType(java.lang.String type,
java.lang.String match,
java.lang.Boolean select)
EppXriServiceEndpointType object with the specified fields
| Method Detail |
|---|
public static EppEntity fromXML(org.w3c.dom.Node root)
EppXriServiceEndpointType 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
EppXriServiceEndpointType object, or null if the node is
invalidpublic java.lang.String getType()
getValue method.
public void setType(java.lang.String type)
setValue method.
public java.lang.String toString()
toString in class EppEntity
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||