|
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.core.response.EppResponseData
com.neulevel.epp.core.response.EppResponseDataPending
public abstract class EppResponseDataPending
This EppResponseDataPending class implements EPP
Response Data entity for EPP Pending Actions on EPP objects.
| Field Summary | |
|---|---|
protected java.util.Calendar |
paDate
The date when the pending action is processed |
protected boolean |
paResult
The result of the pending action, true for success, false for failure |
protected EppTransactionId |
paTRID
The transaction id associated with the pending action |
| Constructor Summary | |
|---|---|
EppResponseDataPending()
|
|
| Method Summary | |
|---|---|
protected void |
fromXMLCommon(org.w3c.dom.Node node,
java.lang.String name)
Converts shared EppResponseDataPending components from
XML format. |
java.util.Calendar |
getDate()
Gets the date when the pending action is processed |
boolean |
getResult()
Gets the pending action result, true for success, false for failure |
EppTransactionId |
getTransactionId()
Gets the transaction id asssociated with the pending action |
void |
setDate(java.util.Calendar paDate)
Sets the date when the pending action is processed |
void |
setResult(boolean paResult)
Gets the pending action result, true for success, false for failure |
void |
setTransactionId(EppTransactionId paTRID)
Sets the transaction id asssociated with the pending action |
protected void |
toXMLCommon(org.w3c.dom.Document doc,
org.w3c.dom.Element body)
Converts shared EppResponseDataPending component into
XML elements |
| Methods inherited from class com.neulevel.epp.core.response.EppResponseData |
|---|
fromXML, toString |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean paResult
protected EppTransactionId paTRID
protected java.util.Calendar paDate
| Constructor Detail |
|---|
public EppResponseDataPending()
| Method Detail |
|---|
public boolean getResult()
public void setResult(boolean paResult)
public EppTransactionId getTransactionId()
public void setTransactionId(EppTransactionId paTRID)
public java.util.Calendar getDate()
public void setDate(java.util.Calendar paDate)
protected void toXMLCommon(org.w3c.dom.Document doc,
org.w3c.dom.Element body)
EppResponseDataPending component into
XML elements
doc - the XML Document objectbody - the XML Element to be attached
protected void fromXMLCommon(org.w3c.dom.Node node,
java.lang.String name)
EppResponseDataPending components from
XML format.
node - the node of a shared componentname - the name of the node of a shared component
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||