|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.soap.eBLBaseComponents.ApiAccessRuleType
public class ApiAccessRuleType
Contains the definition of a rule that governs the number of times your application can access the eBay API (invoke a call) on an hourly, daily, or periodic basis.
| Constructor Summary | |
|---|---|
ApiAccessRuleType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this ApiAccessRuleType. |
String |
getCallName()
Gets the callName value for this ApiAccessRuleType. |
Boolean |
getCountsTowardAggregate()
Gets the countsTowardAggregate value for this ApiAccessRuleType. |
Long |
getDailyHardLimit()
Gets the dailyHardLimit value for this ApiAccessRuleType. |
Long |
getDailySoftLimit()
Gets the dailySoftLimit value for this ApiAccessRuleType. |
Long |
getDailyUsage()
Gets the dailyUsage value for this ApiAccessRuleType. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Long |
getHourlyHardLimit()
Gets the hourlyHardLimit value for this ApiAccessRuleType. |
Long |
getHourlySoftLimit()
Gets the hourlySoftLimit value for this ApiAccessRuleType. |
Long |
getHourlyUsage()
Gets the hourlyUsage value for this ApiAccessRuleType. |
Calendar |
getModTime()
Gets the modTime value for this ApiAccessRuleType. |
Integer |
getPeriod()
Gets the period value for this ApiAccessRuleType. |
Long |
getPeriodicHardLimit()
Gets the periodicHardLimit value for this ApiAccessRuleType. |
Long |
getPeriodicSoftLimit()
Gets the periodicSoftLimit value for this ApiAccessRuleType. |
Calendar |
getPeriodicStartDate()
Gets the periodicStartDate value for this ApiAccessRuleType. |
Long |
getPeriodicUsage()
Gets the periodicUsage value for this ApiAccessRuleType. |
AccessRuleCurrentStatusCodeType |
getRuleCurrentStatus()
Gets the ruleCurrentStatus value for this ApiAccessRuleType. |
AccessRuleStatusCodeType |
getRuleStatus()
Gets the ruleStatus value for this ApiAccessRuleType. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this ApiAccessRuleType. |
void |
setCallName(String callName)
Sets the callName value for this ApiAccessRuleType. |
void |
setCountsTowardAggregate(Boolean countsTowardAggregate)
Sets the countsTowardAggregate value for this ApiAccessRuleType. |
void |
setDailyHardLimit(Long dailyHardLimit)
Sets the dailyHardLimit value for this ApiAccessRuleType. |
void |
setDailySoftLimit(Long dailySoftLimit)
Sets the dailySoftLimit value for this ApiAccessRuleType. |
void |
setDailyUsage(Long dailyUsage)
Sets the dailyUsage value for this ApiAccessRuleType. |
void |
setHourlyHardLimit(Long hourlyHardLimit)
Sets the hourlyHardLimit value for this ApiAccessRuleType. |
void |
setHourlySoftLimit(Long hourlySoftLimit)
Sets the hourlySoftLimit value for this ApiAccessRuleType. |
void |
setHourlyUsage(Long hourlyUsage)
Sets the hourlyUsage value for this ApiAccessRuleType. |
void |
setModTime(Calendar modTime)
Sets the modTime value for this ApiAccessRuleType. |
void |
setPeriod(Integer period)
Sets the period value for this ApiAccessRuleType. |
void |
setPeriodicHardLimit(Long periodicHardLimit)
Sets the periodicHardLimit value for this ApiAccessRuleType. |
void |
setPeriodicSoftLimit(Long periodicSoftLimit)
Sets the periodicSoftLimit value for this ApiAccessRuleType. |
void |
setPeriodicStartDate(Calendar periodicStartDate)
Sets the periodicStartDate value for this ApiAccessRuleType. |
void |
setPeriodicUsage(Long periodicUsage)
Sets the periodicUsage value for this ApiAccessRuleType. |
void |
setRuleCurrentStatus(AccessRuleCurrentStatusCodeType ruleCurrentStatus)
Sets the ruleCurrentStatus value for this ApiAccessRuleType. |
void |
setRuleStatus(AccessRuleStatusCodeType ruleStatus)
Sets the ruleStatus value for this ApiAccessRuleType. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiAccessRuleType()
| Method Detail |
|---|
public String getCallName()
public void setCallName(String callName)
callName - public Boolean getCountsTowardAggregate()
public void setCountsTowardAggregate(Boolean countsTowardAggregate)
countsTowardAggregate - public Long getDailyHardLimit()
public void setDailyHardLimit(Long dailyHardLimit)
dailyHardLimit - public Long getDailySoftLimit()
public void setDailySoftLimit(Long dailySoftLimit)
dailySoftLimit - public Long getDailyUsage()
public void setDailyUsage(Long dailyUsage)
dailyUsage - public Long getHourlyHardLimit()
public void setHourlyHardLimit(Long hourlyHardLimit)
hourlyHardLimit - public Long getHourlySoftLimit()
public void setHourlySoftLimit(Long hourlySoftLimit)
hourlySoftLimit - public Long getHourlyUsage()
public void setHourlyUsage(Long hourlyUsage)
hourlyUsage - public Integer getPeriod()
public void setPeriod(Integer period)
period - public Long getPeriodicHardLimit()
public void setPeriodicHardLimit(Long periodicHardLimit)
periodicHardLimit - public Long getPeriodicSoftLimit()
public void setPeriodicSoftLimit(Long periodicSoftLimit)
periodicSoftLimit - public Long getPeriodicUsage()
public void setPeriodicUsage(Long periodicUsage)
periodicUsage - public Calendar getPeriodicStartDate()
public void setPeriodicStartDate(Calendar periodicStartDate)
periodicStartDate - public Calendar getModTime()
public void setModTime(Calendar modTime)
modTime - public AccessRuleCurrentStatusCodeType getRuleCurrentStatus()
public void setRuleCurrentStatus(AccessRuleCurrentStatusCodeType ruleCurrentStatus)
ruleCurrentStatus - Describes the current status of your application with regard to
rules governing the number of times your application can
execute API calls.public AccessRuleStatusCodeType getRuleStatus()
public void setRuleStatus(AccessRuleStatusCodeType ruleStatus)
ruleStatus - 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.public MessageElement[] get_any()
public void set_any(MessageElement[] _any)
_any - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
Changes since the last release |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.