Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 22.07.2011 09:27
// $Id: ValueTypeCodeType.php 814 2011-11-03 08:36:50Z tiefland $
// $Log: $
//
require_once 'EbatNs_FacetType.php';

/**
 *  
 *
 * @link http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/types/ValueTypeCodeType.html
 *
 * @property string Decimal
 * @property string Text
 * @property string ISBN
 * @property string UPC
 * @property string EAN
 * @property string Date
 * @property string CustomCode
 */
class ValueTypeCodeType extends EbatNs_FacetType
{
        const CodeType_Decimal = 'Decimal';
        const CodeType_Text = 'Text';
        const CodeType_ISBN = 'ISBN';
        const CodeType_UPC = 'UPC';
        const CodeType_EAN = 'EAN';
        const CodeType_Date = 'Date';
        const CodeType_CustomCode = 'CustomCode';

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

        }
}

$Facet_ValueTypeCodeType = new ValueTypeCodeType();

?>