|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPResellerPostalDefinition.Type | |
---|---|
com.verisign.epp.codec.reseller |
Uses of EPPResellerPostalDefinition.Type in com.verisign.epp.codec.reseller |
---|
Methods in com.verisign.epp.codec.reseller that return EPPResellerPostalDefinition.Type | |
---|---|
EPPResellerPostalDefinition.Type |
EPPResellerPostalDefinition.getType()
Gets the contact postal type. |
static EPPResellerPostalDefinition.Type |
EPPResellerPostalDefinition.Type.getType(java.lang.String aType)
Get the type enumerated value given the matching string. |
static EPPResellerPostalDefinition.Type |
EPPResellerPostalDefinition.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EPPResellerPostalDefinition.Type[] |
EPPResellerPostalDefinition.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.verisign.epp.codec.reseller with parameters of type EPPResellerPostalDefinition.Type | |
---|---|
void |
EPPResellerPostalDefinition.setType(EPPResellerPostalDefinition.Type aType)
Sets the contact type. |
Constructors in com.verisign.epp.codec.reseller with parameters of type EPPResellerPostalDefinition.Type | |
---|---|
EPPResellerPostalDefinition(EPPResellerPostalDefinition.Type aType)
EPPResellerPostalDefinition constructor that takes the
contact postal type as an argument. |
|
EPPResellerPostalDefinition(EPPResellerPostalDefinition.Type aType,
java.lang.String aName,
EPPResellerAddress aAddress)
EPPResellerPostalDefinition constructor that sets the
required attributes with the parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |