Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

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

/**
 * Device used. 
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ApplicationDeviceTypeCodeType.html
 *
 * @property string Browser
 * @property string Wireless
 * @property string Desktop
 * @property string SetTopTVBox
 * @property string CustomCode
 */
class ApplicationDeviceTypeCodeType extends EbatNs_FacetType
{
        const CodeType_Browser = 'Browser';
        const CodeType_Wireless = 'Wireless';
        const CodeType_Desktop = 'Desktop';
        const CodeType_SetTopTVBox = 'SetTopTVBox';
        const CodeType_CustomCode = 'CustomCode';

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

        }
}

$Facet_ApplicationDeviceTypeCodeType = new ApplicationDeviceTypeCodeType();

?>