|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.codec.launch.EPPLaunchUpdate
public class EPPLaunchUpdate
Extension to the domain update command to update a launch phase application.
| Field Summary | |
|---|---|
static java.lang.String |
ELM_LOCALNAME
Constant for the launch phase update extension local name |
static java.lang.String |
ELM_NAME
Constant for the launch phase info extension tag |
| Constructor Summary | |
|---|---|
EPPLaunchUpdate()
Create an EPPLaunchUpdate instance |
|
EPPLaunchUpdate(EPPLaunchPhase aPhase,
java.lang.String aApplicationId)
Create a EPPLaunchUpdate instance with both the required phase
and required application identifier attribute values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone EPPLaunchUpdate. |
void |
decode(org.w3c.dom.Element aElement)
Decode the DOM element to the EPPLaunchUpdate. |
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Encode the EPPLaunchUpdate to a DOM Element |
boolean |
equals(java.lang.Object aObject)
implements a deep EPPLaunchUpdate compare. |
java.lang.String |
getApplicationId()
Gets the application identifier of the launch application. |
EPPLaunchPhase |
getPhase()
Gets phase during which the application was submitted or is associated with. |
void |
setApplicationId(java.lang.String aApplicationId)
Sets the application identifier of the launch application. |
void |
setPhase(EPPLaunchPhase aPhase)
Sets the phase during which the application was submitted or is associated with. |
void |
setPhase(java.lang.String aPhaseString)
Sets the phase with one of the EPPLaunchPhase
PHASE constants. |
java.lang.String |
toString()
Implementation of Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELM_LOCALNAME
public static final java.lang.String ELM_NAME
| Constructor Detail |
|---|
public EPPLaunchUpdate()
public EPPLaunchUpdate(EPPLaunchPhase aPhase,
java.lang.String aApplicationId)
EPPLaunchUpdate instance with both the required phase
and required application identifier attribute values.
aPhase - Phase during which the application was
submitted or is associated withaApplicationId - Application identifier of the launch application| Method Detail |
|---|
public EPPLaunchPhase getPhase()
null otherwise.public void setPhase(EPPLaunchPhase aPhase)
aPhase - Phase during which the application was
submitted or is associated withpublic void setPhase(java.lang.String aPhaseString)
EPPLaunchPhase
PHASE constants.
aPhaseString - One of the EPPLaunchPhase PHASE
constants.public java.lang.String getApplicationId()
null otherwise.public void setApplicationId(java.lang.String aApplicationId)
aApplicationId - Application identifier of the launch application
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
EPPLaunchUpdate.
clone in interface EPPCodecComponentclone in class java.lang.ObjectEPPLaunchUpdate
java.lang.CloneNotSupportedException - standard Object.clone exception
public org.w3c.dom.Element encode(org.w3c.dom.Document aDocument)
throws EPPEncodeException
EPPLaunchUpdate to a DOM Element
encode in interface EPPCodecComponentaDocument - a DOM Document to attach data to.
EPPEncodeException - Thrown if any errors prevent encoding.
public void decode(org.w3c.dom.Element aElement)
throws EPPDecodeException
EPPLaunchUpdate.
decode in interface EPPCodecComponentaElement - DOM Element to decode the attribute values
EPPDecodeException - Error decoding the DOM Elementpublic boolean equals(java.lang.Object aObject)
EPPLaunchUpdate compare.
equals in class java.lang.ObjectaObject - EPPLaunchUpdate instance to compare with
public java.lang.String toString()
Object.toString, which will result in an
indented XML String representation of the concrete
EPPCodecComponent.
toString in class java.lang.ObjectString if successful;
ERROR otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||