Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum SummaryFrequencyCodeType

java.lang.Object
  extended by java.lang.Enum<SummaryFrequencyCodeType>
      extended by com.ebay.soap.eBLBaseComponents.SummaryFrequencyCodeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SummaryFrequencyCodeType>

public enum SummaryFrequencyCodeType
extends java.lang.Enum<SummaryFrequencyCodeType>

Java class for SummaryFrequencyCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="SummaryFrequencyCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="EverySunday"/>
     <enumeration value="EveryMonday"/>
     <enumeration value="EveryTuesday"/>
     <enumeration value="EveryWednesday"/>
     <enumeration value="EveryThursday"/>
     <enumeration value="EveryFriday"/>
     <enumeration value="EverySaturday"/>
     <enumeration value="MonthlyOn1st"/>
     <enumeration value="MonthlyOn2nd"/>
     <enumeration value="MonthlyOn3rd"/>
     <enumeration value="MonthlyOn4th"/>
     <enumeration value="MonthlyOn5th"/>
     <enumeration value="MonthlyOn6th"/>
     <enumeration value="MonthlyOn7th"/>
     <enumeration value="MonthlyOn8th"/>
     <enumeration value="MonthlyOn9th"/>
     <enumeration value="MonthlyOn10th"/>
     <enumeration value="MonthlyOn11th"/>
     <enumeration value="MonthlyOn12th"/>
     <enumeration value="MonthlyOn13th"/>
     <enumeration value="MonthlyOn14th"/>
     <enumeration value="MonthlyOn15th"/>
     <enumeration value="MonthlyOn16th"/>
     <enumeration value="MonthlyOn17th"/>
     <enumeration value="MonthlyOn18th"/>
     <enumeration value="MonthlyOn19th"/>
     <enumeration value="MonthlyOn20th"/>
     <enumeration value="MonthlyOn21st"/>
     <enumeration value="MonthlyOn22nd"/>
     <enumeration value="MonthlyOn23rd"/>
     <enumeration value="MonthlyOn24th"/>
     <enumeration value="MonthlyOn25th"/>
     <enumeration value="MonthlyOn26th"/>
     <enumeration value="MonthlyOn27th"/>
     <enumeration value="MonthlyOn28th"/>
     <enumeration value="MonthlyOn29th"/>
     <enumeration value="MonthlyOn30th"/>
     <enumeration value="MonthlyOn31st"/>
     <enumeration value="Every31Days"/>
     <enumeration value="Every60Days"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
CUSTOM_CODE
           
EVERY_31_DAYS
          Every 31 days.
EVERY_60_DAYS
          Every 60 days.
EVERY_FRIDAY
          Deliver every Friday.
EVERY_MONDAY
          Deliver every Monday.
EVERY_SATURDAY
          Deliver every Saturday.
EVERY_SUNDAY
          Deliver every Sunday.
EVERY_THURSDAY
          Deliver every Thursday.
EVERY_TUESDAY
          Deliver every Tuesday.
EVERY_WEDNESDAY
          Deliver every Wednesday.
MONTHLY_ON_1_ST
          On day 1 of the month.
MONTHLY_ON_10_TH
          On day 10 of the month.
MONTHLY_ON_11_TH
          On day 11 of the month.
MONTHLY_ON_12_TH
          On day 12 of the month.
MONTHLY_ON_13_TH
          On day 13 of the month.
MONTHLY_ON_14_TH
          On day 14 of the month.
MONTHLY_ON_15_TH
          On day 15 of the month.
MONTHLY_ON_16_TH
          On day 16 of the month.
MONTHLY_ON_17_TH
          On day 17 of the month.
MONTHLY_ON_18_TH
          On day 18 of the month.
MONTHLY_ON_19_TH
          On day 19 of the month.
MONTHLY_ON_2_ND
          On day 2 of the month.
MONTHLY_ON_20_TH
          On day 20 of the month.
MONTHLY_ON_21_ST
          On day 21 of the month.
MONTHLY_ON_22_ND
          On day 22 of the month.
MONTHLY_ON_23_RD
          On day 23 of the month.
MONTHLY_ON_24_TH
          On day 24 of the month.
MONTHLY_ON_25_TH
          On day 25 of the month.
MONTHLY_ON_26_TH
          On day 26 of the month.
MONTHLY_ON_27_TH
          On day 27 of the month.
MONTHLY_ON_28_TH
          On day 28 of the month.
MONTHLY_ON_29_TH
          On day 29 of the month.
MONTHLY_ON_3_RD
          On day 3 of the month.
MONTHLY_ON_30_TH
          On day 30 of the month.
MONTHLY_ON_31_ST
          On day 31 of the month.
MONTHLY_ON_4_TH
          On day 4 of the month.
