Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AccessRuleCurrentStatusCodeType

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

public class AccessRuleCurrentStatusCodeType
extends Object
implements Serializable

Describes the current status of your application with regard to rules governing the number of times your application can execute API calls.

See Also:
Serialized Form

Field Summary
static org.apache.axis.types.Token _CustomCode
           
static org.apache.axis.types.Token _DailyLimitExceeded
           
static org.apache.axis.types.Token _DailySoftLimitExceeded
           
static org.apache.axis.types.Token _HourlyLimitExceeded
           
static org.apache.axis.types.Token _HourlySoftLimitExceeded
           
static org.apache.axis.types.Token _NotSet
           
static org.apache.axis.types.Token _PeriodicLimitExceeded
           
static org.apache.axis.types.Token _PeriodicSoftLimitExceeded
           
static AccessRuleCurrentStatusCodeType CustomCode
          (out) Reserved for internal or future use.
static AccessRuleCurrentStatusCodeType DailyLimitExceeded
          (out) Your application has exceeded its daily hard limit.
static AccessRuleCurrentStatusCodeType DailySoftLimitExceeded
          (out) Your application has exceeded its daily soft limit.
static AccessRuleCurrentStatusCodeType HourlyLimitExceeded
          (out) Your application has exceeded its hourly hard limit.
static AccessRuleCurrentStatusCodeType HourlySoftLimitExceeded
          (out) Your application has exceeded its hourly soft limit.
static AccessRuleCurrentStatusCodeType NotSet
          (out) The rule is not set and usage limits do not apply.
static AccessRuleCurrentStatusCodeType PeriodicLimitExceeded
          (out) Your application has exceeded its periodic hard limit.
static AccessRuleCurrentStatusCodeType PeriodicSoftLimitExceeded
          (out) Your application has exceeded its periodic soft limit.
 
Constructor Summary
protected AccessRuleCurrentStatusCodeType(org.apache.axis.types.Token value)
           
 
Method Summary
 boolean equals(Object obj)
           
static AccessRuleCurrentStatusCodeType fromString(String value)
           
static AccessRuleCurrentStatusCodeType 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

_NotSet

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

_HourlyLimitExceeded

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

_DailyLimitExceeded

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

_PeriodicLimitExceeded

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

_HourlySoftLimitExceeded

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

_DailySoftLimitExceeded

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

_PeriodicSoftLimitExceeded

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

_CustomCode

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

NotSet

public static final AccessRuleCurrentStatusCodeType NotSet
(out) The rule is not set and usage limits do not apply.


HourlyLimitExceeded

public static final AccessRuleCurrentStatusCodeType HourlyLimitExceeded
(out) Your application has exceeded its hourly hard limit.


DailyLimitExceeded

public static final AccessRuleCurrentStatusCodeType DailyLimitExceeded
(out) Your application has exceeded its daily hard limit.


PeriodicLimitExceeded

public static final AccessRuleCurrentStatusCodeType PeriodicLimitExceeded
(out) Your application has exceeded its periodic hard limit.


HourlySoftLimitExceeded

public static final AccessRuleCurrentStatusCodeType HourlySoftLimitExceeded
(out) Your application has exceeded its hourly soft limit.


DailySoftLimitExceeded

public static final AccessRuleCurrentStatusCodeType DailySoftLimitExceeded
(out) Your application has exceeded its daily soft limit.


PeriodicSoftLimitExceeded

public static final AccessRuleCurrentStatusCodeType PeriodicSoftLimitExceeded
(out) Your application has exceeded its periodic soft limit.


CustomCode

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

Constructor Detail

AccessRuleCurrentStatusCodeType

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

getValue

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

fromValue

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

fromString

public static AccessRuleCurrentStatusCodeType 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.