Uses of Class
com.verisign.epp.codec.rgpext.EPPRgpExtStatus

Packages that use EPPRgpExtStatus
com.verisign.epp.codec.rgpext   
 

Uses of EPPRgpExtStatus in com.verisign.epp.codec.rgpext
 

Methods in com.verisign.epp.codec.rgpext that return EPPRgpExtStatus
 EPPRgpExtStatus EPPRgpExtUpData.getStatus()
          returns the EPPRgpExtStatus instance contained in this EPPRgpExtUpData instance
 EPPRgpExtStatus EPPRgpExtInfData.getStatus()
          Gets the first status if there is one; null otherwise.
 

Methods in com.verisign.epp.codec.rgpext with parameters of type EPPRgpExtStatus
 void EPPRgpExtInfData.addStatus(EPPRgpExtStatus aStatus)
          Adds the status of type EPPRgpExtStatus to the Vector of statuses.
 void EPPRgpExtUpData.setStatus(EPPRgpExtStatus status)
          Sets the EPPRgpExtStatus instance contained in this EPPRgpExtUpData istance
 void EPPRgpExtInfData.setStatus(EPPRgpExtStatus aStatus)
          Deprecated. EPPRgpExtInfData.addStatus(EPPRgpExtStatus)
 

Constructors in com.verisign.epp.codec.rgpext with parameters of type EPPRgpExtStatus
EPPRgpExtInfData(EPPRgpExtStatus aStatus)
          Creates a new instance of the EPPRgpExtInfData with a status element.
EPPRgpExtUpData(EPPRgpExtStatus aStatus)
          Creates a new instance of the EPPRgpExtUpData with the status element.
 



Copyright ? VeriSign Inc. All Rights Reserved.