Class EPPChangeRequest
java.lang.Object
com.verisign.epp.codec.change.type.EPPChangeRequest
This is a convenience class to logically encapsulate a Change Request. This
class does not represent an EPPComponent because there is no change:request
tag specified in the schema. This class is very similar to the
EPPChangeInfoResp class except that the Response object represents a natural
EPPComponent.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAction(EPPChangeAction action) voidaddCategory(String category) voidvoidbooleanCompare an instance ofEPPChangeInfoRespwith this instancevoidsetActions(ArrayList actions) voidsetCategories(List categories) voidsetCreatedDate(String createdDate) voidsetCreatedDate(Date createdDate) voidsetCreatedId(String createdId) voidsetDescription(String description) voidsetPriority(String priority) voidsetRequestId(String requestId) voidvoidsetUpdatedDate(String updatedDate) voidsetUpdatedDate(Date updatedDate) voidsetUpdatedId(String updatedId) void
-
Constructor Details
-
EPPChangeRequest
-
-
Method Details
-
addAction
-
addCategory
-
clearActions
public void clearActions() -
clearCategories
public void clearCategories() -
equals
Compare an instance ofEPPChangeInfoRespwith this instance -
getActions
-
getCategories
-
getCreatedDate
-
getCreatedDateString
-
getCreatedId
-
getDescription
-
getInfoResponse
-
getPriority
-
getRequestId
-
getStatus
-
getUpdatedDate
-
getUpdatedDateString
-
getUpdatedId
-
setActions
-
setCategories
-
setCreatedDate
-
setCreatedDate
- Throws:
ParseException
-
setCreatedId
-
setDescription
-
setPriority
-
setRequestId
-
setStatus
-
setUpdatedDate
-
setUpdatedDate
- Throws:
ParseException
-
setUpdatedId
-
updateAttributes
-