Package | Description |
---|---|
com.verisign.epp.codec.org |
Modifier and Type | Method and Description |
---|---|
EPPOrgContact.Type |
EPPOrgContact.getType()
Gets the contact type using the
EPPOrgContact.Type enumeration. |
static EPPOrgContact.Type |
EPPOrgContact.Type.getType(java.lang.String aTypeVal)
Get the
Type instance given the type attribute value. |
static EPPOrgContact.Type |
EPPOrgContact.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPOrgContact.Type[] |
EPPOrgContact.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 |
EPPOrgContact.setType(EPPOrgContact.Type aType)
Sets the contact type using the
EPPOrgContact.Type enumeration. |
Constructor and Description |
---|
EPPOrgContact(java.lang.String aContactId,
EPPOrgContact.Type aType)
EPPOrgContact that takes all attributes as arguments
(contactId and type). |
EPPOrgContact(java.lang.String aContactId,
EPPOrgContact.Type aType,
java.lang.String aTypeName)
EPPOrgContact that takes all attributes as arguments
(contactId and type). |
Copyright © VeriSign Inc. All Rights Reserved.