Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AccessRuleStatusCodeType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AccessRuleStatusCodeType
All Implemented Interfaces:
Serializable

public class AccessRuleStatusCodeType
extends Object
implements Serializable

Defines values that describe an application's current status with respect to an API access rule. The rules specify daily, hourly, and periodic usage limits for various eBay Web Services calls.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _ApplicationBlocked
           
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _RuleOff
           
static org.apache.axis.types.Token _RuleOn
           
static AccessRuleStatusCodeType ApplicationBlocked
          (out) The application is blocked from making requests to the call named in this rule.
static AccessRuleStatusCodeType CustomCode
          (out) Reserved for internal or future use.
static AccessRuleStatusCodeType RuleOff
          (out) The rule is turned off, and no rule validation was performed.
static AccessRuleStatusCodeType RuleOn
          (out) The rule is turned on, and rule validation was performed.
 
Constructor Summary
protected AccessRuleStatusCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AccessRuleStatusCodeType fromString(String value)
           
static AccessRuleStatusCodeType fromValue(org.apache.axis.types.Token value)
           
static String getEnumErrorMsg(Object value)
           
 org.apache.axis.types.Token getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_RuleOff

public static final org.apache.axis.types.Token _RuleOff

_RuleOn

public static final org.apache.axis.types.Token _RuleOn

_ApplicationBlocked

public static final org.apache.axis.types.Token _ApplicationBlocked

_CustomCode

public static final org.apache.axis.types.Token _CustomCode

RuleOff

public static final AccessRuleStatusCodeType RuleOff
(out) The rule is turned off, and no rule validation was performed.


RuleOn

public static final AccessRuleStatusCodeType RuleOn
(out) The rule is turned on, and rule validation was performed.


ApplicationBlocked

public static final AccessRuleStatusCodeType ApplicationBlocked
(out) The application is blocked from making requests to the call named in this rule.


CustomCode

public static final AccessRuleStatusCodeType CustomCode
(out) Reserved for internal or future use.

Constructor Detail

AccessRuleStatusCodeType

protected AccessRuleStatusCodeType(org.apache.axis.types.Token value)
Method Detail

getValue

public org.apache.axis.types.Token getValue()

fromValue

public static AccessRuleStatusCodeType fromValue(org.apache.axis.types.Token value)
                                          throws RuntimeException
Throws:
RuntimeException

fromString

public static AccessRuleStatusCodeType fromString(String value)
                                           throws RuntimeException
Throws:
RuntimeException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getEnumErrorMsg

public static String getEnumErrorMsg(Object value)

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.