Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: ShippingPackageCodeType.php 4066 2011-11-03 08:13:59Z tiefland $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 * The nature of the package used to ship the item(s).Required for calculated 
 * shipping only. Not all package typesare supported by a specific shipping service 
 * (ShippingServiceCodeType). 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ShippingPackageCodeType.html
 *
 * @property string None
 * @property string Letter
 * @property string LargeEnvelope
 * @property string USPSLargePack
 * @property string VeryLargePack
 * @property string ExtraLargePack
 * @property string UPSLetter
 * @property string USPSFlatRateEnvelope
 * @property string PackageThickEnvelope
 * @property string Roll
 * @property string Europallet
 * @property string OneWayPallet
 * @property string BulkyGoods
 * @property string Furniture
 * @property string Cars
 * @property string Motorbikes
 * @property string Caravan
 * @property string IndustryVehicles
 * @property string ParcelOrPaddedEnvelope
 * @property string SmallCanadaPostBox
 * @property string MediumCanadaPostBox
 * @property string LargeCanadaPostBox
 * @property string SmallCanadaPostBubbleMailer
 * @property string MediumCanadaPostBubbleMailer
 * @property string LargeCanadaPostBubbleMailer
 * @property string PaddedBags
 * @property string ToughBags
 * @property string ExpandableToughBags
 * @property string MailingBoxes
 * @property string Winepak
 * @property string CustomCode
 */
class ShippingPackageCodeType extends EbatNs_FacetType
{
        const CodeType_None = 'None';
        const CodeType_Letter = 'Letter';
        const CodeType_LargeEnvelope = 'LargeEnvelope';
        const CodeType_USPSLargePack = 'USPSLargePack';
        const CodeType_VeryLargePack = 'VeryLargePack';
        const CodeType_ExtraLargePack = 'ExtraLargePack';
        const CodeType_UPSLetter = 'UPSLetter';
        const CodeType_USPSFlatRateEnvelope = 'USPSFlatRateEnvelope';
        const CodeType_PackageThickEnvelope = 'PackageThickEnvelope';
        const CodeType_Roll = 'Roll';
        const CodeType_Europallet = 'Europallet';
        const CodeType_OneWayPallet = 'OneWayPallet';
        const CodeType_BulkyGoods = 'BulkyGoods';
        const CodeType_Furniture = 'Furniture';
        const CodeType_Cars = 'Cars';
        const CodeType_Motorbikes = 'Motorbikes';
        const CodeType_Caravan = 'Caravan';
        const CodeType_IndustryVehicles = 'IndustryVehicles';
        const CodeType_ParcelOrPaddedEnvelope = 'ParcelOrPaddedEnvelope';
        const CodeType_SmallCanadaPostBox = 'SmallCanadaPostBox';
        const CodeType_MediumCanadaPostBox = 'MediumCanadaPostBox';
        const CodeType_LargeCanadaPostBox = 'LargeCanadaPostBox';
        const CodeType_SmallCanadaPostBubbleMailer = 'SmallCanadaPostBubbleMailer';
        const CodeType_MediumCanadaPostBubbleMailer = 'MediumCanadaPostBubbleMailer';
        const CodeType_LargeCanadaPostBubbleMailer = 'LargeCanadaPostBubbleMailer';
        const CodeType_PaddedBags = 'PaddedBags';
        const CodeType_ToughBags = 'ToughBags';
        const CodeType_ExpandableToughBags = 'ExpandableToughBags';
        const CodeType_MailingBoxes = 'MailingBoxes';
        const CodeType_Winepak = 'Winepak';
        const CodeType_CustomCode = 'CustomCode';

        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('ShippingPackageCodeType', 'urn:ebay:apis:eBLBaseComponents');

        }
}

$Facet_ShippingPackageCodeType = new ShippingPackageCodeType();

?>