Package | Description |
---|---|
com.verisign.epp.codec.validate.v02 |
Modifier and Type | Method and Description |
---|---|
EPPValidatePostalDefinition.Type |
EPPValidatePostalDefinition.getType()
Gets the contact postal type.
|
static EPPValidatePostalDefinition.Type |
EPPValidatePostalDefinition.Type.getType(java.lang.String aType)
Get the type enumerated value given the matching string.
|
static EPPValidatePostalDefinition.Type |
EPPValidatePostalDefinition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPValidatePostalDefinition.Type[] |
EPPValidatePostalDefinition.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPValidatePostalDefinition.setType(EPPValidatePostalDefinition.Type aType)
Sets the contact type.
|
Constructor and Description |
---|
EPPValidatePostalDefinition(EPPValidatePostalDefinition.Type aType)
EPPValidatePostalDefinition constructor that takes the
contact postal type as an argument. |
EPPValidatePostalDefinition(EPPValidatePostalDefinition.Type aType,
java.lang.String aName,
EPPValidateAddress aAddress)
EPPValidatePostalDefinition constructor that sets the
required attributes with the parameters. |
Copyright © VeriSign Inc. All Rights Reserved.