public class EPPRegistryMaxSig extends java.lang.Object implements EPPCodecComponent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELM_CLIENT_DEFINED |
static java.lang.String |
ELM_DEFAULT |
static java.lang.String |
ELM_MAX |
static java.lang.String |
ELM_MIN |
static java.lang.String |
ELM_NAME |
| Constructor and Description |
|---|
EPPRegistryMaxSig() |
EPPRegistryMaxSig(java.lang.Boolean clientDefined,
java.lang.Integer defaultLife,
java.lang.Integer min,
java.lang.Integer max) |
EPPRegistryMaxSig(boolean clientDefined,
int defaultLife,
int min,
int max) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
clone an
EPPCodecComponent. |
void |
decode(org.w3c.dom.Element aElement)
decode a DOM element tree to initialize the instance attributes.
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
encode instance into a DOM element tree.
|
boolean |
equals(java.lang.Object aObject) |
java.lang.Boolean |
getClientDefined() |
java.lang.Integer |
getDefaultLife() |
java.lang.Integer |
getMax() |
java.lang.Integer |
getMin() |
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent. |
void |
setClientDefined(java.lang.Boolean clientDefined) |
void |
setDefaultLife(java.lang.Integer defaultLife) |
void |
setMax(java.lang.Integer max) |
void |
setMin(java.lang.Integer min) |
java.lang.String |
toString() |
public static final java.lang.String ELM_NAME
public static final java.lang.String ELM_CLIENT_DEFINED
public static final java.lang.String ELM_DEFAULT
public static final java.lang.String ELM_MIN
public static final java.lang.String ELM_MAX
public EPPRegistryMaxSig()
public EPPRegistryMaxSig(java.lang.Boolean clientDefined,
java.lang.Integer defaultLife,
java.lang.Integer min,
java.lang.Integer max)
public EPPRegistryMaxSig(boolean clientDefined,
int defaultLife,
int min,
int max)
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPCodecComponentEPPCommand is
created and is used to append the attribute nodes of
EPPCommand.encode in interface EPPCodecComponentaDocument - DOM document used as a factory of DOM objects.EPPEncodeException - Error encoding the DOM element tree.public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPCodecComponentaElement argument represents the root DOM element and is
used to traverse the DOM nodes for instance attribute values. EPPCommand is
passed into decode of EPPCommand to be decoded and
used to set the instance attributes.decode in interface EPPCodecComponentaElement - root DOM element associated with instanceEPPDecodeException - Error decoding the DOM element tree.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPCodecComponentEPPCodecComponent.clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPCodecComponentjava.lang.CloneNotSupportedException - standard Object.clone exceptionpublic boolean equals(java.lang.Object aObject)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Boolean getClientDefined()
public void setClientDefined(java.lang.Boolean clientDefined)
public java.lang.Integer getDefaultLife()
public void setDefaultLife(java.lang.Integer defaultLife)
public java.lang.Integer getMin()
public void setMin(java.lang.Integer min)
public java.lang.Integer getMax()
public void setMax(java.lang.Integer max)
public java.lang.String getNamespace()
EPPCodecComponent.getNamespace in interface EPPCodecComponentEPPCodecComponent.