Package | Description |
---|---|
com.verisign.epp.codec.registry.v02 |
Modifier and Type | Method and Description |
---|---|
EPPRegistryRegex |
EPPRegistryDomain.getAuthInfoRegex()
Get info about regular expression used to validate the domain object
authorization information value.
|
EPPRegistryRegex |
EPPRegistryContact.getAuthInfoRegex()
Gets authInfo regular expression.
|
EPPRegistryRegex |
EPPRegistryContact.getContactIdRegex()
Get info about regular expression used to validate the contact object
contact Id value.
|
EPPRegistryRegex |
EPPRegistryPostal.getEmailRegex()
Get info about regular expression used to validate the contact email.
|
EPPRegistryRegex |
EPPRegistryPostal.getLocCharRegex()
Gets info about locality "loc" character field regular expression.
|
EPPRegistryRegex |
EPPRegistryHost.getNameRegex()
Get the regular expression that host name must follow.
|
EPPRegistryRegex |
EPPRegistryDomainName.getNameRegex()
Get the regular expression that domain name must follow.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPRegistryDomain.setAuthInfoRegex(EPPRegistryRegex authInfoRegex)
Set info about regular expression used to validate the domain object
authorization information value.
|
void |
EPPRegistryContact.setAuthInfoRegex(EPPRegistryRegex authInfoRegex)
Gets authInfo regular expression.
|
void |
EPPRegistryContact.setContactIdRegex(EPPRegistryRegex aContactIdRegex)
Set info about regular expression used to validate the contact object
contact Id value.
|
void |
EPPRegistryPostal.setEmailRegex(EPPRegistryRegex aEmailRegex)
Set info about regular expression used to validate the contact email.
|
void |
EPPRegistryPostal.setLocCharRegex(EPPRegistryRegex aLocCharRegex)
Sets info about locality "loc" character field regular expression.
|
void |
EPPRegistryHost.setNameRegex(EPPRegistryRegex aNameRegex)
Set the regular expression that host name must follow.
|
void |
EPPRegistryDomainName.setNameRegex(EPPRegistryRegex aNameRegex)
Set the regular expression that domain name must follow.
|
Copyright © VeriSign Inc. All Rights Reserved.