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

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

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

Methods in com.verisign.epp.codec.registry that return EPPRegistryZoneInfo
 EPPRegistryZoneInfo EPPRegistryUpdateCmd.getZone()
          Get zone to update.
 EPPRegistryZoneInfo EPPRegistryCreateCmd.getZone()
          Get zone to create
 EPPRegistryZoneInfo EPPRegistryInfoResp.getZoneInfo()
           
 

Methods in com.verisign.epp.codec.registry with parameters of type EPPRegistryZoneInfo
 void EPPRegistryUpdateCmd.setZone(EPPRegistryZoneInfo zone)
          Set zone to update.
 void EPPRegistryCreateCmd.setZone(EPPRegistryZoneInfo zone)
          Set zone to create
 void EPPRegistryInfoResp.setZoneInfo(EPPRegistryZoneInfo zoneInfo)
           
 

Constructors in com.verisign.epp.codec.registry with parameters of type EPPRegistryZoneInfo
EPPRegistryCreateCmd(java.lang.String aTransId, EPPRegistryZoneInfo zone)
          Creates a new EPPRegistryCreateCmd object that will create a registry object based on the info in zone.
EPPRegistryInfoResp(EPPTransId transId, EPPRegistryZoneInfo zoneInfo)
          Create a EPPRegistryInfoResp instance with a set of zone summary attributes.
EPPRegistryUpdateCmd(java.lang.String aTransId, EPPRegistryZoneInfo zone)
          Creates a new EPPRegistryUpdateCmd object that will update a registry object based on the info in zone.
 



Copyright ? VeriSign Inc. All Rights Reserved.