Uses of Class
com.verisign.epp.codec.reseller.EPPResellerContact.Type

Packages that use EPPResellerContact.Type
com.verisign.epp.codec.reseller   
 

Uses of EPPResellerContact.Type in com.verisign.epp.codec.reseller
 

Methods in com.verisign.epp.codec.reseller that return EPPResellerContact.Type
 EPPResellerContact.Type EPPResellerContact.getType()
          Gets the contact type using the EPPResellerContact.Type enumeration.
static EPPResellerContact.Type EPPResellerContact.Type.getType(java.lang.String aTypeVal)
          Get the Type instance given the type attribute value.
static EPPResellerContact.Type EPPResellerContact.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EPPResellerContact.Type[] EPPResellerContact.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 EPPResellerContact.Type
 void EPPResellerContact.setType(EPPResellerContact.Type aType)
          Sets the contact type using the EPPResellerContact.Type enumeration.
 

Constructors in com.verisign.epp.codec.reseller with parameters of type EPPResellerContact.Type
EPPResellerContact(java.lang.String aContactId, EPPResellerContact.Type aType)
          EPPResellerContact that takes all attributes as arguments (contactId and type).
 



Copyright © VeriSign Inc. All Rights Reserved.