Uses of Class
com.verisign.epp.codec.registry.EPPRegistryCustomData

Packages that use EPPRegistryCustomData
com.verisign.epp.codec.registry   
 

Uses of EPPRegistryCustomData in com.verisign.epp.codec.registry
 

Methods in com.verisign.epp.codec.registry that return EPPRegistryCustomData
 EPPRegistryCustomData EPPRegistryHost.getCustomData()
          Gets set of custom data using key, value pairs.
 EPPRegistryCustomData EPPRegistryDomain.getCustomData()
          Get set of custom data using key, value pairs.
 EPPRegistryCustomData EPPRegistryContact.getCustomData()
          Gets set of custom data using key, value pairs.
 

Methods in com.verisign.epp.codec.registry with parameters of type EPPRegistryCustomData
 void EPPRegistryHost.setCustomData(EPPRegistryCustomData customData)
          Sets set of custom data using key, value pairs.
 void EPPRegistryDomain.setCustomData(EPPRegistryCustomData customData)
          Set set of custom data using key, value pairs.
 void EPPRegistryContact.setCustomData(EPPRegistryCustomData customData)
          Set set of custom data using key, value pairs.
 



Copyright ? VeriSign Inc. All Rights Reserved.