MONTHLY_ON_5_TH
          On day 5 of the month.
MONTHLY_ON_6_TH
          On day 6 of the month.
MONTHLY_ON_7_TH
          On day 7 of the month.
MONTHLY_ON_8_TH
          On day 8 of the month.
MONTHLY_ON_9_TH
          On day 9 of the month.
 
Method Summary
static SummaryFrequencyCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static SummaryFrequencyCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SummaryFrequencyCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EVERY_SUNDAY

public static final SummaryFrequencyCodeType EVERY_SUNDAY
Deliver every Sunday.


EVERY_MONDAY

public static final SummaryFrequencyCodeType EVERY_MONDAY
Deliver every Monday.


EVERY_TUESDAY

public static final SummaryFrequencyCodeType EVERY_TUESDAY
Deliver every Tuesday.


EVERY_WEDNESDAY

public static final SummaryFrequencyCodeType EVERY_WEDNESDAY
Deliver every Wednesday.


EVERY_THURSDAY

public static final SummaryFrequencyCodeType EVERY_THURSDAY
Deliver every Thursday.


EVERY_FRIDAY

public static final SummaryFrequencyCodeType EVERY_FRIDAY
Deliver every Friday.


EVERY_SATURDAY

public static final SummaryFrequencyCodeType EVERY_SATURDAY
Deliver every Saturday.


MONTHLY_ON_1_ST

public static final SummaryFrequencyCodeType MONTHLY_ON_1_ST
On day 1 of the month.


MONTHLY_ON_2_ND

public static final SummaryFrequencyCodeType MONTHLY_ON_2_ND
On day 2 of the month.


MONTHLY_ON_3_RD

public static final SummaryFrequencyCodeType MONTHLY_ON_3_RD
On day 3 of the month.


MONTHLY_ON_4_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_4_TH
On day 4 of the month.


MONTHLY_ON_5_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_5_TH
On day 5 of the month.


MONTHLY_ON_6_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_6_TH
On day 6 of the month.


MONTHLY_ON_7_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_7_TH
On day 7 of the month.


MONTHLY_ON_8_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_8_TH
On day 8 of the month.


MONTHLY_ON_9_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_9_TH
On day 9 of the month.


MONTHLY_ON_10_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_10_TH
On day 10 of the month.


MONTHLY_ON_11_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_11_TH
On day 11 of the month.


MONTHLY_ON_12_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_12_TH
On day 12 of the month.


MONTHLY_ON_13_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_13_TH
On day 13 of the month.


MONTHLY_ON_14_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_14_TH
On day 14 of the month.


MONTHLY_ON_15_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_15_TH
On day 15 of the month.


MONTHLY_ON_16_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_16_TH
On day 16 of the month.


MONTHLY_ON_17_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_17_TH
On day 17 of the month.


MONTHLY_ON_18_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_18_TH
On day 18 of the month.


MONTHLY_ON_19_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_19_TH
On day 19 of the month.


MONTHLY_ON_20_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_20_TH
On day 20 of the month.


MONTHLY_ON_21_ST

public static final SummaryFrequencyCodeType MONTHLY_ON_21_ST
On day 21 of the month.


MONTHLY_ON_22_ND

public static final SummaryFrequencyCodeType MONTHLY_ON_22_ND
On day 22 of the month.


MONTHLY_ON_23_RD

public static final SummaryFrequencyCodeType MONTHLY_ON_23_RD
On day 23 of the month.


MONTHLY_ON_24_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_24_TH
On day 24 of the month.


MONTHLY_ON_25_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_25_TH
On day 25 of the month.


MONTHLY_ON_26_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_26_TH
On day 26 of the month.


MONTHLY_ON_27_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_27_TH
On day 27 of the month.


MONTHLY_ON_28_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_28_TH
On day 28 of the month.


MONTHLY_ON_29_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_29_TH
On day 29 of the month.


MONTHLY_ON_30_TH

public static final SummaryFrequencyCodeType MONTHLY_ON_30_TH
On day 30 of the month.


MONTHLY_ON_31_ST

public static final SummaryFrequencyCodeType MONTHLY_ON_31_ST
On day 31 of the month.


EVERY_31_DAYS

public static final SummaryFrequencyCodeType EVERY_31_DAYS
Every 31 days.


EVERY_60_DAYS

public static final SummaryFrequencyCodeType EVERY_60_DAYS
Every 60 days.


CUSTOM_CODE

public static final SummaryFrequencyCodeType CUSTOM_CODE
Method Detail

values

public static SummaryFrequencyCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SummaryFrequencyCodeType c : SummaryFrequencyCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SummaryFrequencyCodeType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static SummaryFrequencyCodeType fromValue(java.lang.String v)

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-2009 eBay Inc. All rights reserved.