public final enum

ShippingPackageCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.ShippingPackageCodeType

Class Overview

Java class for ShippingPackageCodeType.

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

 <simpleType name="ShippingPackageCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="None"/>
     <enumeration value="Letter"/>
     <enumeration value="LargeEnvelope"/>
     <enumeration value="USPSLargePack"/>
     <enumeration value="VeryLargePack"/>
     <enumeration value="UPSLetter"/>
     <enumeration value="USPSFlatRateEnvelope"/>
     <enumeration value="PackageThickEnvelope"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ShippingPackageCodeType  CUSTOM_CODE  Reserved for internal or future use. 
ShippingPackageCodeType  LARGE_ENVELOPE  LargeEnvelope  
ShippingPackageCodeType  LETTER  Letter. 
ShippingPackageCodeType  NONE  None. 
ShippingPackageCodeType  PACKAGE_THICK_ENVELOPE  Package/thick envelope  
ShippingPackageCodeType  UPS_LETTER  UPS Letter  
ShippingPackageCodeType  USPS_FLAT_RATE_ENVELOPE  USPS Flat Rate Envelope  
ShippingPackageCodeType  USPS_LARGE_PACK  USPS Large Package/Oversize 1  
ShippingPackageCodeType  VERY_LARGE_PACK  Very Large Package/Oversize 2  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ShippingPackageCodeType fromValue(String v)
String value()
static ShippingPackageCodeType valueOf(String name)
final static ShippingPackageCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ShippingPackageCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final ShippingPackageCodeType LARGE_ENVELOPE

LargeEnvelope

public static final ShippingPackageCodeType LETTER

Letter.

public static final ShippingPackageCodeType NONE

None.

public static final ShippingPackageCodeType PACKAGE_THICK_ENVELOPE

Package/thick envelope

public static final ShippingPackageCodeType UPS_LETTER

UPS Letter

public static final ShippingPackageCodeType USPS_FLAT_RATE_ENVELOPE

USPS Flat Rate Envelope

public static final ShippingPackageCodeType USPS_LARGE_PACK

USPS Large Package/Oversize 1

public static final ShippingPackageCodeType VERY_LARGE_PACK

Very Large Package/Oversize 2

Fields

private final String value

Public Methods

public static ShippingPackageCodeType fromValue (String v)

Parameters
v

public String value ()

public static ShippingPackageCodeType valueOf (String name)

Parameters
name

public static final ShippingPackageCodeType[] values ()