Serialized Form
-
Package com.verisign.epp.codec.allocationtoken
-
Class com.verisign.epp.codec.allocationtoken.EPPAllocationToken extends java.lang.Object implements Serializable
-
Serialized Fields
-
token
java.lang.String token
Sub-Product Identifier.
-
-
-
Class com.verisign.epp.codec.allocationtoken.EPPAllocationTokenInfo extends java.lang.Object implements Serializable
-
-
Package com.verisign.epp.codec.balance
-
Class com.verisign.epp.codec.balance.EPPBalanceInfoCmd extends EPPInfoCmd implements Serializable
-
Class com.verisign.epp.codec.balance.EPPBalanceInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
availableCredit
java.math.BigDecimal availableCredit
The availableCredit -
balance
java.math.BigDecimal balance
The balance -
creditLimit
java.math.BigDecimal creditLimit
The creditLimit -
creditThreshold
EPPCreditThreshold creditThreshold
creditThreshold
-
-
-
Class com.verisign.epp.codec.balance.EPPCreditThreshold extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
The type value of this Type component -
value
java.math.BigDecimal value
The creditThresholdValue value of this Type component
-
-
-
-
Package com.verisign.epp.codec.changepoll
-
Class com.verisign.epp.codec.changepoll.EPPChangeCaseId extends java.lang.Object implements Serializable
-
Serialized Fields
-
identifier
java.lang.String identifier
Case identifier value. -
name
java.lang.String name
Name of the type when the case type is defined asTYPE_CUSTOM
. -
type
java.lang.String type
Case type that should be one of theTYPE
constants.
-
-
-
Class com.verisign.epp.codec.changepoll.EPPChangeData extends java.lang.Object implements Serializable
-
Serialized Fields
-
caseId
EPPChangeCaseId caseId
OPTIONAL Case identifier for the change. -
date
java.util.Date date
Date and time when the operation was executed. -
operation
EPPChangeOperation operation
Transform operation executed on the object. -
reason
java.lang.String reason
OPTIONAL reason for executing the operation. -
reasonLang
java.lang.String reasonLang
OPTIONAL language of the reason. -
state
java.lang.String state
State that reflects the whether the object reflects the state prior to the operation or after the operation, using the constantsSTATE_BEFORE
andSTATE_AFTER
, respectively. The default value is set otSTATE_AFTER
. -
svrTrid
java.lang.String svrTrid
Server transaction identifier of the operation. -
who
java.lang.String who
Who executed the operation.
-
-
-
Class com.verisign.epp.codec.changepoll.EPPChangeOperation extends java.lang.Object implements Serializable
-
Serialized Fields
-
op
java.lang.String op
OPTIONAL "op" attribute. -
value
java.lang.String value
Operation value. This value is required.
-
-
-
-
Package com.verisign.epp.codec.coaext
-
Class com.verisign.epp.codec.coaext.EPPCoaExtAttr extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
EPPCoaExtKey key
The key in this key/value pair. -
value
EPPCoaExtValue value
The value in this key/value pair.
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtCreate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attrs
java.util.List attrs
Attributes to be associated with the created object
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtInfData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attrs
java.util.List attrs
Attributes currently associated with the object
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
java.lang.String key
The key to a key/value pair.
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtUpdate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
putAttrs
java.util.List putAttrs
Attributes to be associated with the updated object -
remAttrs
java.util.List remAttrs
Attributes to be removed from the updated object
-
-
Class com.verisign.epp.codec.coaext.EPPCoaExtValue extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
java.lang.String value
The value to a key/value pair.
-
-
-
Package com.verisign.epp.codec.contact
-
Class com.verisign.epp.codec.contact.EPPContactAddChange extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information for contact change -
disclose
EPPContactDisclose disclose
disclose information of contact -
email
java.lang.String email
email -
fax
java.lang.String fax
fax number -
faxExt
java.lang.String faxExt
fax extension number for contact -
mode
short mode
Mode of EPPContactAddRemove. Must beMODE_ADD
orMODE_REMOVE
to be valid. This attribute will be set by the parent containerEPPCodecComponent
. For example,EPPContactUpdateCmd
will set the mode for itsEPPContactAddRemove
instances. -
postalContacts
java.util.Vector postalContacts
postal contacts -
statuses
java.util.Vector statuses
contact statuses -
voice
java.lang.String voice
voice number -
voiceExt
java.lang.String voiceExt
voice extension number
-
-
-
Class com.verisign.epp.codec.contact.EPPContactAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
city
java.lang.String city
Contact city. -
country
java.lang.String country
Contact country -
postalCode
java.lang.String postalCode
Contact postal code -
stateProvince
java.lang.String stateProvince
Contact state/province. -
streets
java.util.Vector streets
Contact street, which is aVector
of 1 or 2String
's representing street line 1 and street line 2.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
ids
java.util.Vector ids
Contact Ids to check. This is aVector
ofString
instances.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.Vector results
Vector ofEPPContactResult
instances.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the Contact Id (id) available? -
id
java.lang.String id
Contact Id associated with result. -
language
java.lang.String language
XML attribute value for thelang
attribute. -
reason
java.lang.String reason
Contact Reason to check. This is aString
.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information for contact -
disclose
EPPContactDisclose disclose
disclose information of contact -
email
java.lang.String email
email for contact -
fax
java.lang.String fax
fax number for contact -
faxExt
java.lang.String faxExt
fax extension number for contact -
id
java.lang.String id
ID for contact -
postalContacts
java.util.Vector postalContacts
postal contacts -
voice
java.lang.String voice
voice number for contact -
voiceExt
java.lang.String voiceExt
voice extension number for contact
-
-
-
Class com.verisign.epp.codec.contact.EPPContactCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
creationDate
java.util.Date creationDate
Creation Date. -
id
java.lang.String id
Contact Name of contact to delete.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
id
java.lang.String id
Contact Name of contact to delete.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDisclose extends java.lang.Object implements Serializable
-
Serialized Fields
-
addrInt
boolean addrInt
Internationalized addr element set? -
addrLoc
boolean addrLoc
Localized addr element set? -
email
boolean email
Email element set? -
fax
boolean fax
Fax element set? -
flag
boolean flag
Required disclose flag value with a default value offalse
. -
nameInt
boolean nameInt
Internationalized name element set? -
nameLoc
boolean nameLoc
Localized name element set? -
orgInt
boolean orgInt
Internationalized org element set? -
orgLoc
boolean orgLoc
Localized org element set? -
rootName
java.lang.String rootName
XML root element tag name for contact disclose definition The value needs to be set before calling encode(Document) and default value is set toELM_NAME_DISCLOSE
. -
voice
boolean voice
Voice element set?
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDiscloseAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Deprecated.The type value of this Type component.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDiscloseName extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Deprecated.The type value of this Type component.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactDiscloseOrg extends java.lang.Object implements Serializable
-
Serialized Fields
-
type
java.lang.String type
Deprecated.The type value of this Type component.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
id
java.lang.String id
Contact Id to get information on.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactInfoResp extends EPPResponse implements Serializable
- serialVersionUID:
- -1028446700493015708L
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information of contact -
clientId
java.lang.String clientId
identifier of sponsoring client -
createdBy
java.lang.String createdBy
identifier of the client that created the contact -
createdDate
java.util.Date createdDate
date and time of contact creation -
disclose
EPPContactDisclose disclose
disclose information of contact -
email
java.lang.String email
contact email -
fax
java.lang.String fax
contact fax number -
faxExt
java.lang.String faxExt
fax extension number for contact -
id
java.lang.String id
contact id -
lastTransferDate
java.util.Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
java.lang.String lastUpdatedBy
identifier of the client that last updated the contact name -
lastUpdatedDate
java.util.Date lastUpdatedDate
date and time of the most recent contact modification -
postalContacts
java.util.Vector postalContacts
postal contacts -
roid
java.lang.String roid
roid -
statuses
java.util.Vector statuses
contact statuses -
voice
java.lang.String voice
contact voice number -
voiceExt
java.lang.String voiceExt
voice extension number
-
-
Class com.verisign.epp.codec.contact.EPPContactPendActionMsg extends EPPResponse implements Serializable
-
Serialized Fields
-
id
java.lang.String id
fully qualified contact id of pending action. -
pendingDate
java.util.Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command. -
success
boolean success
Was the pending request successful? A value oftrue
indicates that the request has been approved and completed. A value offalse
indicates that the request has been denied and the requested action has not been taken. Default value isfalse
.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactPostalDefinition extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
EPPContactAddress address
contact address -
name
java.lang.String name
contact name -
org
java.lang.String org
contact organization -
rootName
java.lang.String rootName
XML root element tag name for contact postal definition The value needs to be set before calling encode(Document) and default value is set toELM_NAME_POSTAL_INFO
. -
type
java.lang.String type
Attribute Name ofEPPContactPostalDefinition
root element. -
validatedFlag
boolean validatedFlag
A flag to show whether validateState() been called before calling encode(Document)
-
-
-
Class com.verisign.epp.codec.contact.EPPContactStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Description of the status rationale. -
lang
java.lang.String lang
XML Element Language Attribute Name ofEPPContactStatus
root element. -
status
java.lang.String status
XML Element Name ofEPPContactStatus
root element.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactTransferCmd extends EPPTransferCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
DOCUMENT ME! -
id
java.lang.String id
Contact Id of contact to query.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactTransferResp extends EPPResponse implements Serializable
-
Serialized Fields
-
actionClient
java.lang.String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
java.util.Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
id
java.lang.String id
The fully qualified contact id. -
requestClient
java.lang.String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
java.util.Date requestDate
The date and time that the transfer was requested. -
trStatus
java.lang.String trStatus
Transfer status.
-
-
-
Class com.verisign.epp.codec.contact.EPPContactUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
add
EPPContactAddChange add
Attributes to add -
change
EPPContactAddChange change
Attributes to change -
id
java.lang.String id
Contact ID -
remove
EPPContactAddChange remove
Attributes to remove
-
-
-
-
Package com.verisign.epp.codec.defReg
-
Class com.verisign.epp.codec.defReg.EPPDefRegAddRemove extends java.lang.Object implements Serializable
-
Serialized Fields
-
adminContact
java.lang.String adminContact
adminContact to change. -
authInfo
EPPAuthInfo authInfo
authorization information to change. -
mode
short mode
Mode of EPPDefRegAddRemove. Must beMODE_ADD
orMODE_REMOVE
to be valid. This attribute will be set by the parent containerEPPCodecComponent
. For example,EPPDefRegUpdateCmd
will set the mode for itsEPPDefRegAddRemove
instances. -
registrant
java.lang.String registrant
registrant to change. -
statuses
java.util.Vector statuses
Status to add or remove. -
tm
java.lang.String tm
DefReg TradeMark of defReg to create . -
tmcountry
java.lang.String tmcountry
DefReg TradeMarkCountry of defReg to create . -
tmdate
java.util.Date tmdate
DefReg TradeMarkDate of defReg to create .
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
names
java.util.Vector names
DefReg Names to check. This is aVector
ofString
instances.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.Vector results
Vector ofEPPDefRegFwdCheckResult
instances.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the DefReg Name (name) available? -
language
java.lang.String language
XML attribute value for thelang
attribute. -
level
java.lang.String level
DefRegFwd Level associated with result. -
name
java.lang.String name
DefRegFwd Name associated with result. -
reason
java.lang.String reason
DefReg Reason to check. This is aString
.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
admincontact
java.lang.String admincontact
DefReg AdminContact of defReg to create . -
authInfo
EPPAuthInfo authInfo
authorization information. -
defRegName
EPPDefRegName defRegName
DefReg Name of defReg to create. -
level
java.lang.String level
DefReg Name of defReg to create. -
period
EPPDefRegPeriod period
Registration Period. -
registrant
java.lang.String registrant
registrant information. -
tm
java.lang.String tm
DefReg TradeMark of defReg to create . -
tmcountry
java.lang.String tmcountry
DefReg TradeMarkCountry of defReg to create . -
tmdate
java.util.Date tmdate
DefReg TradeMarkDate of defReg to create .
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
creationDate
java.util.Date creationDate
Creation Date. -
expirationDate
java.util.Date expirationDate
the end of the defReg's validity period. -
name
EPPDefRegName name
fully qualified defReg name that has been created or whose validity period has been extended. -
roid
java.lang.String roid
fully qualified defReg roid that has been created or whose validity period has been extended.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
roid
java.lang.String roid
DEFREG Roid to get information on.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
roid
java.lang.String roid
DEFREG Roid to get information on.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
admincontact
java.lang.String admincontact
DefReg AdminContact of defReg to create . -
authInfo
EPPAuthInfo authInfo
authorization information. -
clientId
java.lang.String clientId
identifier of the client that created the defReg name -
contacts
java.util.Vector contacts
Vector
ofEPPDefRegFwdContact
instances associated with defReg -
createdBy
java.lang.String createdBy
identifier of the creator that created the defReg name -
createdDate
java.util.Date createdDate
date and time of defReg creation -
expirationDate
java.util.Date expirationDate
date and time identifying the end of the defReg's registration period -
lastTransferDate
java.util.Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
java.lang.String lastUpdatedBy
identifier of the client that last updated the defReg name -
lastUpdatedDate
java.util.Date lastUpdatedDate
date and time of the most recent defReg modification -
name
EPPDefRegName name
fully qualified name of the defReg -
registrant
java.lang.String registrant
registrant. -
roid
java.lang.String roid
roid. -
statuses
java.util.Vector statuses
one or more current status descriptors. -
tm
java.lang.String tm
DefReg TradeMark of defReg to create . -
tmcountry
java.lang.String tmcountry
DefReg TradeMarkCountry of defReg to create . -
tmdate
java.util.Date tmdate
DefReg TradeMarkDate of defReg to create .
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegName extends java.lang.Object implements Serializable
-
Serialized Fields
-
level
java.lang.String level
level informnation -
name
java.lang.String name
name information. -
rootName
java.lang.String rootName
Root mapping name such as defReg (e.g.defReg:Name
for defReg mapping). This attribute needs to be specified before calling encode(Document) method.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
period
int period
DefReg period. -
pUnit
java.lang.String pUnit
DefReg period unit.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegRenewCmd extends EPPRenewCmd implements Serializable
-
Serialized Fields
-
curExpDate
java.util.Date curExpDate
Current Expiration Date. -
period
EPPDefRegPeriod period
Registration Period -
roid
java.lang.String roid
DefReg Roid of defReg to create.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegRenewResp extends EPPResponse implements Serializable
-
Serialized Fields
-
cmdType
boolean cmdType
DOCUMENT ME! -
expirationDate
java.util.Date expirationDate
the end of the defReg's validity period. -
roid
java.lang.String roid
DOCUMENT ME!
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Description of the status rationale. -
lang
java.lang.String lang
Language of the defRegdefReg status. -
status
java.lang.String status
DefReg status.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegTransferCmd extends EPPTransferCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
period
EPPDefRegPeriod period
Registration Period -
roid
java.lang.String roid
DefReg Roid of defReg to update.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegTransferResp extends EPPResponse implements Serializable
-
Serialized Fields
-
actionClient
java.lang.String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
java.util.Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
java.util.Date expirationDate
An optional attribute that contains the end of the defReg's validity period if the transfer command caused or causes a change in the validity period. -
requestClient
java.lang.String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
java.util.Date requestDate
The date and time that the transfer was requested. -
roid
java.lang.String roid
DefReg Roid of defReg to update. -
transferStatus
java.lang.String transferStatus
The state of the most recent transfer request. This should be one of theEPPDefRegTransferResp.STATUS
constants.
-
-
-
Class com.verisign.epp.codec.defReg.EPPDefRegUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
add
EPPDefRegAddRemove add
Attributes to add -
change
EPPDefRegAddRemove change
Attributes to change -
remove
EPPDefRegAddRemove remove
Attributes to remove -
roid
java.lang.String roid
DefReg Roid of defReg to update.
-
-
-
-
Package com.verisign.epp.codec.domain
-
Class com.verisign.epp.codec.domain.EPPDomainAddRemove extends java.lang.Object implements Serializable
-
Serialized Fields
-
attrServers
java.util.Vector<EPPHostAttr> attrServers
Host Attribute Name Servers to add or remove. -
authInfo
EPPAuthInfo authInfo
authorization information to change. -
contacts
java.util.Vector<EPPDomainContact> contacts
Contacts to add or remove. -
mode
short mode
Mode of EPPDomainAddRemove. Must beMODE_ADD
orMODE_REMOVE
to be valid. This attribute will be set by the parent containerEPPCodecComponent
. For example,EPPDomainUpdateCmd
will set the mode for itsEPPDomainAddRemove
instances. -
registrant
java.lang.String registrant
registrant to change. -
servers
java.util.Vector<?> servers
Name Servers to add or remove that contains eitherString
orEPPHostAttr
objects. -
statuses
java.util.Vector<EPPDomainStatus> statuses
Status to add or remove.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
names
java.util.Vector names
Domain Names to check. This is aVector
ofString
instances.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.Vector results
Vector
ofEPPDomainCheckResult
instances.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the Domain Name (name) available? -
language
java.lang.String language
XML attribute value for thelang
attribute. -
name
java.lang.String name
Domain Name associated with result. -
reason
java.lang.String reason
Domain available reason.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainContact extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of contact. -
type
java.lang.String type
Type of contact defined by aEPPDomainContact.TYPE_
constant.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
contacts
java.util.Vector<EPPDomainContact> contacts
Domain Contacts -
name
java.lang.String name
Domain Name of domain to create. -
period
EPPDomainPeriod period
Registration Period. -
registrant
java.lang.String registrant
registrant. -
serverAttrs
java.util.Vector<EPPHostAttr> serverAttrs
name server attributes. -
servers
java.util.Vector<java.lang.String> servers
Domain Name Server Names
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
creationDate
java.util.Date creationDate
Creation Date. -
expirationDate
java.util.Date expirationDate
the end of the domain's validity period. -
name
java.lang.String name
fully qualified domain name that has been created or whose validity period has been extended.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Domain Name of domain to delete.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
hosts
java.lang.String hosts
XML attribute value for thehosts
attribute. -
name
java.lang.String name
Domain Name to get information on.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
clientId
java.lang.String clientId
Identifier of sponsoring client -
contacts
java.util.Vector<EPPDomainContact> contacts
Vector
ofEPPDomainContact
instances associated with domain -
createdBy
java.lang.String createdBy
Identifier of the client that created the domain name -
createdDate
java.util.Date createdDate
Date and time of domain creation -
expirationDate
java.util.Date expirationDate
Date and time identifying the end of the domain's registration period -
hosts
java.util.Vector<java.lang.String> hosts
Names of host objects. -
lastTransferDate
java.util.Date lastTransferDate
Date and time of the most recent successful transfer -
lastUpdatedBy
java.lang.String lastUpdatedBy
Identifier of the client that last updated the domain name -
lastUpdatedDate
java.util.Date lastUpdatedDate
Date and time of the most recent domain modification -
name
java.lang.String name
Fully qualified name of the domain -
nsAttrs
java.util.Vector<EPPHostAttr> nsAttrs
name server attributes. -
nses
java.util.Vector<java.lang.String> nses
Names of name server object names. -
registrant
java.lang.String registrant
Registrant. -
roid
java.lang.String roid
Registry Object IDentifier (ROID). -
statuses
java.util.Vector<EPPDomainStatus> statuses
One or more current status descriptors.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainPendActionMsg extends EPPResponse implements Serializable
-
Serialized Fields
-
name
java.lang.String name
fully qualified domain name of pending action. -
paSuccess
boolean paSuccess
Was the pending request successful? A value oftrue
indicates that the request has been approved and completed. A value offalse
indicates that the request has been denied and the requested action has not been taken. Default value isfalse
. -
pendingDate
java.util.Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
period
int period
Domain period. -
pUnit
java.lang.String pUnit
Domain period unit.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainRenewCmd extends EPPRenewCmd implements Serializable
-
Serialized Fields
-
curExpDate
java.util.Date curExpDate
Current Expiration Date. -
name
java.lang.String name
Domain Name of domain to create. -
period
EPPDomainPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainRenewResp extends EPPResponse implements Serializable
-
Serialized Fields
-
expirationDate
java.util.Date expirationDate
the end of the domain's validity period. -
name
java.lang.String name
fully qualified domain name that has been created or whose validity period has been extended.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Description of the status rationale. -
lang
java.lang.String lang
Language of the domain status. -
status
java.lang.String status
Domain status.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainTransferCmd extends EPPTransferCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
name
java.lang.String name
Domain Name of domain to query. -
period
EPPDomainPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainTransferResp extends EPPResponse implements Serializable
-
Serialized Fields
-
actionClient
java.lang.String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
java.util.Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
java.util.Date expirationDate
An optional attribute that contains the end of the domain's validity period if the transfer command caused or causes a change in the validity period. -
name
java.lang.String name
The fully qualified domain name. -
requestClient
java.lang.String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
java.util.Date requestDate
The date and time that the transfer was requested. -
transferStatus
java.lang.String transferStatus
The state of the most recent transfer request. This should be one of theEPPDomainTransferResp.STATUS
constants.
-
-
-
Class com.verisign.epp.codec.domain.EPPDomainUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
add
EPPDomainAddRemove add
Attributes to add -
change
EPPDomainAddRemove change
Attributes to change -
name
java.lang.String name
Domain Name of domain to update. -
remove
EPPDomainAddRemove remove
Attributes to remove
-
-
-
Class com.verisign.epp.codec.domain.EPPHostAttr extends java.lang.Object implements Serializable
-
Serialized Fields
-
addresses
java.util.Vector<EPPHostAddress> addresses
Host addresses as aVector
ofEPPHostAddress
instances. -
name
java.lang.String name
Host name
-
-
-
-
Package com.verisign.epp.codec.emailFwd
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdAddRemove extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information to change. -
contacts
java.util.Vector contacts
Contacts to add or remove. -
forwardTo
java.lang.String forwardTo
forwardTo to change. -
mode
short mode
Mode of EPPEmailFwdAddRemove. Must beMODE_ADD
orMODE_REMOVE
to be valid. This attribute will be set by the parent containerEPPCodecComponent
. For example,EPPEmailFwdUpdateCmd
will set the mode for itsEPPEmailFwdAddRemove
instances. -
registrant
java.lang.String registrant
registrant to change. -
statuses
java.util.Vector statuses
Status to add or remove.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
names
java.util.Vector names
EmailFwd Names to check. This is aVector
ofString
instances.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.Vector results
Vector ofEPPEmailFwdCheckResult
instances.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the EmailFwd Name (name) available? -
language
java.lang.String language
XML attribute value for thelang
attribute. -
name
java.lang.String name
EmailFwd Name associated with result. -
reason
java.lang.String reason
EmailFwd Reason to check. This is aString
.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdContact extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Name of contact. -
type
java.lang.String type
Type of contact defined by aEPPEmailFwdContact.TYPE_
constant.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
contacts
java.util.Vector contacts
EmailFwd Contacts -
forwardTo
java.lang.String forwardTo
DOCUMENT ME! -
name
java.lang.String name
EmailFwd Name of emailFwd to create. -
period
EPPEmailFwdPeriod period
Registration Period. -
registrant
java.lang.String registrant
registrant.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
creationDate
java.util.Date creationDate
Creation Date. -
expirationDate
java.util.Date expirationDate
the end of the emailFwd's validity period. -
name
java.lang.String name
fully qualified emailFwd name that has been created or whose validity period has been extended.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
name
java.lang.String name
EmailFwd Name of emailFwd to delete.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
name
java.lang.String name
EmailFwd Name to get information on.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
clientId
java.lang.String clientId
identifier of sponsoring client -
contacts
java.util.Vector contacts
Vector
ofEPPEmailFwdContact
instances associated with emailFwd -
createdBy
java.lang.String createdBy
identifier of the client that created the emailFwd name -
createdDate
java.util.Date createdDate
date and time of emailFwd creation -
expirationDate
java.util.Date expirationDate
date and time identifying the end of the emailFwd's registration period -
forwardTo
java.lang.String forwardTo
fully qualified forwardTo address of the emailFwd -
lastTransferDate
java.util.Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
java.lang.String lastUpdatedBy
identifier of the client that last updated the emailFwd name -
lastUpdatedDate
java.util.Date lastUpdatedDate
date and time of the most recent emailFwd modification -
name
java.lang.String name
fully qualified name of the emailFwd -
registrant
java.lang.String registrant
registrant. -
roid
java.lang.String roid
roid. -
statuses
java.util.Vector statuses
one or more current status descriptors.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdPendActionMsg extends EPPResponse implements Serializable
-
Serialized Fields
-
name
java.lang.String name
fully qualified emailFwd name of pending action. -
pendingDate
java.util.Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command. -
success
boolean success
Was the pending request successful? A value oftrue
indicates that the request has been approved and completed. A value offalse
indicates that the request has been denied and the requested action has not been taken. Default value isfalse
.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
period
int period
EmailFwd period. -
pUnit
java.lang.String pUnit
EmailFwd period unit.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdRenewCmd extends EPPRenewCmd implements Serializable
-
Serialized Fields
-
curExpDate
java.util.Date curExpDate
Current Expiration Date. -
name
java.lang.String name
EmailFwd Name of emailFwd to create. -
period
EPPEmailFwdPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdRenewResp extends EPPResponse implements Serializable
-
Serialized Fields
-
cmdType
boolean cmdType
DOCUMENT ME! -
expirationDate
java.util.Date expirationDate
the end of the emailFwd's validity period. -
name
java.lang.String name
fully qualified emailFwd name that has been created or whose validity period has been extended.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
Language of the emailFwdemailFwd status. -
status
java.lang.String status
EmailFwd status.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdTransferCmd extends EPPTransferCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
name
java.lang.String name
EmailFwd Name of emailFwd to query. -
period
EPPEmailFwdPeriod period
Registration Period
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdTransferResp extends EPPResponse implements Serializable
-
Serialized Fields
-
actionClient
java.lang.String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
java.util.Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
java.util.Date expirationDate
An optional attribute that contains the end of the emailFwd's validity period if the transfer command caused or causes a change in the validity period. -
name
java.lang.String name
The fully qualified emailFwd name. -
requestClient
java.lang.String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
java.util.Date requestDate
The date and time that the transfer was requested. -
transferStatus
java.lang.String transferStatus
The state of the most recent transfer request. This should be one of theEPPEmailFwdTransferResp.STATUS
constants.
-
-
-
Class com.verisign.epp.codec.emailFwd.EPPEmailFwdUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
add
EPPEmailFwdAddRemove add
Attributes to add -
change
EPPEmailFwdAddRemove change
Attributes to change -
name
java.lang.String name
EmailFwd Name of emailFwd to update. -
remove
EPPEmailFwdAddRemove remove
Attributes to remove
-
-
-
-
Package com.verisign.epp.codec.fee.v1_0
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCheck extends java.lang.Object implements Serializable
-
Serialized Fields
-
commands
java.util.List<EPPFeeCommand> commands
Commands to check for the fee -
currency
java.lang.String currency
OPTIONAL currency desired by the client.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the fee information available? -
classification
java.lang.String classification
OPTIONAL classification of the domain name. -
commands
java.util.List<EPPFeeCommandData> commands
Commands fee data -
language
java.lang.String language
XML attribute value for thelang
attribute. -
objID
java.lang.String objID
The string that identifies the object, which most likely corresponds to the <domain:name> element. -
reason
java.lang.String reason
Reason for a "false" availability.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeChkData extends java.lang.Object implements Serializable
-
Serialized Fields
-
currency
java.lang.String currency
Currency of fees. -
results
java.util.List<EPPFeeCheckResult> results
List of claims check results
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCommand extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
Command command
Command value based on theCommand
enumeration. This value is required. -
customName
java.lang.String customName
OPTIONAL customName attribute used when the command is set toCommand.CUSTOM
. -
period
EPPFeePeriod period
OPTIONAL period of the fee -
phase
Phase phase
OPTIONAL "phase" attribute. -
subphase
java.lang.String subphase
OPTIONAL "subphase" attribute.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCommandData extends EPPFeeCommand implements Serializable
-
Serialized Fields
-
credits
java.util.List<EPPFeeCredit> credits
OPTIONAL list of credits. -
fees
java.util.List<EPPFeeValue> fees
OPTIONAL list of fees. -
language
java.lang.String language
XML attribute value for thelang
attribute. -
reason
java.lang.String reason
Reason not providing the fee information -
standard
boolean standard
OPTIONAL "standard" attribute with default of "0".
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCreate extends EPPFeeTransform implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCreData extends EPPFeeTransformResult implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeCredit extends java.lang.Object implements Serializable
-
Serialized Fields
-
credit
java.math.BigDecimal credit
Value of the credit -
description
java.lang.String description
OPTIONAL Human-readable description -
language
java.lang.String language
OPTIONAL language for thedescription
with the default valueEPPFeeCredit.DEFAULT_LANG
.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeDelData extends EPPFeeTransformResult implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeePeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
period
int period
Domain period. -
pUnit
java.lang.String pUnit
Domain period unit.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeRenData extends EPPFeeTransformResult implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeRenew extends EPPFeeTransform implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTransfer extends EPPFeeTransform implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTransform extends java.lang.Object implements Serializable
-
Serialized Fields
-
currency
java.lang.String currency
Currency desired by the client. -
ELM_NAME
java.lang.String ELM_NAME
XML root tag forEPPFeeTransform
. -
fees
java.util.List<EPPFeeValue> fees
List of fees
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTransformResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
balance
java.math.BigDecimal balance
OPTIONAL available balance for the client. -
creditLimit
java.math.BigDecimal creditLimit
OPTIONAL maximum credit available to the client. -
credits
java.util.List<EPPFeeCredit> credits
OPTIONAL list of credits, used for the delete response -
currency
java.lang.String currency
Currency of the fees or credits. -
ELM_NAME
java.lang.String ELM_NAME
XML root tag forEPPFeeTransformResult
. -
fees
java.util.List<EPPFeeValue> fees
OPTIONAL list of fees -
period
EPPFeePeriod period
OPTIONAL period for use only with transfer query response.
-
-
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeTrnData extends EPPFeeTransformResult implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeUpdate extends EPPFeeTransform implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeUpdData extends EPPFeeTransformResult implements Serializable
-
Class com.verisign.epp.codec.fee.v1_0.EPPFeeValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
applied
java.lang.String applied
OPTIONAL applied attribute the defines when fees are applied. -
description
java.lang.String description
OPTIONAL Human-readable description -
fee
java.math.BigDecimal fee
Value of the fee -
gracePeriod
java.lang.String gracePeriod
OPTIONAL grace-period attribute -
language
java.lang.String language
OPTIONAL language for thedescription
with the default valueEPPFeeValue.DEFAULT_LANG
. -
refundable
java.lang.Boolean refundable
OPTIONAL refundable attribute
-
-
-
-
Package com.verisign.epp.codec.gen
-
Class com.verisign.epp.codec.gen.EPPAuthInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
ext
EPPCodecComponent ext
Extension authorization information. -
password
java.lang.String password
Password authorization information. -
roid
java.lang.String roid
roid. -
rootName
java.lang.String rootName
Root mapping name such as domain or contact (e.g.domain:authInfo
for domain mapping). This attribute needs to be specified before calling encode(Document) method. -
rootNS
java.lang.String rootNS
XML namespace URI for the root element. -
type
short type
type, and default value isTYPE_PW
-
-
-
Class com.verisign.epp.codec.gen.EPPCheckCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPCodecException extends EPPException implements Serializable
-
Serialized Fields
-
value
int value
-
-
-
Class com.verisign.epp.codec.gen.EPPCommand extends java.lang.Object implements Serializable
-
Serialized Fields
-
extensions
java.util.Vector extensions
Extension objects associated with the command. The extension object is associated with a unique XML Namespace, XML Schema, and can be any simple or complex object that implements theEPPCodecComponent
interface. -
transId
java.lang.String transId
Client Transaction id associated with the command
-
-
-
Class com.verisign.epp.codec.gen.EPPComponentNotFoundException extends EPPDecodeException implements Serializable
-
Serialized Fields
-
kind
short kind
Kind of component not found
-
-
-
Class com.verisign.epp.codec.gen.EPPCreateCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPCredentials extends java.lang.Object implements Serializable
-
Serialized Fields
-
clientId
java.lang.String clientId
Client login id -
ELM_LANG
java.lang.String ELM_LANG
XML tag name for thelang
attribute. -
ELM_VERSION
java.lang.String ELM_VERSION
XML tag name for theversion
attribute. -
lang
java.lang.String lang
Desired language for error result messages. -
newPassword
java.lang.String newPassword
New client password -
password
java.lang.String password
Client password -
version
java.lang.String version
Desired EPP protocol version
-
-
-
Class com.verisign.epp.codec.gen.EPPDcp extends java.lang.Object implements Serializable
-
Serialized Fields
-
access
short access
describes the access provided by the server to the client on behalf of the originating data source. Uses one of theACCESS_
constants. Defaults to all (ACCESS_ALL
). -
expiryAbsolute
java.util.Date expiryAbsolute
Expiry absolute date. This is an optional attribute that is mutually exclusive withexpiryRelative
. -
expiryRelative
Duration expiryRelative
Expiry relative duration. This is an optional attribute that is mutually exclusive withexpiryAbsolute
. -
statements
java.util.Vector statements
Vector ofEPPStatement
instances.
-
-
-
Class com.verisign.epp.codec.gen.EPPDecodeException extends EPPCodecException implements Serializable
-
Class com.verisign.epp.codec.gen.EPPDeleteCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPDuplicateExtensionException extends EPPCodecException implements Serializable
-
Serialized Fields
-
extension
EPPCodecComponent extension
-
-
-
Class com.verisign.epp.codec.gen.EPPEncodeException extends EPPCodecException implements Serializable
-
Class com.verisign.epp.codec.gen.EPPExtValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
Language of thereason
attribute. A value of null indicates the default value of "en". -
reason
java.lang.String reason
human-readable message that describes the reason for the error. -
value
EPPValue value
identifies a client-provided element (including XML tag and value) that caused a server error condition.
-
-
-
Class com.verisign.epp.codec.gen.EPPGreeting extends java.lang.Object implements Serializable
-
Serialized Fields
-
dcp
EPPDcp dcp
DataCollectionPolicy supported by the server,which defines the access and statement supported by the server -
server
java.lang.String server
name of the server. The server length needs to be >=MIN_SERVER_LEN
and <=MAX_SERVER_LEN
. This attribute is required to encode the greeting, and can be set withEPPGreeting(String, Date, EPPService)
or withsetServer
. -
serverDate
java.util.Date serverDate
server's current date and time. The value is a JavaDate
representing the server's current date and time in UTC. -
serviceMenu
EPPServiceMenu serviceMenu
features supported by the server. This attribute includes the EPP protocol versions supported, the languages supported, and the EPP services supported.
-
-
-
Class com.verisign.epp.codec.gen.EPPHello extends java.lang.Object implements Serializable
-
Class com.verisign.epp.codec.gen.EPPInfoCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPLoginCmd extends EPPCommand implements Serializable
-
Serialized Fields
-
clientId
java.lang.String clientId
Client login id -
ELM_LANG
java.lang.String ELM_LANG
XML tag name for thelang
attribute. -
ELM_VERSION
java.lang.String ELM_VERSION
XML tag name for theversion
attribute. -
extservices
java.util.Vector extservices
Extension (Protocol and Command-Response) Services desired by the client. -
lang
java.lang.String lang
Desired language for error result messages. -
newPassword
java.lang.String newPassword
New client password -
password
java.lang.String password
Client password -
services
java.util.Vector services
Object Services desired by the client. -
version
java.lang.String version
Desired EPP protocol version
-
-
-
Class com.verisign.epp.codec.gen.EPPLogoutCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPMsgQueue extends java.lang.Object implements Serializable
-
Serialized Fields
-
count
java.lang.Long count
Number of messages that exist in the queue. -
id
java.lang.String id
Uniquely identifies the message at the head of the queue. -
lang
java.lang.String lang
Language of themsg
element. -
msg
java.lang.String msg
Optional human-readable message. -
msgNodeList
org.w3c.dom.NodeList msgNodeList
Optional msg using mixed content -
qDate
java.util.Date qDate
Optional date and time that the message was enqueued.
-
-
-
Class com.verisign.epp.codec.gen.EPPPollCmd extends EPPCommand implements Serializable
-
Serialized Fields
-
msgID
java.lang.String msgID
msgID attribute whose value corresponds to the value ofid
attribute copied from themsg
element in the response that is being acknowledged. -
op
java.lang.String op
Operation "op" associated with theEPPPollCmd
. This should be equal to one of theEPPPollCmd.OP_
constants.
-
-
-
Class com.verisign.epp.codec.gen.EPPProtocolExtension extends java.lang.Object implements Serializable
-
Class com.verisign.epp.codec.gen.EPPPurpose extends java.lang.Object implements Serializable
-
Serialized Fields
-
admin
boolean admin
Administrative purposes. Information can be used for administrative and technical support of the provisioning system. -
contact
boolean contact
Contact for marketing purposes. Information can be used to contact individuals, through a communications channel other than the protocol, for the promotion of a product or service. -
other
boolean other
Other purposes. Information may be used in other ways not captured by the above definitions. -
prov
boolean prov
Object provisioning purposes. Information can be used to identify objects and inter-object relationships.
-
-
-
Class com.verisign.epp.codec.gen.EPPRecipient extends java.lang.Object implements Serializable
-
Serialized Fields
-
otherRecipient
boolean otherRecipient
boolean constant for the other element -
oursRecipient
java.util.Vector oursRecipient
boolean constant for the ours element -
publicRecipient
boolean publicRecipient
boolean constant for the public element -
sameRecipient
boolean sameRecipient
boolean constant for the same element -
unrelatedRecipient
boolean unrelatedRecipient
boolean constant for the unrelated element
-
-
-
Class com.verisign.epp.codec.gen.EPPRenewCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPResponse extends java.lang.Object implements Serializable
-
Serialized Fields
-
extensions
java.util.Vector extensions
Extension objects associated with the response. The extension object is associated with a unique XML Namespace, XML Schema, and can be any simple or complex object that implements theEPPCodecComponent
interface. -
msgQueue
EPPMsgQueue msgQueue
Size of Message Queue. -
results
java.util.Vector results
Vector ofEPPResult
instances representing the results of the response. There must be at least on result defined. -
transId
EPPTransId transId
Transaction id associated with the response
-
-
-
Class com.verisign.epp.codec.gen.EPPResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
int code
Result code that must be in the range 1000-9999. -
extValues
java.util.Vector extValues
Optional Vector ofEPPExtValue
instances that caused the error. -
lang
java.lang.String lang
Language of themessage
attribute. A value of null indicates the default value of "en". -
message
java.lang.String message
Result message.defaultMsg
defines the default message values for the pre-defined result codes. -
values
java.util.Vector values
Optional Vector ofEPPValue
instances that caused the error.
-
-
-
Class com.verisign.epp.codec.gen.EPPService extends java.lang.Object implements Serializable
-
Serialized Fields
-
namespacePrefix
java.lang.String namespacePrefix
XML Namespace prefix for the service. -
namespaceURI
java.lang.String namespaceURI
ML Namespace URI for the service. -
serviceType
int serviceType
Defines the type of service as either OBJ_SERVICE or EXT_SERVICE. Default is OBJ_SERVICE.
-
-
-
Class com.verisign.epp.codec.gen.EPPServiceMenu extends java.lang.Object implements Serializable
-
Serialized Fields
-
ELM_EXT
java.lang.String ELM_EXT
XML tag name for theSvcExtension
Element. -
ELM_EXTURI
java.lang.String ELM_EXTURI
XML tag name for theExtensionUri
Element. -
ELM_LANG
java.lang.String ELM_LANG
XML tag name for thelangs
attribute. -
ELM_NAME
java.lang.String ELM_NAME
Default XML root tag name forEPPServiceMenu
. This is the tag name used inEPPGreeting
. -
ELM_OBJURI
java.lang.String ELM_OBJURI
XML tag name for theobjUri
Element. -
ELM_VERSION
java.lang.String ELM_VERSION
XML tag name for theversions
attribute. -
EXT_SERVICE
boolean EXT_SERVICE
Flag for inspecting whether the service is an ExtensionService -
extservices
java.util.Vector extservices
Vector ofEPPExtensionService
instances. Each extensionservice is associated with a <exturi> XML element. -
langs
java.util.Vector langs
Vector of languageString
instances. Each language String is associated with a <lang> XML element. -
OBJ_SERVICE
boolean OBJ_SERVICE
Flag for inspecting whether the service is an ObjectService -
services
java.util.Vector services
Vector ofEPPService
instances. Each service is associated with a <objuri> XML element. -
versions
java.util.Vector versions
Vector of versionString
instances. Each version String is associated with a <version> XML element.
-
-
-
Class com.verisign.epp.codec.gen.EPPStatement extends java.lang.Object implements Serializable
-
Serialized Fields
-
purpose
EPPPurpose purpose
EPPPurpose
instances. -
recipient
EPPRecipient recipient
EPPRecipient
instances. -
retention
short retention
Describes data retention practices.
-
-
-
Class com.verisign.epp.codec.gen.EPPTransferCmd extends EPPCommand implements Serializable
-
Serialized Fields
-
op
java.lang.String op
Operation "op" associated with theEPPTransferCmd
. This should be equal to one of theEPPCommand.OP_
constants.
-
-
-
Class com.verisign.epp.codec.gen.EPPTransId extends java.lang.Object implements Serializable
-
Serialized Fields
-
clientTransId
java.lang.String clientTransId
Client specified transaction id -
rootName
java.lang.String rootName
Root mapping name such as domain or contact (e.g.domain:trID
for domain mapping). This attribute needs to be specified before calling encode(Document) method. -
rootNS
java.lang.String rootNS
XML namespace URI for the root element. -
rootPrefix
java.lang.String rootPrefix
Namespace prefix to use for root element. -
serverTransId
java.lang.String serverTransId
Server generated transaction id
-
-
-
Class com.verisign.epp.codec.gen.EPPUpdateCmd extends EPPCommand implements Serializable
-
Class com.verisign.epp.codec.gen.EPPValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
namespace
java.lang.String namespace
XML namespace of value child element. For example, "urn:ietf:params:xml:ns:domain-1.0". The default is "urn:ietf:params:xml:ns:epp-1.0". -
prefix
java.lang.String prefix
XML prefix of value child element. For example, "domain". The default is null for no prefix. -
value
java.lang.String value
identifies a client-provided element (including XML tag and value) that caused a server error condition.
-
-
-
-
Package com.verisign.epp.codec.host
-
Class com.verisign.epp.codec.host.EPPHostAddRemove extends java.lang.Object implements Serializable
-
Serialized Fields
-
addresses
java.util.Vector addresses
Addresses to add or remove. -
mode
short mode
Mode of EPPHostAddRemove. Must beMODE_ADD
orMODE_REMOVE
to be valid. This attribute will be set by the parent containerEPPCodecComponent
. For example,EPPHostUpdateCmd
will set the mode for itsEPPHostAddRemove
instances. -
name
java.lang.String name
name to change. -
statuses
java.util.Vector statuses
statuses to add or remove.
-
-
-
Class com.verisign.epp.codec.host.EPPHostAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
IP address name -
rootName
java.lang.String rootName
Root fully qualified tag name -
rootNS
java.lang.String rootNS
XML namespace URI for the root element. -
type
short type
Type of the IP address (IPV4
orIPV6
-
-
-
Class com.verisign.epp.codec.host.EPPHostCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
names
java.util.Vector names
Host Names to check. This is aVector
ofString
instances.
-
-
-
Class com.verisign.epp.codec.host.EPPHostCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.Vector results
Vector ofEPPCheckHostResult
instances.
-
-
-
Class com.verisign.epp.codec.host.EPPHostCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the Host Name (name) available? -
language
java.lang.String language
XML attribute value for thelang
attribute. -
name
java.lang.String name
Host Name associated with result. -
reason
java.lang.String reason
Host inavailable reason.
-
-
-
Class com.verisign.epp.codec.host.EPPHostCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
addresses
java.util.Vector addresses
Host Name Addresses -
name
java.lang.String name
Host Name of host to create.
-
-
-
Class com.verisign.epp.codec.host.EPPHostCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
creationDate
java.util.Date creationDate
Creation Date. -
name
java.lang.String name
Host Name of host created.
-
-
-
Class com.verisign.epp.codec.host.EPPHostDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Host Name of host to delete.
-
-
-
Class com.verisign.epp.codec.host.EPPHostInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Host Name to get information on.
-
-
-
Class com.verisign.epp.codec.host.EPPHostInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
addresses
java.util.Vector addresses
Vector
ofEPPHostAddress
instances asssociated with host. -
clientId
java.lang.String clientId
identifier of sponsoring client -
createdBy
java.lang.String createdBy
identifier of the client that created the host name -
createdDate
java.util.Date createdDate
date and time of host creation -
lastUpdatedBy
java.lang.String lastUpdatedBy
identifier of the client that last updated the host name -
lastUpdatedDate
java.util.Date lastUpdatedDate
date and time of the most recent host modification -
name
java.lang.String name
fully qualified name of the host -
roid
java.lang.String roid
roid -
statuses
java.util.Vector statuses
Host statuses -
trDate
java.util.Date trDate
Host transfer date
-
-
-
Class com.verisign.epp.codec.host.EPPHostPendActionMsg extends EPPResponse implements Serializable
-
Serialized Fields
-
name
java.lang.String name
fully qualified host name of pending action. -
pendingDate
java.util.Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command. -
success
boolean success
Was the pending request successful? A value oftrue
indicates that the request has been approved and completed. A value offalse
indicates that the request has been denied and the requested action has not been taken. Default value isfalse
.
-
-
-
Class com.verisign.epp.codec.host.EPPHostStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Description of the status rationale. -
lang
java.lang.String lang
Language of the host status. -
status
java.lang.String status
Host status, default status is OK status.
-
-
-
Class com.verisign.epp.codec.host.EPPHostUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
add
EPPHostAddRemove add
Attributes to add -
change
EPPHostAddRemove change
Attributes to change -
name
java.lang.String name
Host Name of host to update. -
remove
EPPHostAddRemove remove
Attributes to remove
-
-
-
-
Package com.verisign.epp.codec.idnext
-
Class com.verisign.epp.codec.idnext.EPPIdnLangTag extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
The Language code.
-
-
-
-
Package com.verisign.epp.codec.idnmap
-
Class com.verisign.epp.codec.idnmap.EPPIdnMap extends java.lang.Object implements Serializable
-
Serialized Fields
-
table
java.lang.String table
The IDN table identifier as provided by the server. -
uname
java.lang.String uname
OPTIONAL domain name in Unicode NFC.
-
-
-
-
Package com.verisign.epp.codec.idntable
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
domains
java.util.List<EPPIdnTableDomainLabel> domains
Domain names to check for the IDN table information. -
tables
java.util.List<java.lang.String> tables
Table identifiers to check. This is aList
ofString
instances.
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckDomain extends java.lang.Object implements Serializable
-
Serialized Fields
-
idnmap
boolean idnmap
OPTIONAL indication that the server requires the use of the IDN mapping extension with a domain create of the domain name. The default value is set totrue
. -
name
java.lang.String name
Value for the domain name -
reason
java.lang.String reason
OPTIONAL reason element -
reasonLang
java.lang.String reasonLang
OPTIONAL language of the reason. -
tables
java.util.List<java.lang.String> tables
Table identifiers that are valid for the IDN domain name. This is aList
ofString
instances. -
valid
boolean valid
Is thename
attribute a valid IDN domain name?
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
domains
java.util.List<EPPIdnTableCheckDomain> domains
Domain Check Form domain information -
tables
java.util.List<EPPIdnTableCheckTable> tables
Table Check Form table information
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableCheckTable extends java.lang.Object implements Serializable
-
Serialized Fields
-
exists
boolean exists
Does the table identifier exist? The default value isfalse
. -
table
java.lang.String table
Value for the table identifier
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableDomainLabel extends java.lang.Object implements Serializable
-
Serialized Fields
-
domain
java.lang.String domain
Value for the domain name -
form
EPPIdnTableDomainLabel.Form form
OPTIONAL form with the default value ofForm.A_LABEL
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
domain
java.lang.String domain
Domain name -
form
EPPIdnTableInfoCmd.Form form
Form of the info command. -
table
java.lang.String table
Table identifier
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoDomain extends java.lang.Object implements Serializable
-
Serialized Fields
-
aname
java.lang.String aname
Value for the domain name A-label (aname). -
idnmap
boolean idnmap
OPTIONAL indication that the server requires the use of the IDN mapping extension with a domain create of the domain name. The default value is set totrue
. -
name
java.lang.String name
Value for the domain name -
tables
java.util.List<EPPIdnTableInfoDomainTable> tables
List of matching IDN tables -
uname
java.lang.String uname
Value for the domain name U-label (uname). -
valid
boolean valid
Is thename
attribute a valid IDN domain name?
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoDomainTable extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Server defined description of the IDN Table. -
descriptionLang
java.lang.String descriptionLang
OPTIONAL language of the description with default of "en". -
name
java.lang.String name
Server defined IDN Table Identifier -
type
EPPIdnTableInfoDomainTable.Type type
The type of the IDN table. -
variantGen
java.lang.Boolean variantGen
OPTIONAL boolean flag indicating that domains created using the IDN Table will have IDN variants generated.
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoListItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Server defined IDN Table Identifier -
upDate
java.util.Date upDate
Contains the date and time that the IDN Table was created or last updated.
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
domain
EPPIdnTableInfoDomain domain
Domain Info Form Information -
form
EPPIdnTableInfoResp.Form form
Form of the info response. -
list
java.util.List<EPPIdnTableInfoListItem> list
List Info Form Information -
table
EPPIdnTableInfoTable table
Table Info Form Information
-
-
-
Class com.verisign.epp.codec.idntable.EPPIdnTableInfoTable extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Server defined description of the IDN Table. -
descriptionLang
java.lang.String descriptionLang
OPTIONAL language of the description with default of "en". -
effectiveDate
java.util.Date effectiveDate
OPTIONAL effective date for the IDN Table. -
name
java.lang.String name
Server defined IDN Table Identifier -
type
EPPIdnTableInfoTable.Type type
The type of the IDN table. -
upDate
java.util.Date upDate
Contains the date and time that the IDN Table was created or last updated. -
url
java.lang.String url
OPTIONAL URL for downloading the IDN table with the applicable set of code points and rules. -
variantGen
java.lang.Boolean variantGen
OPTIONAL boolean flag indicating that domains created using the IDN Table will have IDN variants generated. -
version
java.lang.String version
OPTIONAL server defined version number of the IDN Table.
-
-
-
-
Package com.verisign.epp.codec.launch
-
Class com.verisign.epp.codec.launch.EPPLaunchCheck extends java.lang.Object implements Serializable
-
Serialized Fields
-
phase
EPPLaunchPhase phase
The phase that the check will run against with the default beingEPPLaunchPhase.PHASE_CLAIMS
. -
type
java.lang.String type
Defines check form type with one of theTYPE
constants.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
claimKeys
java.util.List<EPPLaunchClaimKey> claimKeys
Key that MAY be passed to an info service of a third party trademark provider like the Trademark Clearinghouse (TMCH) for getting the information needed to generate the trademark claims notice. -
exists
boolean exists
Does a matching trademark exists for the domain name? -
name
java.lang.String name
Domain Name associated with result.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchChkData extends java.lang.Object implements Serializable
-
Serialized Fields
-
phase
EPPLaunchPhase phase
The phase using one of theEPPLaunchPhase
PHASE
constants ornull
for no phase. -
results
java.util.List<EPPLaunchCheckResult> results
List of claims check results
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchClaimKey extends java.lang.Object implements Serializable
-
Serialized Fields
-
claimKey
java.lang.String claimKey
Key that MAY be passed to an info service of a third party trademark provider like the Trademark Clearinghouse (TMCH) for getting the information needed to generate the trademark claims notice. -
validatorId
java.lang.String validatorId
OPTIONAL "validatorID" attribute that is used to define the Validator Identifier of the Trademark Validator.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCodeMark extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
java.lang.String code
OPTIONAL mark code used to validate the mark information. The mark code can be a mark specific secret value that the server can verify against a third party. -
mark
EPPMark mark
OPTIONAL mark information. -
validatorId
java.lang.String validatorId
OPTIONAL "validatorID" attribute that is used to define the Validator Identifier of the Trademark Validator of thecode
.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCreate extends java.lang.Object implements Serializable
-
Serialized Fields
-
codeMarks
java.util.List<EPPLaunchCodeMark> codeMarks
Code mark used for the Sunrise Create Form -
notices
java.util.List<EPPLaunchNotice> notices
Claims notice information used for Claims Create Form -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with. -
signedMarks
java.util.List<EPPSignedMark> signedMarks
Signed mark used for the Sunrise Create Form -
type
java.lang.String type
Defines the expected type of object to create. The default value isnull
, meaning to not include the attribute in the command.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchCreData extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationId
java.lang.String applicationId
Application identifier of the launch application. -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchDelete extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationId
java.lang.String applicationId
Application identifier of the launch application. -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationId
java.lang.String applicationId
OPTIONAL application identifier of the launch application. -
marks
java.util.List<EPPMark> marks
OPTIONAL list of marks associated with launch application / registration -
phase
EPPLaunchPhase phase
The phase during which the application or registration was submitted or is associated with. -
status
EPPLaunchStatus status
OPTIONAL status of the launch application using one of the supported status values
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationId
java.lang.String applicationId
Application identifier of the launch application. -
includeMark
boolean includeMark
Indicate whether or not to include the mark in the response with a default offalse
. -
phase
EPPLaunchPhase phase
The phase during which the application or registration was submitted or is associated with.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchNotice extends java.lang.Object implements Serializable
-
Serialized Fields
-
acceptedDate
java.util.Date acceptedDate
Contains the date and time that the claims notice was displayed or accepted. -
notAfterDate
java.util.Date notAfterDate
Contains the date and time of the expiration of the claims notice. -
noticeId
java.lang.String noticeId
Unique notice identifier generated by the source of the claims notice information like the Claims Notice Information Service (CNIS). -
validatorId
java.lang.String validatorId
OPTIONAL "validatorID" attribute that is used to define the Validator Identifier of the Trademark Validator.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchPhase extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
OPTIONAL "name" attribute that can define a sub-phase or the full name of the phase when the <launch:phase> element has the "custom" value. -
phase
java.lang.String phase
Launch phase name using using of thePHASE
constants.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
human-readable text that describes the rationale for the status applied to the object. -
descriptionLang
java.lang.String descriptionLang
OPTIONAL language of the description. -
name
java.lang.String name
OPTIONAL "name" attribute that can define a sub-status or the full name of the status when the <launch:status> element has the "custom" value. -
status
java.lang.String status
Launch status name using using of theSTATUS
constants.
-
-
-
Class com.verisign.epp.codec.launch.EPPLaunchUpdate extends java.lang.Object implements Serializable
-
Serialized Fields
-
applicationId
java.lang.String applicationId
Application identifier of the launch application. -
phase
EPPLaunchPhase phase
The phase during which the application was submitted or is associated with.
-
-
-
-
Package com.verisign.epp.codec.launchpolicy.v01
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyCreate extends EPPLaunchPolicyZoneContainer implements Serializable
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyInfData extends EPPLaunchPolicyZoneContainer implements Serializable
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyInfoPhase extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
OPTIONAL "name" attribute that can define a sub-phase or the full name of the phase when the phase has theEPPLaunchPolicyPhase.Phase.custom
value. -
phase
EPPLaunchPolicyPhase.Phase phase
Launch phase name using one of theEPPLaunchPolicyPhase.Phase
constants.
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPhase extends java.lang.Object implements Serializable
-
Serialized Fields
-
checkForms
java.util.List<EPPLaunchPolicyPhase.CheckForm> checkForms
Zero to three <lp:checkForm> elements that defines the supported check forms. -
createForms
java.util.List<EPPLaunchPolicyPhase.CreateForm> createForms
Zero to three <lp:createForm> elements that defines the supported create forms. -
createValidateType
java.lang.Boolean createValidateType
OPTIONAL boolean value that indicates whether the server validates the OPTIONAL <launch:create> "type" attribute. -
encodedSignedMarksSupported
java.util.List<java.lang.String> encodedSignedMarksSupported
Zero or more <lp:encodedSignedMarkSupported> elements that defines the XML namespace of the encoded signed marks that are supported in the phase. For example, the XML namespace "urn:ietf:params:xml:ns:signedMark-1.0" for [RFC7848]. -
endDate
java.util.Date endDate
The OPTIONAL end date and time for the phase. -
infoPhases
java.util.List<EPPLaunchPolicyInfoPhase> infoPhases
Zero or more <lp:infoPhase> elements that defines the possible <launch:phase> values that can be passed by the client in the phase. The <lp:infoPhase> supports the "type" and "name" attributes defined for the <lp:phase> element. -
marksSupported
java.util.List<java.lang.String> marksSupported
Zero or more <lp:markSupported> elements that defines the XML namespace of the marks that are supported in the phase. For example, the XML namespace "urn:ietf:params:xml:ns:mark-1.0" for [RFC7848]. -
markValidations
java.util.List<EPPLaunchPolicyPhase.MarkValidation> markValidations
Zero to four <lp:markValidation> elements that defines the supported Mark Validation Models supported by the phase. -
maxMarks
java.lang.Integer maxMarks
An OPTIONAL maximum number of marks per domain name for the phase. -
mode
EPPLaunchPolicyPhase.Mode mode
OPTIONAL attribute that defines how the phase operates with the following possible values and with the default value ofEPPLaunchPolicyPhase.Mode.fcfs
. -
name
java.lang.String name
OPTIONAL "name" attribute that can define a sub-phase or the full name of the phase when the phase has theEPPLaunchPolicyPhase.Phase.custom
value. -
pendingCreate
java.lang.Boolean pendingCreate
An OPTIONAL boolean value that indicates that the server will place the Launch Application or the Launch Registration in the "pendingCreate" status as specified in [RFC5731]. -
phase
EPPLaunchPolicyPhase.Phase phase
Launch phase name using one of theEPPLaunchPolicyPhase.Phase
constants. -
pollPolicy
EPPLaunchPolicyPollPolicy pollPolicy
An OPTIONAL element that defines the poll messaging policy for the phase. -
signedMarksSupported
java.util.List<java.lang.String> signedMarksSupported
Zero or more <lp:signedMarkSupported> elements that defines the XML namespace of the signed marks that are supported in the phase. For example, the XML namespace "urn:ietf:params:xml:ns:signedMark-1.0" for [RFC7848]. -
startDate
java.util.Date startDate
The start date and time for the phase. -
statuses
java.util.List<EPPLaunchPolicyPhaseStatus> statuses
Zero or more <lp:status> elements that defines the supported launch status values, in precedence order, for the phase. -
validatePhase
java.lang.Boolean validatePhase
OPTIONAL boolean value that indicates whether the server validates the phase provided by the client in the <launch:phase> element. -
validatorIds
java.util.List<java.lang.String> validatorIds
Zero or more <lp:validatorId> elements that define the supported Validator Identifier values for the phase. An example is the reserved Validator Identifier of "tmch".
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPhaseStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
OPTIONAL Description of the status rationale -
lang
java.lang.String lang
Language of the description with the default ofEPPLaunchPolicyPhaseStatus.DEFAULT_LANG
. -
name
java.lang.String name
OPTIONAL "name" attribute that can define a custom status name when the status has theEPPLaunchPolicyPhaseStatus.Status.custom
value. -
status
EPPLaunchPolicyPhaseStatus.Status status
Status value
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPollPolicy extends java.lang.Object implements Serializable
-
Serialized Fields
-
extensionInfo
java.lang.Boolean extensionInfo
A boolean value indicating whether the server will include further extensions that would normally be included in the response to the <domain:info> command, per [RFC5731], in the poll message. -
intermediateStatus
java.lang.Boolean intermediateStatus
A boolean value indicating whether the server will insert poll messages, per [RFC5730], for the applicable intermediate statuses, including the "pendingValidation", "validated", "pendingAllocation", and "invalid" statuses, using the <domain:infData> element with the <launch:infData> extension. -
nonMandatoryInfo
java.lang.Boolean nonMandatoryInfo
A boolean value indicating whether the server will include non-mandatory information in the <domain:infData> element of the poll message.
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyUpdate extends EPPLaunchPolicyZoneContainer implements Serializable
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZone extends java.lang.Object implements Serializable
-
Serialized Fields
-
phases
java.util.List<EPPLaunchPolicyPhase> phases
Zone phases
-
-
-
Class com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyZoneContainer extends java.lang.Object implements Serializable
-
Serialized Fields
-
ELM_NAME
java.lang.String ELM_NAME
XML root tag forEPPLaunchPolicyZoneContainer
. -
zone
EPPLaunchPolicyZone zone
Instance ofEPPLaunchPolicyZone
that is contained by the extension.
-
-
-
-
Package com.verisign.epp.codec.loginsec.v1_0
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSec extends java.lang.Object implements Serializable
-
Serialized Fields
-
newPassword
java.lang.String newPassword
New client password -
password
java.lang.String password
Client password -
userAgent
EPPLoginSecUserAgent userAgent
User agent
-
-
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSecData extends java.lang.Object implements Serializable
-
Serialized Fields
-
events
java.util.List<EPPLoginSecEvent> events
Security events to return to the client
-
-
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSecEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
OPTIONAL description text for event. -
duration
java.lang.String duration
OPTIONAL duration attribute. -
exDate
java.util.Date exDate
OPTIONAL event expiry date -
lang
java.lang.String lang
OPTIONAL lang attribute. -
level
EventLevel level
Event level -
type
EventType type
Event type -
typeName
java.lang.String typeName
OPTIONAL type name attribute used when the type is set toEventType.CUSTOM
. -
value
java.lang.String value
OPTIONAL value attribute.
-
-
-
Class com.verisign.epp.codec.loginsec.v1_0.EPPLoginSecUserAgent extends java.lang.Object implements Serializable
-
Serialized Fields
-
app
java.lang.String app
OPTIONAL name of the client application software with version if available, such as the name of the client SDK "EPP SDK 1.0.0". -
os
java.lang.String os
OPTIONAL client operating system used, such as "x86_64 Mac OS X 10.21". -
tech
java.lang.String tech
OPTIONAL technology used for the client software with version if available, such as "Java 11.0.2".
-
-
-
-
Package com.verisign.epp.codec.loginsecpolicy.v04
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyEvent extends java.lang.Object implements Serializable
-
Serialized Fields
-
errorAction
EPPLoginSecPolicyEvent.EventErrorAction errorAction
OPTIONAL indication of what action will occur with an error. -
exDate
java.lang.Boolean exDate
OPTIONAL boolean element that indicates whether the event type includes a <loginSec:exDate> element with the default value of "0" (or "false"). -
exPeriod
java.lang.String exPeriod
OPTIONAL duration element that the event type must be reset. The value uses the XML schema "duration" type. An example is "P30D" for 90 days. -
levels
java.util.List<EPPLoginSecPolicyEvent.EventLevel> levels
One or two <loginSecPolicy:level> elements that indicate the possible set of event levels ("warning" or "error") the server will return to the client for the event type. -
name
java.lang.String name
OPTIONAL "name" attribute that can define a custom event type or define the specific statistic event. -
period
java.lang.String period
OPTIONAL period value that is associated with a warning event for a specific "stat" event. For example, a "failedLogins" "stat" warning event will occur if the number of failed logins exceeds the <loginSecPolicy:threshold> value over a period of 1 day. The value uses the XML schema "duration" type. An example is "P1D" for 1 day. -
threshold
java.lang.Integer threshold
OPTIONAL threshold value that triggers a warning event for a specific "stat" event. For example, a "failedLogins" "stat" warning event will occur if the number of failed logins exceeds 100. -
type
EPPLoginSecPolicyEvent.EventType type
Event type -
warningPeriod
java.lang.String warningPeriod
OPTIONAL duration element that indicates how long prior to expiry the server will include a warning event. For example, the server will include a password expiry warning event 15 days prior to expiry. The value uses the XML schema "duration" type. An example is "P15D" for 15 days.
-
-
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
system
EPPLoginSecPolicySystem system
Instance ofEPPLoginSecPolicySystem
that is contained by the extension.
-
-
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicyPassword extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
The OPTIONAL human readable description of the login password format policy. The "lang" attribute MAY be present to identify the language of the description if the negotiated value is something other than the default value of "en" (English). -
expression
java.lang.String expression
The login password format regular expression. -
lang
java.lang.String lang
Language of the description with the default ofEPPLoginSecPolicyPassword.DEFAULT_LANG
. -
restrictedWords
java.lang.Boolean restrictedWords
The OPTIONAL boolean element, with a default value of "false", that indicates that the server has a list of restricted words that cannot be used in the password. The optional "url" attribute references a description of the list of restricted words. -
restrictedWordsUrl
java.lang.String restrictedWordsUrl
The OPTIONALrestrictedWords
"url" attribute references a description of the list of restricted words. -
specialRules
java.lang.Boolean specialRules
The OPTIONAL boolean element, with a default value of "false", that indicates additional special format rules apply that cannot be represented in the regular expression. A value of "1" (or "true") means that special format rules do apply that MUST be described in the <loginSecPolicy:description> element for manual review. The server SHOULD represent the most specific regular expression possible with the <loginSecPolicy:expression> element. A value of "0" (or "false") means that the <loginSecPolicy:expression> element fully represents the format requirements.
-
-
-
Class com.verisign.epp.codec.loginsecpolicy.v04.EPPLoginSecPolicySystem extends java.lang.Object implements Serializable
-
Serialized Fields
-
events
java.util.List<EPPLoginSecPolicyEvent> events
Security events -
password
EPPLoginSecPolicyPassword password
The login password format policy. -
userAgentSupport
java.lang.Boolean userAgentSupport
OPTIONAL boolean value that indicates the server supports the <loginSec:userAgentSupport> element, with the default value of "0" (or "false"). A value of "1" (or "true") means that the server processes the <loginSecPolicy:userAgentSupport> element. A value of "0" (or "false") means that the server ignores the <loginSecPolicy:userAgentSupport> element if passed by the client.
-
-
-
-
Package com.verisign.epp.codec.lowbalancepoll
-
Class com.verisign.epp.codec.lowbalancepoll.EPPLowBalancePollResponse extends EPPResponse implements Serializable
-
Serialized Fields
-
availableCredit
java.lang.String availableCredit
The availableCredit -
creditLimit
java.lang.String creditLimit
The creditLimit -
creditThreshold
EPPLowBalancePollThreshold creditThreshold
creditThreshold -
registrarName
java.lang.String registrarName
The registrarName
-
-
-
Class com.verisign.epp.codec.lowbalancepoll.EPPLowBalancePollThreshold extends java.lang.Object implements Serializable
-
Serialized Fields
-
creditThresholdValue
java.lang.String creditThresholdValue
The creditThresholdValue value of this Type component -
type
java.lang.String type
The type value of this Type component
-
-
-
-
Package com.verisign.epp.codec.maintenance.v1_0
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceDescription extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Description value -
lang
java.lang.String lang
OPTIONAL language of the description. -
type
EPPMaintenanceDescription.Type type
OPTIONAL description type with the default ofEPPMaintenanceDescription.Type.plain
.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceId extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
Maintenance id value. -
name
java.lang.String name
Optional name that includes a human-readable name of the maintenance. -
nameLang
java.lang.String nameLang
OPTIONAL language of the name.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
infoType
EPPMaintenanceInfoCmd.InfoType infoType
Type of the info command with the default set toInfoType.list
. -
maintenanceId
java.lang.String maintenanceId
Maintenance notification identifier. ThemaintenanceId
is used when theinfoType
is set toInfoType.id
.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
infoType
EPPMaintenanceInfoResp.InfoType infoType
Type of the info command with the default set toInfoType.list
. -
listItems
java.util.List<EPPMaintenanceListItem> listItems
Maintenance list items. -
maintenance
EPPMaintenanceItem maintenance
Maintenance notification. Themaintenance
is used when theinfoType
is set toInfoType.maintenance
.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceIntervention extends java.lang.Object implements Serializable
-
Serialized Fields
-
connection
boolean connection
Connection attribute that indicates if a client needs to do something that is connection-related, such as a reconnect. The default value istrue
. -
implementation
boolean implementation
Connection attribute that indicates if a client needs to do something that is implementation-related, such as a code change. The default value istrue
.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
createdDate
java.util.Date createdDate
Maintenance created date -
customEnvironment
java.lang.String customEnvironment
OPTIONAL custom maintenance environment. -
descriptions
java.util.List<EPPMaintenanceDescription> descriptions
Zero or more OPTIONAL free-form descriptions of the maintenance without having to create and traverse an external resource -
detail
java.lang.String detail
Optional URI to the detailed maintenance description. -
endDate
java.util.Date endDate
Maintenance end date and time. -
environment
EPPMaintenanceItem.Environment environment
Maintenance environment. -
intervention
EPPMaintenanceIntervention intervention
Maintenance intervention. -
lastUpdatedDate
java.util.Date lastUpdatedDate
Optional maintenance last updated date -
maintenanceId
EPPMaintenanceId maintenanceId
Maintenance identifier. -
pollType
EPPMaintenanceItem.PollType pollType
OPTIONAL Registry Maintenance Notification poll message type. -
reason
EPPMaintenanceItem.Reason reason
Maintenance reason with the default set toEPPMaintenanceItem.Reason.planned
. -
startDate
java.util.Date startDate
Maintenance start date and time. -
systems
java.util.List<EPPMaintenanceSystem> systems
Maintenance systems. -
tlds
java.util.List<java.lang.String> tlds
Maintenance TLDs. -
types
java.util.List<EPPMaintenanceType> types
Zero or more OPTIONAL types of the maintenance that has the possible set of values defined by server policy, such as "Routine Maintenance", "Software Update", "Software Upgrade", or "Extended Outage".
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceListItem extends java.lang.Object implements Serializable
-
Serialized Fields
-
createdDate
java.util.Date createdDate
Maintenance created date -
endDate
java.util.Date endDate
Maintenance end date and time. -
lastUpdatedDate
java.util.Date lastUpdatedDate
Optional maintenance last updated date -
maintenanceId
EPPMaintenanceId maintenanceId
Maintenance notification identifier. -
startDate
java.util.Date startDate
Maintenance start date and time.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceSystem extends java.lang.Object implements Serializable
-
Serialized Fields
-
host
java.lang.String host
Affected maintained system -
impact
EPPMaintenanceSystem.Impact impact
Impact level with the default value ofEPPMaintenanceSystem.Impact.none
. -
name
java.lang.String name
Name of the effected system, such as 'EPP', 'WHOIS', 'DNS', 'Portal', etc.
-
-
-
Class com.verisign.epp.codec.maintenance.v1_0.EPPMaintenanceType extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
OPTIONAL language of the type. -
type
java.lang.String type
Type value
-
-
-
-
Package com.verisign.epp.codec.mark
-
Class com.verisign.epp.codec.mark.EPPCourt extends java.lang.Object implements Serializable
-
Serialized Fields
-
cc
java.lang.String cc
The two-character code of the country in which the court is located. -
contacts
java.util.List<EPPMarkContact> contacts
Zero or more contacts that contains the information of the representation of the mark registration. A "type" attribute is used to identify the type of contact, possible values are: owner, agent or thirdparty. -
courtName
java.lang.String courtName
The name of the court. -
goodsAndServices
java.lang.String goodsAndServices
Contains the full description of the goods and services mentioned in the court registration document. -
holders
java.util.List<EPPMarkContact> holders
One or more court holders that contain information of the holder of the mark. An "entitlement" attribute attribute is used to identify the entitlement of the holder, possible values are: owner, assignee and licensee. -
id
java.lang.String id
Identifier for the court -
labels
java.util.List<java.lang.String> labels
Zero or more domain name A-labels that corresponds to the treaty or statute name. -
name
java.lang.String name
The registered text string. -
proDate
java.util.Date proDate
The date of protection of the mark. -
refNum
java.lang.String refNum
The number of the mark of the court's opinion. -
regions
java.util.List<java.lang.String> regions
Zero or more regions that contain the name of a city, state, province or other geographic region in which the mark is protected.
-
-
-
Class com.verisign.epp.codec.mark.EPPMark extends java.lang.Object implements Serializable
-
Serialized Fields
-
courts
java.util.List<EPPCourt> courts
List of courts -
trademarks
java.util.List<EPPTrademark> trademarks
List of trademarks -
treatyOrStatutes
java.util.List<EPPTreatyOrStatute> treatyOrStatutes
List of treaty or statutes
-
-
-
Class com.verisign.epp.codec.mark.EPPMarkAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
cc
java.lang.String cc
Contact's country code -
city
java.lang.String city
Contact's city -
pc
java.lang.String pc
Contact's postal code -
sp
java.lang.String sp
Contact's state or province -
streets
java.util.List<java.lang.String> streets
Zero to three street lines for the contact's street address.
-
-
-
Class com.verisign.epp.codec.mark.EPPMarkContact extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
EPPMarkAddress address
Address information associated with the contact -
email
java.lang.String email
contact's email address -
entitlement
java.lang.String entitlement
Entitlement for a holder contact using one of theENTITLEMENT
constants. -
fax
java.lang.String fax
contact's facsimile telephone number. -
faxExt
java.lang.String faxExt
contact's facsimile telephone number extension. -
localName
java.lang.String localName
XML local name for the root element -
name
java.lang.String name
Name of the individual or role represented by the contact. -
org
java.lang.String org
Name of the organization with which the contact is affiliated. -
type
java.lang.String type
Type for a (non-holder) contact using one of theTYPE
constants. -
voice
java.lang.String voice
contact's voice telephone number. -
voiceExt
java.lang.String voiceExt
contact's voice telephone number extension.
-
-
-
Class com.verisign.epp.codec.mark.EPPProtection extends java.lang.Object implements Serializable
-
Serialized Fields
-
cc
java.lang.String cc
The two-character code of the country in which the mark is protected. -
region
java.lang.String region
Name of the city, state, province or other geographic region in which the mark is protected. -
rulings
java.util.List<java.lang.String> rulings
Zero or more OPTIONAL <mark:ruling> elements that contains the two-character code of the countries of the ruling. This is a two-character code from [ISO3166-2].
-
-
-
Class com.verisign.epp.codec.mark.EPPTrademark extends java.lang.Object implements Serializable
-
Serialized Fields
-
apDate
java.util.Date apDate
The date the trademark was applied for. -
apId
java.lang.String apId
Trademark application ID registered in the trademark office. -
classes
java.util.List<java.lang.String> classes
Nice Classification class numbers as defined in the Nice List of Classes. -
contacts
java.util.List<EPPMarkContact> contacts
Zero or more contacts that contains the information of the representation of the trademark registration. A "type" attribute is used to identify the type of contact, possible values are: owner, agent or thirdparty. -
exDate
java.util.Date exDate
the date of expiration of the trademark. -
goodsAndServices
java.lang.String goodsAndServices
Contains the full description of the goods and services mentioned in the trademark registration document. -
holders
java.util.List<EPPMarkContact> holders
One or more trademark holders that contain information of the holder of the trademark. An "entitlement" attribute attribute is used to identify the entitlement of the holder, possible values are: owner, assignee and licensee. -
id
java.lang.String id
Identifier for the trademark -
jurisdiction
java.lang.String jurisdiction
The two-character code of the jurisdiction where the trademark was registered. This is a two-character code from [WIPO.ST3]. -
labels
java.util.List<java.lang.String> labels
Zero or more domain name A-labels that corresponds to the trademark name. -
name
java.lang.String name
The registered trademark text string. -
regDate
java.util.Date regDate
the date the trademark was registered. -
regNum
java.lang.String regNum
Trademark registration ID (number).
-
-
-
Class com.verisign.epp.codec.mark.EPPTreatyOrStatute extends java.lang.Object implements Serializable
-
Serialized Fields
-
contacts
java.util.List<EPPMarkContact> contacts
Zero or more contacts that contains the information of the representation of the mark registration. A "type" attribute is used to identify the type of contact, possible values are: owner, agent or thirdparty. -
execDate
java.util.Date execDate
the execution date of the treaty or statute. -
goodsAndServices
java.lang.String goodsAndServices
Contains the full description of the goods and services mentioned in the treaty or statute registration document. -
holders
java.util.List<EPPMarkContact> holders
One or more treaty or statute holders that contain information of the holder of the mark. An "entitlement" attribute attribute is used to identify the entitlement of the holder, possible values are: owner, assignee and licensee. -
id
java.lang.String id
Identifier for the treaty or statute -
labels
java.util.List<java.lang.String> labels
Zero or more domain name A-labels that corresponds to the treaty or statute name. -
name
java.lang.String name
The registered treaty or statute text string. -
proDate
java.util.Date proDate
The date of protection of the mark. -
protections
java.util.List<EPPProtection> protections
One or more <mark:protection> elements that contain the countries and region of the country where the mark is protected. -
refNum
java.lang.String refNum
The number of the mark of the treaty or statute. -
title
java.lang.String title
The title of the treaty or statute.
-
-
-
-
Package com.verisign.epp.codec.namestoreext
-
Class com.verisign.epp.codec.namestoreext.EPPNamestoreExtNamestoreExt extends java.lang.Object implements Serializable
-
Serialized Fields
-
_subProductID
java.lang.String _subProductID
Sub-Product Identifier.
-
-
-
Class com.verisign.epp.codec.namestoreext.EPPNamestoreExtNSExtErrData extends java.lang.Object implements Serializable
-
Serialized Fields
-
_code
int _code
Error code -
_lang
java.lang.String _lang
Language of the_message
attribute. -
_message
java.lang.String _message
Error message associated with _code. A default English message is set by default.
-
-
-
-
Package com.verisign.epp.codec.nameWatch
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchAddRemove extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information to change. -
mode
short mode
Mode of EPPNameWatchAddRemove. Must beMODE_ADD
orMODE_REMOVE
to be valid. This attribute will be set by the parent containerEPPCodecComponent
. For example,EPPDomainUpdateCmd
will set the mode for itsEPPNameWatchAddRemove
instances. -
registrant
java.lang.String registrant
registrant to change. -
rptTo
EPPNameWatchRptTo rptTo
rptTo to change. -
statuses
java.util.Vector statuses
Status to add or remove.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
name
java.lang.String name
NameWatch Name of nameWatch to create. -
period
EPPNameWatchPeriod period
NameWatch period -
registrant
java.lang.String registrant
registrant. -
rptTo
EPPNameWatchRptTo rptTo
NameWatch Report To.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
creationDate
java.util.Date creationDate
Creation Date. -
expirationDate
java.util.Date expirationDate
Expiration Date. -
name
java.lang.String name
fully qualified nameWatch name that has been created or whose validity period has been extended. -
roid
java.lang.String roid
roid
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
roid
java.lang.String roid
Roid of nameWatch to delete.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
roid
java.lang.String roid
NameWatch roid to get information on.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
authorization information. -
clientId
java.lang.String clientId
identifier of sponsoring client -
createdBy
java.lang.String createdBy
identifier of the client that created the nameWatch name -
createdDate
java.util.Date createdDate
date and time of nameWatch creation -
expirationDate
java.util.Date expirationDate
date and time identifying the end of the nameWatch's registration period -
lastTransferDate
java.util.Date lastTransferDate
date and time of the most recent successful transfer -
lastUpdatedBy
java.lang.String lastUpdatedBy
identifier of the client that last updated the nameWatch name -
lastUpdatedDate
java.util.Date lastUpdatedDate
date and time of the most recent nameWatch modification -
name
java.lang.String name
fully qualified name of the nameWatch -
registrant
java.lang.String registrant
registrant. -
roid
java.lang.String roid
roid. -
rptTo
EPPNameWatchRptTo rptTo
Report To. -
statuses
java.util.Vector statuses
one or more current status descriptors.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
period
int period
NameWatch period. -
pUnit
java.lang.String pUnit
NameWatch period unit.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchRenewCmd extends EPPRenewCmd implements Serializable
-
Serialized Fields
-
curExpDate
java.util.Date curExpDate
Current Expiration Date. -
period
EPPNameWatchPeriod period
Registration Period -
roid
java.lang.String roid
NameWatch Roid of nameWatch to create.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchRenewResp extends EPPResponse implements Serializable
-
Serialized Fields
-
expirationDate
java.util.Date expirationDate
the end of the nameWatch's validity period. -
roid
java.lang.String roid
NameWatch Roid of nameWatch to create.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchRptTo extends java.lang.Object implements Serializable
-
Serialized Fields
-
freqType
java.lang.String freqType
NameWatch Report Frequency. -
rptTo
java.lang.String rptTo
NameWatch Reply To E-mail Address
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Description of the status rationale. -
lang
java.lang.String lang
Language of the nameWatch status. -
status
java.lang.String status
NameWatch status.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchTransferCmd extends EPPTransferCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
period
EPPNameWatchPeriod period
Registration Period -
roid
java.lang.String roid
NameWatch Roid of nameWatch to query.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchTransferResp extends EPPResponse implements Serializable
-
Serialized Fields
-
actionClient
java.lang.String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
java.util.Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
expirationDate
java.util.Date expirationDate
An optional attribute that contains the end of the nameWatch's validity period if the transfer command caused or causes a change in the validity period. -
requestClient
java.lang.String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
java.util.Date requestDate
The date and time that the transfer was requested. -
roid
java.lang.String roid
The fully qualified nameWatch name. -
transferStatus
java.lang.String transferStatus
The state of the most recent transfer request. This should be one of theEPPNameWatchTransferResp.STATUS
constants.
-
-
-
Class com.verisign.epp.codec.nameWatch.EPPNameWatchUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
add
EPPNameWatchAddRemove add
Attributes to add -
change
EPPNameWatchAddRemove change
Attributes to change -
remove
EPPNameWatchAddRemove remove
Attributes to remove -
roid
java.lang.String roid
NameWatch Roid of nameWatch to update.
-
-
-
-
Package com.verisign.epp.codec.nv
-
Class com.verisign.epp.codec.nv.EPPDomainNameVerification extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
Domain label -
rnvCode
java.lang.String rnvCode
OPTIONAL Real Name Verification code used for verification of a Restricted Name.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
labels
java.util.List<java.lang.String> labels
Labels to check.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.List<EPPNameVerificationCheckResult> results
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is the label available to create? -
label
java.lang.String label
Label Name associated with result. -
language
java.lang.String language
XML attribute value for thelang
attribute. -
reason
java.lang.String reason
Label unavailable reason. -
restricted
boolean restricted
Is the label restricted?
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
dnv
EPPDomainNameVerification dnv
Domain Name Verification (DNV) to execute. -
rnv
EPPRealNameVerification rnv
Real Name Verification (RNV) to execute.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateFailed extends java.lang.Object implements Serializable
-
Serialized Fields
-
language
java.lang.String language
XML attribute value for thelang
attribute. -
reason
java.lang.String reason
Human-readable description of the reason of the failure -
status
EPPNameVerificationStatus status
Status of the verification
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreatePending extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
java.lang.String code
Verification code value -
creationDate
java.util.Date creationDate
Creation date of the signed code -
status
EPPNameVerificationStatus status
Status of the verification -
type
java.lang.String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
result
EPPNameVerificationCreateResult result
The concrete result of the create, which is either success, pending, or failed.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationCreateSuccess extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
java.lang.String code
Verification code value -
creationDate
java.util.Date creationDate
Creation date of the signed code -
signedCode
EPPEncodedSignedCodeValue signedCode
Created signed code -
status
EPPNameVerificationStatus status
Status of the verification -
type
java.lang.String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationDocument extends java.lang.Object implements Serializable
-
Serialized Fields
-
fileContent
java.lang.String fileContent
"base64" encoded content of the file. -
fileType
EPPNameVerificationDocument.FileType fileType
Type of the document file
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
OPTIONAL authorization information. -
code
java.lang.String code
Verification code -
type
EPPNameVerificationInfoCmd.Type type
Info type with a default ofType.SIGNED_CODE
.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoInputResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
dnv
EPPDomainNameVerification dnv
Domain Name Verification (DNV) to execute. -
rnv
EPPRealNameVerification rnv
Real Name Verification (RNV) to execute.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
result
EPPNameVerificationInfoResult result
The concrete result of the info, which is either signed code or input.
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationInfoSignedCodeResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
OPTIONAL authorization information. -
code
java.lang.String code
Verification code value -
signedCode
EPPEncodedSignedCodeValue signedCode
Created signed code -
status
EPPNameVerificationStatus status
Status of the verification -
type
java.lang.String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationPendActionMsg extends EPPResponse implements Serializable
-
Serialized Fields
-
code
java.lang.String code
Verification code value -
msg
java.lang.String msg
Human-readable description of the result. -
paDate
java.util.Date paDate
Pending action completion date -
status
EPPNameVerificationStatus status
Status of the verification -
type
java.lang.String type
Verification code type
-
-
-
Class com.verisign.epp.codec.nv.EPPNameVerificationUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
authInfo
EPPAuthInfo authInfo
Authorization information. -
code
java.lang.String code
Verification code
-
-
-
Class com.verisign.epp.codec.nv.EPPRealNameVerification extends java.lang.Object implements Serializable
-
Serialized Fields
-
documents
java.util.List<EPPNameVerificationDocument> documents
OPTIONAL list of verification documentation. -
name
java.lang.String name
Full name of the contact. -
num
java.lang.String num
Citizen or organization ID of the contact. -
proofType
EPPRealNameVerification.ProofType proofType
Proof material type of the contact. -
role
EPPRealNameVerification.Role role
The role of the real name
-
-
-
-
Package com.verisign.epp.codec.org
-
Class com.verisign.epp.codec.org.EPPOrgAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
city
java.lang.String city
Org city. -
country
java.lang.String country
Contact country -
postalCode
java.lang.String postalCode
Org postal code -
stateProvince
java.lang.String stateProvince
Org state/province. -
streets
java.util.List<java.lang.String> streets
Org street, which is aList
of up to 3String
's representing street line 1, line 2, and line 3.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
orgIds
java.util.List<java.lang.String> orgIds
Org identifiers to check for availability.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.List<EPPOrgCheckResult> results
Check results
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
boolean available
Is theorgId
available? -
orgId
java.lang.String orgId
Value for the org identifier -
reason
java.lang.String reason
OPTIONAL reason element -
reasonLang
java.lang.String reasonLang
OPTIONAL language of the reason.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgContact extends java.lang.Object implements Serializable
-
Serialized Fields
-
contactId
java.lang.String contactId
Contact identifier -
type
EPPOrgContact.Type type
Type of contact defined by theEPPOrgContact.Type
enumeration. -
typeName
java.lang.String typeName
OPTIONAL attribute is used to define the name of a "custom" type.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
contacts
java.util.List<EPPOrgContact> contacts
Org contacts -
email
java.lang.String email
Email Address -
fax
java.lang.String fax
OPTIONAL FAX number -
faxExt
java.lang.String faxExt
OPTIONAL FAX Extension -
orgId
java.lang.String orgId
The org identifier of the org of a sponsoring registrar. -
parentId
java.lang.String parentId
OPTIONAL Parent Identifier -
postalInfo
java.util.List<EPPOrgPostalDefinition> postalInfo
One or two postal information elements, represented by theEPPOrgPostalDefinition
class. -
roles
java.util.List<EPPOrgRole> roles
Organization roles -
statuses
java.util.List<EPPOrgStatus> statuses
Organization statuses -
url
java.lang.String url
URL -
voice
java.lang.String voice
OPTIONAL Voice number -
voiceExt
java.lang.String voiceExt
OPTIONAL Voice Extension
-
-
-
Class com.verisign.epp.codec.org.EPPOrgCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
createdDate
java.util.Date createdDate
Date and time the org was created. -
orgId
java.lang.String orgId
The org identifier of the org of a sponsoring registrar.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
orgId
java.lang.String orgId
The org identifier of the org of a sponsoring registrar.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
orgId
java.lang.String orgId
The org identifier of the org.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
clientId
java.lang.String clientId
Sponsoring Client Identifier -
contacts
java.util.List<EPPOrgContact> contacts
Org contacts -
createdBy
java.lang.String createdBy
Identifier of the client that created the org -
createdDate
java.util.Date createdDate
Date and time the org was created. -
email
java.lang.String email
OPTIONAL Email Address -
fax
java.lang.String fax
OPTIONAL FAX number -
faxExt
java.lang.String faxExt
OPTIONAL FAX Extension -
lastUpdatedBy
java.lang.String lastUpdatedBy
Identifier of the client that last updated the org -
lastUpdatedDate
java.util.Date lastUpdatedDate
Date and time the org was last updated. -
orgId
java.lang.String orgId
The org identifier of the org. -
parentId
java.lang.String parentId
OPTIONAL Parent Identifier -
postalInfo
java.util.List<EPPOrgPostalDefinition> postalInfo
Zero to two postal information elements, represented by theEPPOrgPostalDefinition
class. -
roid
java.lang.String roid
Registry Object IDentifier -
roles
java.util.List<EPPOrgRole> roles
Organization roles -
statuses
java.util.List<EPPOrgStatus> statuses
Organization statuses -
url
java.lang.String url
OPTIONAL URL -
voice
java.lang.String voice
OPTIONAL Voice number -
voiceExt
java.lang.String voiceExt
OPTIONAL Voice Extension
-
-
-
Class com.verisign.epp.codec.org.EPPOrgPendActionMsg extends EPPResponse implements Serializable
-
Serialized Fields
-
orgId
java.lang.String orgId
The org identifier of the org. -
paSuccess
boolean paSuccess
Was the pending request successful? A value oftrue
indicates that the request has been approved and completed. A value offalse
indicates that the request has been denied and the requested action has not been taken. Default value isfalse
. -
pendingDate
java.util.Date pendingDate
Pending date and time describing when review of the requested action was completed. -
pendingTransId
EPPTransId pendingTransId
Pending transaction id contains the client transaction identifier and server transaction identifier returned with the original response to process the command.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgPostalDefinition extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
EPPOrgAddress address
contact address -
name
java.lang.String name
contact name -
type
EPPOrgPostalDefinition.Type type
Localization form
-
-
-
Class com.verisign.epp.codec.org.EPPOrgRole extends java.lang.Object implements Serializable
-
Serialized Fields
-
roleId
java.lang.String roleId
OPTIONAL role identifier contains a third party assigned identifier, such as IANA ID for registrars. -
statuses
java.util.List<EPPOrgRoleStatus> statuses
Role statuses. Zero or more statuses can be set on create and one or more statuses must be set with an info response. -
type
java.lang.String type
The role type of the organization.
-
-
-
Class com.verisign.epp.codec.org.EPPOrgUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
addContacts
java.util.List<EPPOrgContact> addContacts
Add Org contacts -
addRoles
java.util.List<EPPOrgRole> addRoles
Add Org roles -
addStatuses
java.util.List<EPPOrgStatus> addStatuses
Add Org statuses -
email
java.lang.String email
Email Address -
fax
java.lang.String fax
FAX number -
faxExt
java.lang.String faxExt
FAX Extension -
orgId
java.lang.String orgId
The org identifier of the org of a sponsoring registrar. -
parentId
java.lang.String parentId
Parent Identifier -
postalInfo
java.util.List<EPPOrgPostalDefinition> postalInfo
One or two postal information elements, represented by theEPPOrgPostalDefinition
class. -
remContacts
java.util.List<EPPOrgContact> remContacts
Remove Org contacts -
remRoles
java.util.List<EPPOrgRole> remRoles
Remove Org roles -
remStatuses
java.util.List<EPPOrgStatus> remStatuses
Remove Org statuses -
url
java.lang.String url
URL -
voice
java.lang.String voice
Voice number -
voiceExt
java.lang.String voiceExt
Voice Extension
-
-
-
-
Package com.verisign.epp.codec.orgext
-
Class com.verisign.epp.codec.orgext.EPPOrgExtAddRemChg extends java.lang.Object implements Serializable
-
Serialized Fields
-
action
EPPOrgExtAddRemChg.Action action
Update action to take -
orgIds
java.util.List<EPPOrgExtId> orgIds
Organization identifiers list to update (add, del, or chg)
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtCreate extends java.lang.Object implements Serializable
-
Serialized Fields
-
orgIds
java.util.List<EPPOrgExtId> orgIds
Organization identifiers list to create.
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtId extends java.lang.Object implements Serializable
-
Serialized Fields
-
orgId
java.lang.String orgId
The organization identifier of the linked organization, which can be empty. -
role
java.lang.String role
The role of the linked organization.
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
orgIds
java.util.List<EPPOrgExtId> orgIds
-
-
-
Class com.verisign.epp.codec.orgext.EPPOrgExtUpdate extends java.lang.Object implements Serializable
-
Serialized Fields
-
addOrgs
EPPOrgExtAddRemChg addOrgs
Organizations to add -
chgOrgs
EPPOrgExtAddRemChg chgOrgs
Organizations to change -
remOrgs
EPPOrgExtAddRemChg remOrgs
Organizations to remove
-
-
-
-
Package com.verisign.epp.codec.persreg
-
Class com.verisign.epp.codec.persreg.EPPPersRegCreate extends java.lang.Object implements Serializable
-
Serialized Fields
-
_consentID
java.lang.String _consentID
Personal Registration Consent Identifier.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegCreateData extends EPPPersRegGenData implements Serializable
-
Class com.verisign.epp.codec.persreg.EPPPersRegCreateErrData extends java.lang.Object implements Serializable
-
Serialized Fields
-
_code
int _code
Error code -
_lang
java.lang.String _lang
Language of the_message
attribute. -
_message
java.lang.String _message
Error message associated with _code. A default English message is set by default.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegGenData extends java.lang.Object implements Serializable
-
Serialized Fields
-
_bundledRate
boolean _bundledRate
Bundled rate flag.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegInfoData extends java.lang.Object implements Serializable
-
Serialized Fields
-
_consentID
java.lang.String _consentID
Personal Registration Consent Identifier.
-
-
-
Class com.verisign.epp.codec.persreg.EPPPersRegRenewData extends EPPPersRegGenData implements Serializable
-
Class com.verisign.epp.codec.persreg.EPPPersRegTransferData extends EPPPersRegGenData implements Serializable
-
-
Package com.verisign.epp.codec.registry
-
Class com.verisign.epp.codec.registry.EPPRegistryCheckCmd extends EPPCheckCmd implements Serializable
- serialVersionUID:
- -5430412031466266011L
-
Serialized Fields
-
names
java.util.List names
zone Names to check. This is aList
ofString
instances.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCheckResp extends EPPResponse implements Serializable
- serialVersionUID:
- -7688907204275319672L
-
Serialized Fields
-
checkResults
java.util.List checkResults
List
ofEPPRegistryCheckResult
instances.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCheckResult extends java.lang.Object implements Serializable
- serialVersionUID:
- -3349624534103691414L
-
Serialized Fields
-
available
java.lang.Boolean available
Is the zone Name (name) available? -
language
java.lang.String language
XML attribute value for thelang
attribute. -
name
java.lang.String name
zone Name associated with result. -
reason
java.lang.String reason
zone inavailable reason.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryContact extends java.lang.Object implements Serializable
- serialVersionUID:
- -2835245153428894020L
-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
The regular expression used to validate the contact object authorization information value -
clientDisclosureSupported
java.lang.Boolean clientDisclosureSupported
Whether the server supports the client to identify elements that require exception server-operator handling to allow or restrict disclosure to third parties defined in RFC 5733. -
contactIdRegex
EPPRegistryRegex contactIdRegex
Optional contact Id regular expression -
customData
EPPRegistryCustomData customData
Set of customer data using key, value pairs -
intSupport
java.lang.Boolean intSupport
Whether the server supports the internationalized form of postal-address information using the type="int" attribute of RFC 5733. -
locSupport
java.lang.Boolean locSupport
Whether the server supports the localized form of postal-address information using the type="loc" attribute of RFC 5733. -
maxCheckContact
java.lang.Integer maxCheckContact
The maximum number of contact identifiers (<contact:id> elements) that can be included in a contact check command defined in RFC 5733. -
postalInfo
EPPRegistryPostal postalInfo
The postal-address information policy information -
sharePolicy
java.lang.String sharePolicy
The policy for the sharing of contacts in the server. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
List
of contact status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryContactAddress extends java.lang.Object implements Serializable
- serialVersionUID:
- -8821366021541599063L
-
Serialized Fields
-
city
EPPRegistryContactCity city
City attributes -
postalCode
EPPRegistryContactPostalCode postalCode
Postal code attributes -
stateProvince
EPPRegistryContactStateProvince stateProvince
State/Province attributes -
street
EPPRegistryContactStreet street
Street attributes
-
-
Class com.verisign.epp.codec.registry.EPPRegistryContactCity extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- -7311257566677914226L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactName extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- -6709593710281976641L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactOrg extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- -6656896267779064598L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactPostalCode extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- 791449837693988719L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactStateProvince extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- -7713513426049924809L
-
Class com.verisign.epp.codec.registry.EPPRegistryContactStreet extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- -4168392487627210996L
-
Serialized Fields
-
maxEntry
java.lang.Integer maxEntry
DOCUMENT ME! -
minEntry
java.lang.Integer minEntry
DOCUMENT ME!
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCreateCmd extends EPPCreateCmd implements Serializable
- serialVersionUID:
- 8229815168285864332L
-
Serialized Fields
-
zone
EPPRegistryZoneInfo zone
Instance ofEPPRegistryZoneInfo
to create
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCreateResp extends EPPResponse implements Serializable
- serialVersionUID:
- 4209738019189546774L
-
Serialized Fields
-
createDate
java.util.Date createDate
Date
of zone object creation. -
name
java.lang.String name
NameString
of the zone object created.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryCustomData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1009798850579739560L
-
Serialized Fields
-
keyValues
java.util.List keyValues
List
ofEPPRegistryKeyValue
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDefaultPeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- 6372101315523033369L
-
Class com.verisign.epp.codec.registry.EPPRegistryDeleteCmd extends EPPDeleteCmd implements Serializable
- serialVersionUID:
- -7461061298359182434L
-
Serialized Fields
-
name
java.lang.String name
Registry Name of zone to delete.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDNSSEC extends java.lang.Object implements Serializable
- serialVersionUID:
- -8343531131323431532L
-
Serialized Fields
-
ds
EPPRegistryDS ds
attributes for DS Data interface -
key
EPPRegistryKey key
attributes for Key Data interface -
maxSigLife
EPPRegistryMaxSig maxSigLife
attributes for max signature life -
urgent
java.lang.Boolean urgent
Whether client can specify the urgent attribute for DNSSEC update. Default value isfalse
.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomain extends java.lang.Object implements Serializable
- serialVersionUID:
- 8674568245554756710L
-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
Attribute about regular expression used to validate the domain object authorization information value -
childHostLimit
EPPRegistryDomainHostLimit childHostLimit
Defines the minimum and maximum number of subordinate host objects (child hosts) for a domain object. -
contacts
java.util.List contacts
List
of domain contact policy -
contactsSupported
java.lang.Boolean contactsSupported
indicates whether contacts are supported -
customData
EPPRegistryCustomData customData
Set of customer data using key, value pairs -
dnssec
EPPRegistryDNSSEC dnssec
DNS Security Extensions attribute -
domainNames
java.util.List domainNames
List
ofEPPRegistryDomainName
that specifies the domain name object policy -
gracePeriods
java.util.List gracePeriods
List
ofEPPRegistryGracePeriod
-
idn
EPPRegistryIDN idn
Internationalized Domain Name (IDN) policy information. -
maxCheckDomain
java.lang.Integer maxCheckDomain
Attribute that defines the maximum number of domain names (<domain:name> elements) that can be included in a domain check command defined in RFC 5731. -
nameServerLimit
EPPRegistryDomainNSLimit nameServerLimit
defines min and max number of delegated host objects that can be associated with a domain object -
periods
java.util.List periods
List
ofEPPRegistryDomainPeriod
instances that define the supported min/max/default registration periods by command type. Command type must be one of "create, "renew" and "transfer". -
premiumSupport
java.lang.Boolean premiumSupport
indicates whether the server supports premium domain names. -
rgp
EPPRegistryRGP rgp
Attribute for Registry Grace Period (RGP) status -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
List of domain status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainContact extends EPPRegistryMinMax implements Serializable
- serialVersionUID:
- 2085087247348705827L
-
Serialized Fields
-
type
java.lang.String type
"type" attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainHostLimit extends EPPRegistryMinMax implements Serializable
- serialVersionUID:
- -116316160919820797L
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainName extends java.lang.Object implements Serializable
- serialVersionUID:
- -3575272010031382087L
-
Serialized Fields
-
alphaNumEnd
java.lang.Boolean alphaNumEnd
Whether or not to allow domain name end with an alphanumeric character -
alphaNumStart
java.lang.Boolean alphaNumStart
Whether or not to allow domain name start with an alphanumeric character -
level
java.lang.Integer level
Level of domain name. Value should be >= 2 -
maxLength
java.lang.Integer maxLength
Maximum number of characters in a domain name -
minLength
java.lang.Integer minLength
Minimum number of characters in a domain name -
onlyDnsChars
java.lang.Boolean onlyDnsChars
Limit only DNS characters in the domain name -
regex
java.util.List regex
List
ofEPPRegistryRegex
regular expression that domain name must follow -
reservedNames
EPPRegistryReservedNames reservedNames
Defines a set of reserved domain names
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainNSLimit extends EPPRegistryMinMax implements Serializable
- serialVersionUID:
- 4820947349071885156L
-
Class com.verisign.epp.codec.registry.EPPRegistryDomainPeriod extends java.lang.Object implements Serializable
- serialVersionUID:
- -7241851592546211256L
-
Serialized Fields
-
command
java.lang.String command
Command type. Valid values are "create", "renew" or "transfer". -
length
EPPRegistryMinMaxPeriod length
Instance ofEPPRegistryMinMaxPeriod
that defines min/max/default period for a given command. If this attribute is notnull
, then "serverDecided" attribute must befalse
, and vice versa. -
serverDecided
java.lang.Boolean serverDecided
Whether no not to have server decided expiration date. If this is set totrue
, then "length" attribute must be set to null, and vice verse.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryDS extends EPPRegistryKey implements Serializable
- serialVersionUID:
- -1180818480629088110L
-
Serialized Fields
-
digestTypes
java.util.List digestTypes
List
of digest type inString
-
-
Class com.verisign.epp.codec.registry.EPPRegistryExternalHost extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- -2511130498112734292L
-
Serialized Fields
-
sharePolicy
java.lang.String sharePolicy
Share policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryFields extends java.lang.Object implements Serializable
-
Serialized Fields
-
fields
java.util.List<java.lang.String> fields
List of field names. -
type
java.lang.String type
Required attribute type that should have a value of eitherEPPRegistryFields.TYPE_SHARED
orEPPRegistryFields.TYPE_SYNC
.
-
-
-
Class com.verisign.epp.codec.registry.EPPRegistryGracePeriod extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- 7887886408519098870L
-
Serialized Fields
-
command
java.lang.String command
EPP transform command to which this period applies
-
-
Class com.verisign.epp.codec.registry.EPPRegistryHost extends java.lang.Object implements Serializable
- serialVersionUID:
- 3439673342895779324L
-
Serialized Fields
-
customData
EPPRegistryCustomData customData
Set of custom data using key, value pairs -
external
EPPRegistryExternalHost external
Defines the external host attributes -
internal
EPPRegistryInternalHost internal
Defines the internal host attributes -
maxCheckHost
java.lang.Integer maxCheckHost
The maximum number of host names (<domain:name> elements) that can be included in a host check command defined in RFC 5732 -
nameRegex
java.util.List nameRegex
List
ofEPPRegistryRegex
that defines host name regular expression. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
Set of supported host statuses defined in RFC 5732
-
-
Class com.verisign.epp.codec.registry.EPPRegistryIDN extends java.lang.Object implements Serializable
- serialVersionUID:
- -8068272628369235117L
-
Serialized Fields
-
commingleAllowed
java.lang.Boolean commingleAllowed
Whether commingling of scripts is allowed -
encoding
java.lang.String encoding
Character encoding for transforming Unicode characters uniquely and reversibly into DNS compatible characters -
idnaVersion
java.lang.String idnaVersion
String representation of idnaVersion -
idnVersion
java.lang.String idnVersion
String representation of idnVersion -
languages
java.util.List languages
List
ofEPPRegistryLanguageType
that defines the supported language codes and character code point policy -
unicodeVersion
java.lang.String unicodeVersion
String representation of unicodeVersion
-
-
Class com.verisign.epp.codec.registry.EPPRegistryInfoCmd extends EPPInfoCmd implements Serializable
- serialVersionUID:
- 7204018220215077843L
-
Serialized Fields
-
all
boolean all
Setting this attribute totrue
to query a list of all of the supported zone objects from the server. This CANNOT be used together withname
. Ifname
is not empty, then this attribute must be set tofalse
. -
name
java.lang.String name
Fully qualified name of zone object to get information on. Cannot be used together withall
. Ifall
is set totrue
, this attribute must be empty.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryInfoResp extends EPPResponse implements Serializable
- serialVersionUID:
- -2683693517713467339L
-
Serialized Fields
-
zoneInfo
EPPRegistryZoneInfo zoneInfo
zoneInfo
instance that contains detailed zone object info -
zoneList
EPPRegistryZoneList zoneList
List
of zone summary attributes
-
-
Class com.verisign.epp.codec.registry.EPPRegistryInternalHost extends EPPRegistryMinMaxLength implements Serializable
- serialVersionUID:
- 8992068321172964060L
-
Serialized Fields
-
sharePolicy
java.lang.String sharePolicy
Share policy attribute
-
-
Class com.verisign.epp.codec.registry.EPPRegistryKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 7898309423292043587L
-
Serialized Fields
-
algorithms
java.util.List algorithms
List
of algorithms inString
-
max
java.lang.Integer max
maximum number of keys -
min
java.lang.Integer min
minimum number of keys
-
-
Class com.verisign.epp.codec.registry.EPPRegistryKeyValue extends java.lang.Object implements Serializable
- serialVersionUID:
- -6074576944169908426L
-
Serialized Fields
-
key
java.lang.String key
-
rootName
java.lang.String rootName
-
value
java.lang.String value
-
-
Class com.verisign.epp.codec.registry.EPPRegistryLanguageType extends java.lang.Object implements Serializable
- serialVersionUID:
- 5827887024830764234L
-
Serialized Fields
-
code
java.lang.String code
-
strategy
java.lang.String strategy
-
table
java.lang.String table
-
-
Class com.verisign.epp.codec.registry.EPPRegistryMaxPeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- -3023194181036679465L
-
Class com.verisign.epp.codec.registry.EPPRegistryMaxSig extends java.lang.Object implements Serializable
- serialVersionUID:
- 4505254498272997391L
-
Serialized Fields
-
clientDefined
java.lang.Boolean clientDefined
-
defaultLife
java.lang.Integer defaultLife
-
max
java.lang.Integer max
-
min
java.lang.Integer min
-
-
Class com.verisign.epp.codec.registry.EPPRegistryMinMax extends java.lang.Object implements Serializable
- serialVersionUID:
- -2336341337762947833L
-
Serialized Fields
-
elmMax
java.lang.String elmMax
-
elmMin
java.lang.String elmMin
-
max
java.lang.Integer max
-
min
java.lang.Integer min
-
rootName
java.lang.String rootName
-
-
Class com.verisign.epp.codec.registry.EPPRegistryMinMaxLength extends java.lang.Object implements Serializable
- serialVersionUID:
- -2336341337762947833L
-
Serialized Fields
-
elmMax
java.lang.String elmMax
-
elmMin
java.lang.String elmMin
-
max
java.lang.Integer max
-
min
java.lang.Integer min
-
rootName
java.lang.String rootName
-
-
Class com.verisign.epp.codec.registry.EPPRegistryMinMaxPeriod extends java.lang.Object implements Serializable
- serialVersionUID:
- -3291192948356470780L
-
Serialized Fields
-
defaultLength
EPPRegistryDefaultPeriodType defaultLength
-
max
EPPRegistryMaxPeriodType max
-
min
EPPRegistryMinPeriodType min
-
rootName
java.lang.String rootName
-
-
Class com.verisign.epp.codec.registry.EPPRegistryMinPeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- -3360809080007706525L
-
Class com.verisign.epp.codec.registry.EPPRegistryPendingDeletePeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- -6555265301828497885L
-
Class com.verisign.epp.codec.registry.EPPRegistryPendingRestorePeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- -6666426449555551984L
-
Class com.verisign.epp.codec.registry.EPPRegistryPeriodType extends java.lang.Object implements Serializable
- serialVersionUID:
- -3138571257611606559L
-
Serialized Fields
-
number
java.lang.Integer number
-
rootName
java.lang.String rootName
-
unit
java.lang.String unit
-
-
Class com.verisign.epp.codec.registry.EPPRegistryPhase extends java.lang.Object implements Serializable
- serialVersionUID:
- 5493994152033865390L
-
Serialized Fields
-
endDate
java.util.Date endDate
-
mode
java.lang.String mode
-
name
java.lang.String name
-
startDate
java.util.Date startDate
-
type
java.lang.String type
-
-
Class com.verisign.epp.codec.registry.EPPRegistryPostal extends java.lang.Object implements Serializable
- serialVersionUID:
- 7798346996535004684L
-
Serialized Fields
-
address
EPPRegistryContactAddress address
Contact address -
emailRegex
java.util.List emailRegex
Email regular expressions -
faxExt
EPPRegistryMinMaxLength faxExt
The OPTIONAL minimum and maximum length of the <contact:fax> extension "x" attribute. -
name
EPPRegistryContactName name
Contact name -
org
EPPRegistryContactOrg org
Contact organization -
voiceExt
EPPRegistryMinMaxLength voiceExt
The OPTIONAL minimum and maximum length of the <contact:voice> extension "x" attribute. -
voiceRequired
java.lang.Boolean voiceRequired
Is the contact voice required?
-
-
Class com.verisign.epp.codec.registry.EPPRegistryRedemptionPeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- 9160119198962855561L
-
Class com.verisign.epp.codec.registry.EPPRegistryRegex extends java.lang.Object implements Serializable
- serialVersionUID:
- 6061392945665281499L
-
Serialized Fields
-
explanation
java.lang.String explanation
Regular expression explanation attribute value. -
expression
java.lang.String expression
Regular expression attribute value. -
lang
java.lang.String lang
Language of the explanation attribute value. -
rootName
java.lang.String rootName
Root element label to use.
-
-
Class com.verisign.epp.codec.registry.EPPRegistryRelated extends java.lang.Object implements Serializable
-
Serialized Fields
-
fields
EPPRegistryFields fields
Definition of how the related zone fields are managed. -
members
java.util.List<EPPRegistryZoneMember> members
Definition of one or more related zones.
-
-
-
Class com.verisign.epp.codec.registry.EPPRegistryReservedNames extends java.lang.Object implements Serializable
- serialVersionUID:
- -483506152124947305L
-
Serialized Fields
-
reservedNames
java.util.List reservedNames
-
reservedNameURI
java.lang.String reservedNameURI
-
-
Class com.verisign.epp.codec.registry.EPPRegistryRGP extends java.lang.Object implements Serializable
- serialVersionUID:
- -5930890654584746393L
-
Serialized Fields
-
pendingDeletePeriod
EPPRegistryPendingDeletePeriodType pendingDeletePeriod
attributes for the pending delete period -
pendingRestorePeriod
EPPRegistryPendingRestorePeriodType pendingRestorePeriod
attributes for the pending restore period -
redemptionPeriod
EPPRegistryRedemptionPeriodType redemptionPeriod
attributes for the redemption period
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServices extends java.lang.Object implements Serializable
- serialVersionUID:
- 1632373332571396110L
-
Serialized Fields
-
extension
EPPRegistryServicesExt extension
-
objURIs
java.util.List objURIs
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryObjURI extends EPPRegistryServices.EPPRegistryURI implements Serializable
- serialVersionUID:
- -4093552942649030852L
-
Class com.verisign.epp.codec.registry.EPPRegistryServices.EPPRegistryURI extends java.lang.Object implements Serializable
- serialVersionUID:
- 7553465772991675424L
-
Serialized Fields
-
required
java.lang.Boolean required
-
uri
java.lang.String uri
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServicesExt extends java.lang.Object implements Serializable
- serialVersionUID:
- -5458358915104740335L
-
Serialized Fields
-
extURIs
java.util.List extURIs
-
-
Class com.verisign.epp.codec.registry.EPPRegistryServicesExt.EPPRegistryExtURI extends EPPRegistryServices.EPPRegistryURI implements Serializable
- serialVersionUID:
- -8864002579337501286L
-
Class com.verisign.epp.codec.registry.EPPRegistrySLA extends java.lang.Object implements Serializable
- serialVersionUID:
- 776401602842928568L
-
Serialized Fields
-
command
java.lang.String command
-
subtype
java.lang.String subtype
-
type
java.lang.String type
-
unit
java.lang.String unit
-
value
java.math.BigDecimal value
-
-
Class com.verisign.epp.codec.registry.EPPRegistrySLAInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -262589505904784625L
-
Serialized Fields
-
slas
java.util.List slas
-
-
Class com.verisign.epp.codec.registry.EPPRegistrySupportedStatus extends java.lang.Object implements Serializable
- serialVersionUID:
- 8543267756169534269L
-
Serialized Fields
-
statuses
java.util.List statuses
List
of statusString
-
-
Class com.verisign.epp.codec.registry.EPPRegistryTransferHoldPeriodType extends EPPRegistryPeriodType implements Serializable
- serialVersionUID:
- 7141150544743039060L
-
Class com.verisign.epp.codec.registry.EPPRegistryUpdateCmd extends EPPUpdateCmd implements Serializable
- serialVersionUID:
- -7884717270975504713L
-
Serialized Fields
-
zone
EPPRegistryZoneInfo zone
Instance ofEPPRegistryZoneInfo
to update
-
-
Class com.verisign.epp.codec.registry.EPPRegistryUpdateResp extends EPPResponse implements Serializable
- serialVersionUID:
- -4667715413601551579L
-
Serialized Fields
-
createDate
java.util.Date createDate
-
name
java.lang.String name
-
updateDate
java.util.Date updateDate
-
-
Class com.verisign.epp.codec.registry.EPPRegistryZone extends java.lang.Object implements Serializable
- serialVersionUID:
- 3697102804288584732L
-
Serialized Fields
-
createDate
java.util.Date createDate
date of object creation -
name
java.lang.String name
fully qualified name of the zone object -
updateDate
java.util.Date updateDate
date of last update
-
-
Class com.verisign.epp.codec.registry.EPPRegistryZoneInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 8689168181168142683L
-
Serialized Fields
-
contact
EPPRegistryContact contact
-
createdBy
java.lang.String createdBy
-
createdDate
java.util.Date createdDate
-
domain
EPPRegistryDomain domain
-
group
java.lang.String group
-
host
EPPRegistryHost host
-
lastUpdatedBy
java.lang.String lastUpdatedBy
-
lastUpdatedDate
java.util.Date lastUpdatedDate
-
name
java.lang.String name
-
phases
java.util.List phases
-
related
EPPRegistryRelated related
-
services
EPPRegistryServices services
-
slaInfo
EPPRegistrySLAInfo slaInfo
-
subProduct
java.lang.String subProduct
-
-
Class com.verisign.epp.codec.registry.EPPRegistryZoneList extends java.lang.Object implements Serializable
- serialVersionUID:
- 6046461410231870288L
-
Serialized Fields
-
zoneList
java.util.List zoneList
List
ofEPPRegistryZone
instance, which contains zone summary info
-
-
Class com.verisign.epp.codec.registry.EPPRegistryZoneMember extends java.lang.Object implements Serializable
- serialVersionUID:
- 3094793192262086070L
-
Serialized Fields
-
type
java.lang.String type
Type of zone member using one of theTYPE
constant values. -
zoneName
java.lang.String zoneName
Name of the zone.
-
-
-
Package com.verisign.epp.codec.registry.v02
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryAbstractMinMax extends java.lang.Object implements Serializable
-
Serialized Fields
-
max
java.lang.Integer max
Maximum value -
min
java.lang.Integer min
Minimal value
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryBatchJob extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
OPTIONAL free-form description of batch job, like "Auto Renew Batch" or "Pending Delete Batch". -
name
java.lang.String name
Name of the batch job, like "autoRenew" or "pendingDelete". -
schedules
java.util.List<EPPRegistryBatchSchedule> schedules
One or more <registry:batchJob> elements containing the batch job information.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryBatchSchedule extends java.lang.Object implements Serializable
-
Serialized Fields
-
dayOfMonth
java.lang.Integer dayOfMonth
Day of month when the frequency is set toEPPRegistryBatchSchedule.Frequency.monthly
. -
dayOfWeek
EPPRegistryBatchSchedule.DayOfWeek dayOfWeek
Day of week when the frequency is set toEPPRegistryBatchSchedule.Frequency.weekly
. -
frequency
EPPRegistryBatchSchedule.Frequency frequency
The frequency of the schedule -
time
java.lang.String time
The time of the schedule, which follows the XML schema "time" type format. Examples include "14:00:00" for a time without a time zone offset, "07:00:00-05:00" for a time with a 5 hour offset from UTC or EST time zone, and "17:00:00Z" for 5 PM UTC. -
timeZone
java.lang.String timeZone
Optional time zone of thetime
attribute using a named time zone, such as "EST5EDT". The XML schema "time" type does not support named time zones, so this attribute is used when a named time zone needs to be specified.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
names
java.util.List<EPPRegistryZoneName> names
Zone Names to check. This is aList
ofEPPRegistryZoneName
instances.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
checkResults
java.util.List<EPPRegistryCheckResult> checkResults
List
ofEPPRegistryCheckResult
instances.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
available
java.lang.Boolean available
Is the zone Name (name) available? -
language
java.lang.String language
XML attribute value for thelang
attribute. -
name
EPPRegistryZoneName name
Zone Name associated with result. -
reason
java.lang.String reason
Zone unavailable reason.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContact extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
The regular expression used to validate the contact object authorization information value -
clientDisclosureSupported
java.lang.Boolean clientDisclosureSupported
Whether the server supports the client to identify elements that require exception server-operator handling to allow or restrict disclosure to third parties defined in RFC 5733. -
contactIdPrefix
java.lang.String contactIdPrefix
Optional contact-specific prefix for the contact Id. -
contactIdRegex
EPPRegistryRegex contactIdRegex
Optional contact Id regular expression -
maxCheckContact
java.lang.Integer maxCheckContact
The maximum number of contact identifiers (<contact:id> elements) that can be included in a contact check command defined in RFC 5733. -
postalInfo
EPPRegistryPostal postalInfo
The postal-address information policy information -
postalInfoTypeSupport
EPPRegistryContact.PostalInfoTypeSupport postalInfoTypeSupport
The policy associated with the postal-address information, represented by the <contact:postalInfo> element in [RFC5733] -
sharePolicy
EPPRegistryContact.SharePolicy sharePolicy
The policy for the sharing of contacts in the server. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
List
of contact status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
city
EPPRegistryContactCity city
City attributes -
postalCode
EPPRegistryContactPostalCode postalCode
Postal code attributes -
stateProvince
EPPRegistryContactStateProvince stateProvince
State/Province attributes -
street
EPPRegistryContactStreet street
Street attributes
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactCity extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactName extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactOrg extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactPostalCode extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactStateProvince extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryContactStreet extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
maxEntry
java.lang.Integer maxEntry
The maximum number of <contact:street> elements. -
minEntry
java.lang.Integer minEntry
The minimum number of <contact:street> elements.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCreateCmd extends EPPCreateCmd implements Serializable
-
Serialized Fields
-
zone
EPPRegistryZone zone
Instance ofEPPRegistryZone
to create
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryCreateResp extends EPPResponse implements Serializable
-
Serialized Fields
-
createDate
java.util.Date createDate
Date
of zone object creation. -
name
EPPRegistryZoneName name
Name of the zone object created.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDefaultPeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDeleteCmd extends EPPDeleteCmd implements Serializable
-
Serialized Fields
-
name
EPPRegistryZoneName name
Registry Name of zone to delete.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDNSSEC extends java.lang.Object implements Serializable
-
Serialized Fields
-
ds
EPPRegistryDS ds
DS Data interface attributes -
key
EPPRegistryKey key
Key Data interface attributes -
maxSigLife
EPPRegistryMaxSig maxSigLife
Max signature life attributes -
urgent
java.lang.Boolean urgent
Whether client can specify the urgent attribute for DNSSEC update. Default value isfalse
.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomain extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfoRegex
EPPRegistryRegex authInfoRegex
Attribute about regular expression used to validate the domain object authorization information value -
childHostLimit
EPPRegistryDomainHostLimit childHostLimit
Defines the OPTIONAL minimum and maximum number of subordinate host objects (child hosts) for a domain object. -
contacts
java.util.List<EPPRegistryDomainContact> contacts
List
of domain contact policy -
contactsSupported
java.lang.Boolean contactsSupported
Indicates whether contacts are supported -
dnssec
EPPRegistryDNSSEC dnssec
DNS Security Extensions attribute -
domainNames
java.util.List<EPPRegistryDomainName> domainNames
List
ofEPPRegistryDomainName
that specifies the domain name object policy -
exceedMaxExDates
java.util.List<EPPRegistryExceedMaxExDate> exceedMaxExDates
Zero or more <registry:exceedMaxExDate> elements that defines the action taken by the server when executing commands that will result in an expiration date that exceeds the maximum expiration date. -
gracePeriods
java.util.List<EPPRegistryGracePeriod> gracePeriods
List
ofEPPRegistryGracePeriod
-
hostModelSupported
EPPRegistryDomain.HostModelSupported hostModelSupported
The OPTIONAL definition of which host model is used by the server with the default set toEPPRegistryDomain.HostModelSupported.hostObj
. -
idn
EPPRegistryIDN idn
Internationalized Domain Name (IDN) policy information. -
maxCheckDomain
java.lang.Integer maxCheckDomain
Attribute that defines the maximum number of domain names (<domain:name> elements) that can be included in a domain check command defined in RFC 5731. -
nameServerLimit
EPPRegistryDomainNSLimit nameServerLimit
Defines min and max number of delegated host objects that can be associated with a domain object. -
nullAuthInfoSupported
java.lang.Boolean nullAuthInfoSupported
Indicates whether the <domain:null> element in [RFC5731] is supported, which a default offalse
. -
periods
java.util.List<EPPRegistryDomainPeriod> periods
List
ofEPPRegistryDomainPeriod
instances that define the supported min/max/default registration periods by command type. Command type must be one of "create, "renew" and "transfer". -
premiumSupport
java.lang.Boolean premiumSupport
Indicates whether the server supports premium domain names. -
rgp
EPPRegistryRGP rgp
Attribute for Registry Grace Period (RGP) status -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
List of domain status supported by the server -
transferHoldPeriod
EPPRegistryTransferHoldPeriodType transferHoldPeriod
Transfer hold policy attribute
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainContact extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
type
EPPRegistryDomainContact.Type type
contact type
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainHostLimit extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainName extends java.lang.Object implements Serializable
-
Serialized Fields
-
aLabelSupported
java.lang.Boolean aLabelSupported
Flag indicating whether ASCII domain names are supported with a default value of "true". -
alphaNumEnd
java.lang.Boolean alphaNumEnd
Whether or not to allow domain name end with an alphanumeric character -
alphaNumStart
java.lang.Boolean alphaNumStart
Whether or not to allow domain name start with an alphanumeric character -
level
java.lang.Integer level
Level of domain name. Value should be >= 2 -
maxLength
java.lang.Integer maxLength
Maximum number of characters in a domain name -
minLength
java.lang.Integer minLength
Minimum number of characters in a domain name -
nameRegex
EPPRegistryRegex nameRegex
Regular expression that the domain name must follow. -
reservedNames
EPPRegistryReservedNames reservedNames
Defines a set of reserved domain names -
uLabelSupported
java.lang.Boolean uLabelSupported
Flag indicating whether non-ASCII domain names are supported with a default value of "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainNSLimit extends EPPRegistryAbstractMinMax implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDomainPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.lang.String command
Command type. Valid values are "create", "renew" or "transfer". -
length
EPPRegistryMinMaxPeriod length
Instance ofEPPRegistryMinMaxPeriod
that defines min/max/default period for a given command. If this attribute is notnull
, then "serverDecided" attribute must befalse
, and vice versa. -
serverDecided
java.lang.Boolean serverDecided
Whether no not to have server decided expiration date. If this is set totrue
, then "length" attribute must be set to null, and vice verse.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryDS extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
algorithms
java.util.List<java.lang.Integer> algorithms
List
of algorithms inString
-
digestTypes
java.util.List<java.lang.Integer> digestTypes
List
of digest type inString
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryExceedMaxExDate extends java.lang.Object implements Serializable
-
Serialized Fields
-
command
java.lang.String command
The command associated with the exceed maximum expiration date policy. -
policy
EPPRegistryExceedMaxExDate.Policy policy
The exceed maximum expiration date policy.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryExternalHost extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
sharePolicy
EPPRegistryExternalHost.SharePolicy sharePolicy
Share policy attribute -
uniqueIpAddressesRequired
java.lang.Boolean uniqueIpAddressesRequired
The OPTIONAL boolean value that indicates that all of the IP addresses for the host object must be unique, with a default value of "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryGracePeriod extends EPPRegistryPeriodType implements Serializable
-
Serialized Fields
-
command
java.lang.String command
EPP transform command to which this period applies
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryHost extends java.lang.Object implements Serializable
-
Serialized Fields
-
external
EPPRegistryExternalHost external
Defines the external host attributes -
internal
EPPRegistryInternalHost internal
Defines the internal host attributes -
invalidIPs
java.util.List<java.lang.String> invalidIPs
List
of invalid IP address URIString
values. -
maxCheckHost
java.lang.Integer maxCheckHost
The OPTIONAL maximum number of host names (<domain:name> elements) that can be included in a host check command defined in RFC 5732 -
nameRegex
EPPRegistryRegex nameRegex
Regular expression that the host name value must follow. -
supportedStatus
EPPRegistrySupportedStatus supportedStatus
Set of supported host statuses defined in RFC 5732
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryIDN extends java.lang.Object implements Serializable
-
Serialized Fields
-
commingleAllowed
java.lang.Boolean commingleAllowed
Whether commingling of scripts is allowed -
encoding
java.lang.String encoding
Character encoding for transforming Unicode characters uniquely and reversibly into DNS compatible characters -
idnaVersion
java.lang.String idnaVersion
String representation of idnaVersion -
idnVersion
java.lang.String idnVersion
String representation of idnVersion -
languages
java.util.List<EPPRegistryLanguage> languages
List
ofEPPRegistryLanguage
that defines the supported language codes and character code point policy -
unicodeVersion
java.lang.String unicodeVersion
String representation of unicodeVersion
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryInfoCmd extends EPPInfoCmd implements Serializable
-
Serialized Fields
-
mode
EPPRegistryInfoCmd.Mode mode
The query mode -
name
EPPRegistryZoneName name
Fully qualified name of zone object to get information on. Cannot be used together withall
. Ifsystem
istrue
orall
istrue
, then this attribute must be set tofalse
.. -
scope
EPPRegistryInfoCmd.Scope scope
Scope of zones returned with the <registry:all> option.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryInfoResp extends EPPResponse implements Serializable
-
Serialized Fields
-
systemInfo
EPPRegistrySystemInfo systemInfo
systemInfo
instance that contains detailed system info. -
zoneInfo
EPPRegistryZoneData zoneInfo
zoneInfo
instance that contains detailed zone info. -
zoneList
EPPRegistryZoneList zoneList
List
of zone summary attributes.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryInternalHost extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
sharePolicy
EPPRegistryInternalHost.SharePolicy sharePolicy
Share policy attribute -
uniqueIpAddressesRequired
java.lang.Boolean uniqueIpAddressesRequired
The OPTIONAL boolean value that indicates that all of the IP addresses for the host object must be unique, with a default value of "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryKey extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
algorithms
java.util.List<java.lang.Integer> algorithms
List
of algorithms inString
-
flags
java.util.List<java.lang.Integer> flags
List
of zero or more <registry:flags> elements that define the supported flags field values, as described in section 2.1.1 of [RFC4034]. -
protocols
java.util.List<java.lang.Integer> protocols
List
of zero or more <registry:protocol> elements that define the supported protocols, as described in section 2.1.2 of [RFC4034].
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryLanguage extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
java.lang.String code
The required "code" attribute defines the language code for the supported language. The language code SHOULD be an ISO 639 (ISO 639-1 or ISO 639-2) value. -
table
java.lang.String table
The OPTIONAL language table URI that contains the set of code points for the language. -
variantStrategy
EPPRegistryLanguage.VariantStrategy variantStrategy
An OPTIONAL strategy for the handling of variants for the language. If no <registry:variantStrategy> element is specified then variants are not supported by the language.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMaxPeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMaxSig extends java.lang.Object implements Serializable
-
Serialized Fields
-
clientDefined
java.lang.Boolean clientDefined
An OPTIONAL boolean flag indicating whether the client can set the maximum signature lifetime with a default value of "false". -
defaultLife
java.lang.Integer defaultLife
The OPTIONAL default maximum signature lifetime set by the server. -
max
java.lang.Integer max
An OPTIONAL maximum signature lifetime supported. The <registry:max> element MUST NOT be defined if the <registry:clientDefined> element value is "false". The <registry:max> element MUST NOT be less than the <registry:min> element. -
min
java.lang.Integer min
An OPTIONAL minimum signature lifetime supported. The <registry:min> element MUST NOT be defined if the <registry:clientDefined> element value is "false".
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMinMaxLength extends EPPRegistryAbstractMinMax implements Serializable
-
Serialized Fields
-
elmMaxLocalName
java.lang.String elmMaxLocalName
XML local name for themax
with the default ofEPPRegistryAbstractMinMax.ELM_MAX_LENGTH
. -
elmMinLocalName
java.lang.String elmMinLocalName
XML local name for themin
attribute with the default ofEPPRegistryAbstractMinMax.ELM_MIN_LENGTH
. -
elmRootLocalName
java.lang.String elmRootLocalName
XML local name that must be set prior to callingEPPRegistryAbstractMinMax.encode(org.w3c.dom.Document)
.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMinMaxPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
defaultLength
EPPRegistryDefaultPeriodType defaultLength
The default period length if not defined by the client. -
max
EPPRegistryMaxPeriodType max
The maximum supported period length. -
min
EPPRegistryMinPeriodType min
The minimum supported period length.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryMinPeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryPendingDeletePeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryPendingRestorePeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryPeriodType extends java.lang.Object implements Serializable
-
Serialized Fields
-
number
java.lang.Integer number
Number of the period -
unit
EPPRegistryPeriodType.Unit unit
Unit of the period
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryPostal extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
EPPRegistryContactAddress address
Contact address -
emailRegex
EPPRegistryRegex emailRegex
Email regular expression -
faxExt
EPPRegistryAbstractMinMax faxExt
The OPTIONAL minimum and maximum length of the <contact:fax> extension "x" attribute. -
locCharRegex
EPPRegistryRegex locCharRegex
Localized "loc" postal information field regular expression -
name
EPPRegistryContactName name
Contact name -
org
EPPRegistryContactOrg org
Contact organization -
voiceExt
EPPRegistryAbstractMinMax voiceExt
The OPTIONAL minimum and maximum length of the <contact:voice> extension "x" attribute. -
voiceRequired
java.lang.Boolean voiceRequired
Is the contact voice required?
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryRedemptionPeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryRegex extends java.lang.Object implements Serializable
-
Serialized Fields
-
description
java.lang.String description
Regular expression description attribute value. -
expression
java.lang.String expression
Regular expression attribute value. -
lang
java.lang.String lang
Language of the explanation attribute value. -
rootName
java.lang.String rootName
Root element label to use.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryReservedNames extends java.lang.Object implements Serializable
-
Serialized Fields
-
reservedNames
java.util.List<java.lang.String> reservedNames
Zero or more <registry:reservedName> elements containing a reserved domain name relative to the level of the parent <registry:domainName> element. -
reservedNameURI
java.lang.String reservedNameURI
An OPTIONAL URI that to an externally defined list of reserved domain name relative to the level of the parent <registry:domainName> element.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryRGP extends java.lang.Object implements Serializable
-
Serialized Fields
-
pendingDeletePeriod
EPPRegistryPendingDeletePeriodType pendingDeletePeriod
The length of time that the domain object will remain in the pendingDelete status prior to being purged. -
pendingRestorePeriod
EPPRegistryPendingRestorePeriodType pendingRestorePeriod
The length of time that the domain object will remain in the pendingRestore status unless the restore report command is received. -
redemptionPeriod
EPPRegistryRedemptionPeriodType redemptionPeriod
The length of time that a domain object will remain in the redemptionPeriod status unless the restore request command is received.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServices extends java.lang.Object implements Serializable
-
Serialized Fields
-
extension
EPPRegistryServicesExt extension
Optional extension services attribute -
objURIs
java.util.List<EPPRegistryServices.EPPRegistryObjURI> objURIs
List ofEPPRegistryServices.EPPRegistryObjURI
instances that contain the object namespace URIs
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryObjURI extends EPPRegistryServices.EPPRegistryURI implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServices.EPPRegistryURI extends java.lang.Object implements Serializable
-
Serialized Fields
-
required
java.lang.Boolean required
Required attribute value -
uri
java.lang.String uri
Object or extension URI
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServicesExt extends java.lang.Object implements Serializable
-
Serialized Fields
-
extURIs
java.util.List extURIs
List ofEPPRegistryServicesExt.EPPRegistryExtURI
instances that contain the extension namespace URIs
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryServicesExt.EPPRegistryExtURI extends EPPRegistryServices.EPPRegistryURI implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistrySupportedStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
statuses
java.util.List statuses
List
of statusString
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistrySystemInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
absoluteTimeout
java.lang.Integer absoluteTimeout
The OPTIONAL attribute that contains the absolute timeout for a connection in milliseconds. The absolute timeout represents the maximum duration in milliseconds that a connection can be established. The server will close a connection that has been established for more thanmilliseconds
milliseconds. -
commandTimeout
java.lang.Integer commandTimeout
The OPTIONAL attribute that contains the command timeout for a connection in milliseconds. The server will close a connection that has an active command that exceedscommandTimeout
milliseconds. -
idleTimeout
java.lang.Integer idleTimeout
The OPTIONAL attribute that contains the idle timeout for a connection in milliseconds. If a connection does not receive a command withinidleTimeout
milliseconds, the server will close the connection. -
maxConnections
java.lang.Integer maxConnections
The OPTIONAL attribute that contains the maximum number of connections that the client can establish with the registry system. -
perMs
java.lang.Integer perMs
Required attribute with theperMs
attribute that defines the number of milliseconds associated with thetransLimit
value. -
transLimit
java.lang.Integer transLimit
The OPTIONAL attribute that contains the maximum number of transactions that can be submitted on the connection per the "perMs" attribute milliseconds. It is up to server policy what to do with the connection when the client exceeds thetransLimit
.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryTransferHoldPeriodType extends EPPRegistryPeriodType implements Serializable
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryUpdateCmd extends EPPUpdateCmd implements Serializable
-
Serialized Fields
-
zone
EPPRegistryZone zone
Instance ofEPPRegistryZone
to update
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZone extends java.lang.Object implements Serializable
-
Serialized Fields
-
batchJobs
java.util.List<EPPRegistryBatchJob> batchJobs
The OPTIONAL list of batch jobs -
contact
EPPRegistryContact contact
Contact policies attribute -
createdBy
java.lang.String createdBy
Created by identifier attribute -
createdDate
java.util.Date createdDate
Created date attribute -
domain
EPPRegistryDomain domain
Domain policies attribute -
group
java.lang.String group
Zone Group attribute -
host
EPPRegistryHost host
Host policies attribute -
lastUpdatedBy
java.lang.String lastUpdatedBy
Last updated identifier attribute -
lastUpdatedDate
java.util.Date lastUpdatedDate
Last updated date attribute -
name
EPPRegistryZoneName name
Zone Name attribute -
services
EPPRegistryServices services
Zone Services attribute -
systemZones
java.util.List<EPPRegistryZoneName> systemZones
System zones -
unsupportedData
EPPRegistryZone.UnsupportedData unsupportedData
The OPTIONAL policy associated with receipt of unsupported data sent by the client to the server. The unsupported data may be an unsupported element or extension.
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneData extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessible
boolean accessible
Indicates whether the zone is accessible to the client, with a default value oftrue
. -
zone
EPPRegistryZone zone
Zone information that is wrapped byEPPRegistryZoneData
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneList extends java.lang.Object implements Serializable
-
Serialized Fields
-
zoneList
java.util.List<EPPRegistryZoneSummary> zoneList
List
ofEPPRegistryZoneSummary
instance, which contains zone summary info
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneName extends java.lang.Object implements Serializable
-
Serialized Fields
-
elmRootLocalName
java.lang.String elmRootLocalName
XML local name that must be set prior to callingEPPRegistryZoneName.encode(org.w3c.dom.Document)
. -
form
EPPRegistryZoneName.Form form
The form of the zone name as eitherEPPRegistryZoneName.Form.aLabel
orEPPRegistryZoneName.Form.uLabel
, with the default value ofEPPRegistryZoneName.Form.aLabel
. -
name
java.lang.String name
Fully qualified name of the zone object
-
-
-
Class com.verisign.epp.codec.registry.v02.EPPRegistryZoneSummary extends java.lang.Object implements Serializable
-
Serialized Fields
-
accessible
boolean accessible
Indicates whether the zone is accessible to the client, with a default value oftrue
. -
createDate
java.util.Date createDate
Date of object creation -
name
EPPRegistryZoneName name
Fully qualified name of the zone object -
updateDate
java.util.Date updateDate
Date of last update
-
-
-
-
Package com.verisign.epp.codec.relateddomainext
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtAuthInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -1672662152727579147L
-
Serialized Fields
-
ext
EPPCodecComponent ext
Extension authorization information. -
password
java.lang.String password
Password authorization information. -
roid
java.lang.String roid
roid. -
rootName
java.lang.String rootName
Root mapping name such as domain or contact (e.g.domain:authInfo
for domain mapping). This attribute needs to be specified before calling encode(Document) method. -
rootNS
java.lang.String rootNS
XML namespace URI for the root element. -
type
short type
type, and default value isTYPE_PW
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtAvailable extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
availableDomains
java.util.List<EPPRelatedDomainExtName> availableDomains
List of domain names represented by theEPPRelatedDomainExtName
to be associated with the <relDom:available> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtCreate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomain> domains
List of domain names represented by theEPPRelatedDomainExtDomain
to be associated with the <relDom:create> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtCreateResp extends java.lang.Object implements Serializable
- serialVersionUID:
- -7762436016536143713L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomainData> domains
List of domains represented by theEPPRelatedDomainExtDomainData
to be associated with the <relDom:creData> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtDelete extends java.lang.Object implements Serializable
- serialVersionUID:
- 7097759695930056421L
-
Serialized Fields
-
domainNames
java.util.List<java.lang.String> domainNames
List of domain names represented by theString
to be associated with the <relDom:delete> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtDeleteResp extends java.lang.Object implements Serializable
- serialVersionUID:
- 3042381748258235317L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomainData> domains
List of domain names represented by theEPPRelatedDomainExtDomainData
to be associated with the <relDom:delData> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtDomain extends java.lang.Object implements Serializable
- serialVersionUID:
- 3151298616180707607L
-
Serialized Fields
-
authInfo
EPPRelatedDomainExtAuthInfo authInfo
The auth info associated with the domain -
currentExpirationDate
java.util.Date currentExpirationDate
The current expiration date of the domain in yyyy-MM-dd format. -
language
java.lang.String language
The language associated with the domain if it is an IDN (International Domain Name). -
name
java.lang.String name
The fully qualified domain name. -
period
EPPRelatedDomainExtPeriod period
The registration period of the domain
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtDomainData extends java.lang.Object implements Serializable
- serialVersionUID:
- 3151298616180707607L
-
Serialized Fields
-
actionClient
java.lang.String actionClient
The identifier of the client that SHOULD respond to the transfer request. -
actionDate
java.util.Date actionDate
The date and time of a required or completed response. For a STATUS_PENDING request, the value identifies the date and time by which a response is required before an automated response action MUST be taken by the server. For all other status types, the value identifies the date and time when the request was completed. -
createdDate
java.util.Date createdDate
Domain Creation Date. -
deleteResult
java.lang.String deleteResult
The result of domain deletion. -
expirationDate
java.util.Date expirationDate
An optional attribute that contains the end of the domain's validity period if the transfer command caused or causes a change in the validity period. -
name
java.lang.String name
The fully qualified domain name. -
requestClient
java.lang.String requestClient
The identifier of the client that initiated the transfer request. -
requestDate
java.util.Date requestDate
The date and time that the transfer was requested. -
transferStatus
java.lang.String transferStatus
The state of the most recent transfer request. This should be one of theEPPRelatedDomainExtDomainData.STATUS
constants.
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtField extends java.lang.Object implements Serializable
- serialVersionUID:
- 8458235783317620385L
-
Serialized Fields
-
inSync
boolean inSync
Boolean attribute that defines the field is synchronized across all of the related domains -
name
java.lang.String name
The name of the field
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtFields extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fields
java.util.List<EPPRelatedDomainExtField> fields
List of fields represented by theEPPRelatedDomainExtField
to be associated with the <relDom:fieldsgt; element -
inSync
boolean inSync
Boolean attribute that defines the fields are synchronized across all of the related domains
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtGroup extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
available
EPPRelatedDomainExtAvailable available
The domain names available for registration in the related domain family -
fields
EPPRelatedDomainExtFields fields
The fields in the group -
registered
EPPRelatedDomainExtRegistered registered
The domain names registered in the related domain family -
type
java.lang.String type
The type of the group element.
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtInfData extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
relatedDomainGroup
java.util.List<EPPRelatedDomainExtGroup> relatedDomainGroup
The groups of related domains in the family.
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -4632606931436150525L
-
Serialized Fields
-
type
java.lang.String type
Attributes that defines the form of the related domain extension, being either the Domain Info Form as represented by theTYPE_DOMAIN
constant or the Related Info Form as represented by theTYPE_RELATED
. The default form is the Domain Info Form.
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtName extends java.lang.Object implements Serializable
- serialVersionUID:
- -4632606931436150525L
-
Serialized Fields
-
domainName
java.lang.String domainName
Domain name.
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtPeriod extends java.lang.Object implements Serializable
-
Serialized Fields
-
period
int period
Domain period. -
pUnit
java.lang.String pUnit
Domain period unit.
-
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtRegistered extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
registeredDomains
java.util.List<EPPRelatedDomainExtName> registeredDomains
List of domain names represented by theEPPRelatedDomainExtName
to be associated with the <relDom:registered> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtRenew extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomain> domains
List of domain names represented by theEPPRelatedDomainExtDomain
to be associated with the <relDom:renew> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtRenewResp extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomainData> domains
List of domain names represented by theEPPRelatedDomainExtDomainData
to be associated with the <relDom:create> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtTransfer extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomain> domains
List of domain names represented by theEPPRelatedDomainExtDomain
to be associated with the <relDom:transfer> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtTransferResp extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domains
java.util.List<EPPRelatedDomainExtDomainData> domains
List of domain names represented by theEPPRelatedDomainExtDomainData
to be associated with the <relDom:trnData> element
-
-
Class com.verisign.epp.codec.relateddomainext.EPPRelatedDomainExtUpdate extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
domainNames
java.util.List<java.lang.String> domainNames
List of domain names represented by theString
to be associated with the <relDom:update> element
-
-
-
Package com.verisign.epp.codec.rgpext
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
statuses
java.util.Vector statuses
The RGP statuses contained in the inf data of typeEPPRgpExtStatus
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtReport extends java.lang.Object implements Serializable
-
Serialized Fields
-
deleteTime
java.util.Date deleteTime
The delete time Value -
other
java.lang.String other
The other value -
postData
java.lang.String postData
the postData value -
preData
java.lang.String preData
The preData value -
restoreReason
EPPRgpExtReportText restoreReason
The restore reason value -
restoreTime
java.util.Date restoreTime
The restore time value -
statement1
EPPRgpExtReportText statement1
The statement1 value -
statement2
EPPRgpExtReportText statement2
The statement 2 value
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtReportText extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
The default language - "en" -
localName
java.lang.String localName
Utility tag name attribute so we can switch encoding back and forth from statements and reasons using the local name. -
message
java.lang.String message
The body of this report text
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtRestore extends java.lang.Object implements Serializable
-
Serialized Fields
-
op
java.lang.String op
The operation to perform with this restore - either "request" or "report" -
report
EPPRgpExtReport report
The EPPCodecComponet report that is contained in this restore instance
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
The language value of this status component -
message
java.lang.String message
The message of this status. -
status
java.lang.String status
The status value of this status comonent
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtUpData extends java.lang.Object implements Serializable
-
Serialized Fields
-
status
EPPRgpExtStatus status
The status of this UpData
-
-
-
Class com.verisign.epp.codec.rgpext.EPPRgpExtUpdate extends java.lang.Object implements Serializable
-
Serialized Fields
-
restore
EPPRgpExtRestore restore
The contained restore EPPCodecComponent
-
-
-
-
Package com.verisign.epp.codec.rgppoll
-
Class com.verisign.epp.codec.rgppoll.EPPRgpPollResponse extends EPPResponse implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The domain name -
reportDueDate
java.util.Date reportDueDate
The date the restore report is due -
reqDate
java.util.Date reqDate
The date the restore was requested -
status
EPPRgpPollStatus status
The RGP status of the domain name
-
-
-
Class com.verisign.epp.codec.rgppoll.EPPRgpPollStatus extends java.lang.Object implements Serializable
-
Serialized Fields
-
lang
java.lang.String lang
The language value of this status component -
message
java.lang.String message
The message of this status. -
status
java.lang.String status
The status value of this status comonent
-
-
-
-
Package com.verisign.epp.codec.secdnsext.v10
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtCreate extends java.lang.Object implements Serializable
-
Serialized Fields
-
dsData
java.util.List dsData
List
of DS DataEPPSecDNSExtDsData
instances to create
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtDsData extends java.lang.Object implements Serializable
-
Serialized Fields
-
alg
int alg
The algorithm value of this dsData component -
digest
java.lang.String digest
The digest value of this dsData component -
digestType
int digestType
The digestType value of this dsData component -
keyData
EPPSecDNSExtKeyData keyData
The keyData value of this dsData component -
keyTag
int keyTag
The keyTag field value of this dsData component -
maxSigLife
int maxSigLife
The maxSigLife value of this dsData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
dsData
java.util.List dsData
The secDNS dsData contained in the infData
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtKeyData extends java.lang.Object implements Serializable
-
Serialized Fields
-
alg
int alg
The algorithm value of this keyData component -
flags
int flags
The flags field value of this keyData component -
protocol
int protocol
The protocol value of this keyData component -
pubKey
java.lang.String pubKey
The public key value of this keyData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v10.EPPSecDNSExtUpdate extends java.lang.Object implements Serializable
-
Serialized Fields
-
addDsData
java.util.List addDsData
List
of DS DataEPPSecDNSExtDsData
instances to add -
chgDsData
java.util.List chgDsData
List
of DS DataEPPSecDNSExtDsData
instances to chg -
remKeyTag
java.util.List remKeyTag
List
of DS keyTagInteger
instances specifying keyTag to rem -
urgent
boolean urgent
High priority request? A value oftrue
indicates that the client has asked the server operator to process the update command with a high priority. Default value isfalse
.
-
-
-
-
Package com.verisign.epp.codec.secdnsext.v11
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtCreate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2754621455867222676L
-
Serialized Fields
-
dsData
java.util.List dsData
List
of DS DataEPPSecDNSExtDsData
instances to create as part of the DS Data Interface. -
keyData
java.util.List keyData
List
of Key DataEPPSecDNSExtKeyData
instances to create as part of the Key Data Interface. -
maxSigLife
int maxSigLife
The maxSigLife value
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtDsData extends java.lang.Object implements Serializable
-
Serialized Fields
-
alg
int alg
The algorithm value of this dsData component -
digest
java.lang.String digest
The digest value of this dsData component -
digestType
int digestType
The digestType value of this dsData component -
keyData
EPPSecDNSExtKeyData keyData
The keyData value of this dsData component -
keyTag
int keyTag
The keyTag field value of this dsData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtInfData extends java.lang.Object implements Serializable
- serialVersionUID:
- -2754621455867222676L
-
Serialized Fields
-
dsData
java.util.List dsData
List
of DS DataEPPSecDNSExtDsData
instances as part of the DS Data Interface. -
keyData
java.util.List keyData
List
of Key DataEPPSecDNSExtKeyData
instances as part of the Key Data Interface. -
maxSigLife
int maxSigLife
The maxSigLife value
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtKeyData extends java.lang.Object implements Serializable
-
Serialized Fields
-
alg
int alg
The algorithm value of this keyData component -
flags
int flags
The flags field value of this keyData component -
protocol
int protocol
The protocol value of this keyData component -
pubKey
java.lang.String pubKey
The public key value of this keyData component
-
-
-
Class com.verisign.epp.codec.secdnsext.v11.EPPSecDNSExtUpdate extends java.lang.Object implements Serializable
- serialVersionUID:
- -2754621455867222676L
-
Serialized Fields
-
addDsData
java.util.List addDsData
List
of DS DataEPPSecDNSExtDsData
instances to add as part of the DS Data Interface. -
addKeyData
java.util.List addKeyData
List
of Key DataEPPSecDNSExtKeyData
instances to add as part of the Key Data Interface. -
maxSigLife
int maxSigLife
The maxSigLife value as part of the chg -
remAllData
boolean remAllData
Remove all DS / Key data flag as an alternative to explicitly specifying all of theEPPSecDNSExtDsData
orEPPSecDNSExtKeyData
instances to remove. -
remDsData
java.util.List remDsData
List
of DS DataEPPSecDNSExtDsData
instances to remove as part of the DS Data Interface. -
remKeyData
java.util.List remKeyData
List
of DS DataEPPSecDNSExtKeyData
instances to remove as part of the Key Data Interface. -
urgent
boolean urgent
High priority request? A value oftrue
indicates that the client has asked the server operator to process the update command with a high priority. Default value isfalse
.
-
-
-
Package com.verisign.epp.codec.signedMark
-
Class com.verisign.epp.codec.signedMark.EPPEncodedSignedMark extends EPPSignedMark implements Serializable
- serialVersionUID:
- -2581814950269930902L
-
Class com.verisign.epp.codec.signedMark.EPPIssuer extends java.lang.Object implements Serializable
-
Serialized Fields
-
email
java.lang.String email
The issuer customer support email address. -
id
java.lang.String id
Issuer identifier -
org
java.lang.String org
The organization name of the issuer. -
url
java.lang.String url
The OPTIONAL HTTP URL of the issuer's site. -
voice
java.lang.String voice
The OPTIONAL issuer's voice telephone number. -
voiceExt
java.lang.String voiceExt
The OPTIONAL issuer's voice telephone number extension.
-
-
-
Class com.verisign.epp.codec.signedMark.EPPSignedMark extends java.lang.Object implements Serializable
- serialVersionUID:
- 3210389145062853193L
-
Serialized Fields
-
attrIdValue
java.lang.String attrIdValue
Value used for the ID attribute name with the default ofATTR_ID_VALUE
. -
id
java.lang.String id
Identifier of the signed mark -
issuer
EPPIssuer issuer
Issuer of the signed mark. -
localName
java.lang.String localName
XML local name for the root element of the signed mark. This should be set toELM_SIGNED_MARK_LOCALNAME
. -
mark
EPPMark mark
Mark associated with the signed mark -
notAfter
java.util.Date notAfter
the date of expiration of the signed mark -
notBefore
java.util.Date notBefore
the date of creation of the signed mark -
signedMarkElement
org.w3c.dom.Element signedMarkElement
Sign mark DOM element.
-
-
Class com.verisign.epp.codec.signedMark.RevokedSMD extends java.lang.Object implements Serializable
-
Serialized Fields
-
id
java.lang.String id
Identifier of the revoked signed mark -
revokedDate
java.util.Date revokedDate
Revocation datetime in UTC of the SMD.
-
-
-
-
Package com.verisign.epp.codec.syncext
-
Class com.verisign.epp.codec.syncext.EPPSyncExtUpdate extends java.lang.Object implements Serializable
-
Serialized Fields
-
day
int day
The day of the month -
month
int month
The month.
-
-
-
-
Package com.verisign.epp.codec.validate.v02
-
Class com.verisign.epp.codec.validate.v02.EPPValidateAddress extends java.lang.Object implements Serializable
-
Serialized Fields
-
city
java.lang.String city
Contact city. -
country
java.lang.String country
Contact country -
postalCode
java.lang.String postalCode
Contact postal code -
stateProvince
java.lang.String stateProvince
Contact state/province. -
streets
java.util.List<java.lang.String> streets
Contact street, which is aList
of up to 3String
's representing street line 1, line 2, and line 3.
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateAuthInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
ext
EPPCodecComponent ext
Extension authorization information. -
password
java.lang.String password
Password authorization information. -
roid
java.lang.String roid
roid. -
type
short type
Type, and default value isTYPE_PW
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateCheckCmd extends EPPCheckCmd implements Serializable
-
Serialized Fields
-
contacts
java.util.List<EPPValidateContact> contacts
Labels to check.
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateCheckResp extends EPPResponse implements Serializable
-
Serialized Fields
-
results
java.util.List<EPPValidateCheckResult> results
List of check results
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateCheckResult extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
int code
Result code must use one of theEPPResult
result code constant values. -
id
java.lang.String id
The contact identifier. -
keyValues
java.util.List<EPPValidateKeyValue> keyValues
Optional list of key value pairs used to define specific validation errors.
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateContact extends java.lang.Object implements Serializable
-
Serialized Fields
-
authInfo
EPPValidateAuthInfo authInfo
OPTIONAL authInfo value -
contactType
java.lang.String contactType
The contact type. -
email
java.lang.String email
OPTIONAL Email Address -
fax
java.lang.String fax
OPTIONAL FAX number -
faxExt
java.lang.String faxExt
OPTIONAL FAX Extension -
id
java.lang.String id
The contact identifier. -
keyValues
java.util.List<EPPValidateKeyValue> keyValues
Optional list of key value pairs used to define additional contact attributes. TheEPPValidateKeyValue
contactType
attribute should not be set in each key value pair. -
postalInfo
java.util.List<EPPValidatePostalDefinition> postalInfo
One or two postal information elements, represented by theEPPValidatePostalDefinition
class. -
tld
java.lang.String tld
The TLD. -
voice
java.lang.String voice
OPTIONAL Voice number -
voiceExt
java.lang.String voiceExt
OPTIONAL Voice Extension
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidateKeyValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
contactType
java.lang.String contactType
The contact type. -
key
java.lang.String key
Key attribute -
value
java.lang.String value
Value attribute
-
-
-
Class com.verisign.epp.codec.validate.v02.EPPValidatePostalDefinition extends java.lang.Object implements Serializable
-
Serialized Fields
-
address
EPPValidateAddress address
contact address -
name
java.lang.String name
contact name -
org
java.lang.String org
contact org -
type
EPPValidatePostalDefinition.Type type
Localization form
-
-
-
-
Package com.verisign.epp.codec.verificationcode
-
Class com.verisign.epp.codec.verificationcode.EPPEncodedSignedCode extends java.lang.Object implements Serializable
- serialVersionUID:
- -2581814950269930902L
-
Serialized Fields
-
codes
java.util.List<EPPEncodedSignedCodeValue> codes
List of encoded signed code values.
-
-
Class com.verisign.epp.codec.verificationcode.EPPEncodedSignedCodeValue extends EPPSignedCode implements Serializable
- serialVersionUID:
- -2581814950269930902L
-
Class com.verisign.epp.codec.verificationcode.EPPSignedCode extends java.lang.Object implements Serializable
- serialVersionUID:
- 3210389145062853193L
-
Serialized Fields
-
attrIdValue
java.lang.String attrIdValue
Value used for the ID attribute name with the default ofATTR_ID_VALUE
. -
code
EPPVerificationCode code
Verification code value. -
localName
java.lang.String localName
XML local name for the root element of the signed code. This should be set toELM_SIGNED_CODE_LOCALNAME
. -
signedCodeElement
org.w3c.dom.Element signedCodeElement
Sign code DOM element. -
trustAnchor
java.security.cert.TrustAnchor trustAnchor
Trust anchor of validated signed code.
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCode extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
java.lang.String code
OPTIONAL verification code value. -
dueDate
java.util.Date dueDate
OPTIONAL due date when the code needed to be set or has to be set. -
setDate
java.util.Date setDate
OPTIONAL date that the code was set. -
type
java.lang.String type
Verification code type.
-
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCodeInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
profiles
java.util.List<EPPVerificationCodeProfile> profiles
List of missing verification codes. -
status
EPPVerificationCodeInfData.Status status
Status of the verification with a default value ofStatus.NON_COMPLIANT
.
-
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCodeInfo extends java.lang.Object implements Serializable
-
Serialized Fields
-
profile
java.lang.String profile
Client specified profile to base the verification information on.
-
-
-
Class com.verisign.epp.codec.verificationcode.EPPVerificationCodeProfile extends java.lang.Object implements Serializable
-
Serialized Fields
-
missingCodes
java.util.List<EPPVerificationCode> missingCodes
List of missing verification codes. -
profileName
java.lang.String profileName
The required name of the profile -
setCodes
java.util.List<EPPVerificationCode> setCodes
List of set verification codes. -
status
EPPVerificationCodeProfile.Status status
Status of the verification with a default value ofStatus.NON_COMPLIANT
.
-
-
-
Class com.verisign.epp.codec.verificationcode.RevokedVerificationCode extends java.lang.Object implements Serializable
-
Serialized Fields
-
code
java.lang.String code
Verification code -
revokedDate
java.util.Date revokedDate
Revocation datetime in UTC of the SMD.
-
-
-
-
Package com.verisign.epp.codec.whois
-
Class com.verisign.epp.codec.whois.EPPWhoisInf extends java.lang.Object implements Serializable
-
Serialized Fields
-
flag
java.lang.Boolean flag
whois info flag, where atrue
value will have theEPPWhoisInfData
extension added to a successful response. A value offalse
will have the same result as not adding theEPPWhoisInf
extension to the command.
-
-
-
Class com.verisign.epp.codec.whois.EPPWhoisInfData extends java.lang.Object implements Serializable
-
Serialized Fields
-
irisServer
java.lang.String irisServer
The sponsoring registrar IRIS server name. -
registrar
java.lang.String registrar
The sponsoring registrar name -
url
java.lang.String url
The sponsoring registrar referrel URL -
whoisServer
java.lang.String whoisServer
The spnsoring registrar whois server name
-
-
-
-
Package com.verisign.epp.exception
-
Class com.verisign.epp.exception.EPPException extends java.lang.Exception implements Serializable
-
Class com.verisign.epp.exception.EPPXMLErrorHandlerErrorException extends org.xml.sax.SAXException implements Serializable
-
Class com.verisign.epp.exception.EPPXMLErrorHandlerFatalException extends org.xml.sax.SAXException implements Serializable
-
Class com.verisign.epp.exception.EPPXMLErrorHandlerWarningException extends org.xml.sax.SAXException implements Serializable
-
-
Package com.verisign.epp.framework
-
Class com.verisign.epp.framework.EPPAssemblerException extends EPPException implements Serializable
-
Serialized Fields
-
fatal
boolean fatal
Is the exception fatal for the client session? -
value
int value
EachEPPAssemblerException
instance has a unique value
-
-
-
Class com.verisign.epp.framework.EPPEventException extends EPPException implements Serializable
-
Class com.verisign.epp.framework.EPPHandleEventException extends EPPException implements Serializable
-
Serialized Fields
-
response
EPPResponse response
The EPPResponse to contain
-
-
-
Class com.verisign.epp.framework.EPPPollQueueException extends EPPException implements Serializable
-
Serialized Fields
-
type
int type
Type of exception based on one of theTYPE
constants
-
-
-
-
Package com.verisign.epp.interfaces
-
Class com.verisign.epp.interfaces.EPPCommandException extends EPPException implements Serializable
-
Serialized Fields
-
response
EPPResponse response
EPP response associated with theEPPCommandException
-
-
-
-
Package com.verisign.epp.pool
-
Class com.verisign.epp.pool.EPPSessionPoolException extends java.lang.Exception implements Serializable
-
-
Package com.verisign.epp.serverstub
-
Class com.verisign.epp.serverstub.SessionData extends java.lang.Object implements Serializable
-
Serialized Fields
-
_attribs
java.util.Hashtable _attribs
For extra attributes -
bLoggedIn
boolean bLoggedIn
Should be true if a login occured -
bLogoutOccured
boolean bLogoutOccured
Should be true if a logout occured -
greeting
EPPGreeting greeting
The EPPGreeting to send clients when they make a connection -
loginCmd
EPPLoginCmd loginCmd
EPPLoginCmd
passed for the authenticated session. This can be used to retrieve the passed object and extension services as well as the client id of the client.
-
-
-
-
Package com.verisign.epp.transport
-
Class com.verisign.epp.transport.EPPConException extends EPPException implements Serializable
-
-
Package com.verisign.epp.types
-
Class com.verisign.epp.types.Duration extends java.lang.Object implements Serializable
-
Serialized Fields
-
_day
short _day
the number of days -
_hour
short _hour
the number of hours -
_isNegative
boolean _isNegative
true if the Duration is negative -
_millisecond
short _millisecond
the potential number of milliseconds -
_minute
short _minute
the number of minutes -
_month
short _month
the number of months -
_second
short _second
the number of seconds -
_year
short _year
the number of years
-
-
-
-
Package com.verisign.epp.util
-
Class com.verisign.epp.util.EnvException extends EPPException implements Serializable
-
Class com.verisign.epp.util.EPPEnvException extends EPPException implements Serializable
-
Class com.verisign.epp.util.EPPLogException extends EPPException implements Serializable
-
Class com.verisign.epp.util.EPPParserException extends EPPException implements Serializable
-
Class com.verisign.epp.util.InvalidateSessionException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
session
EPPSession session
Session that should be invalidated.
-
-
-