Uses of Class
com.verisign.epp.codec.reseller.State

Packages that use State
com.verisign.epp.codec.reseller   
com.verisign.epp.interfaces Interfaces test client to run client tests against the Stub Server for the Change Poll Extension. 
 

Uses of State in com.verisign.epp.codec.reseller
 

Methods in com.verisign.epp.codec.reseller that return State
 State EPPResellerUpdateCmd.getState()
          Gets the operational state of the reseller.
 State EPPResellerInfoResp.getState()
          Gets the operational state of the reseller.
 State EPPResellerCreateCmd.getState()
          Gets the operational state of the reseller.
static State State.getState(java.lang.String aState)
          Get the state enumerated value given the matching string.
static State State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static State[] State.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 State
 void EPPResellerUpdateCmd.setState(State aState)
          Sets the operational state of the reseller.
 void EPPResellerInfoResp.setState(State aState)
          Sets the operational state of the reseller.
 void EPPResellerCreateCmd.setState(State aState)
          Sets the operational state of the reseller.
 

Uses of State in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces that return State
 State EPPReseller.getState()
          Gets the operational state of the reseller.
 

Methods in com.verisign.epp.interfaces with parameters of type State
 void EPPReseller.setState(State aState)
          Sets the operational state of the reseller supported.
 



Copyright © VeriSign Inc. All Rights Reserved.