Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
// autogenerated file 05.05.2008 16:30
// $Id: EbatNsCsSetExt_InputType.php 4066 2011-11-03 08:13:59Z tiefland $
// $Log: $
//
//
require_once 'EbatNs_ComplexType.php';

/**
 *  
 *
 *
 */
class EbatNsCsSetExt_InputType extends EbatNs_ComplexType
{

        /**
         * @return 
         */
        function __construct()
        {
                parent::__construct('EbatNsCsSetExt_InputType', 'http://www.intradesys.com/Schemas/ebay/AttributeData_Extension.xsd');
        $this->_attributes = array_merge($this->_attributes,
                array(
                        'align' =>
                        array(
                                'name' => 'align',
                                'type' => 'string',
                                'use' => 'required'
                        ),
                        'bold' =>
                        array(
                                'name' => 'bold',
                                'type' => 'boolean',
                                'use' => 'required'
                        ),
                        'color' =>
                        array(
                                'name' => 'color',
                                'type' => 'string',
                                'use' => 'required'
                        ),
                        'columns' =>
                        array(
                                'name' => 'columns',
                                'type' => 'string',
                                'use' => 'required'
                        ),
                        'face' =>
                        array(
                                'name' => 'face',
                                'type' => 'string',
                                'use' => 'required'
                        ),
                        'size' =>
                        array(
                                'name' => 'size',
                                'type' => 'string',
                                'use' => 'required'
                        ),
                        'type' =>
                        array(
                                'name' => 'type',
                                'type' => 'string',
                                'use' => 'required'
                        )
                ));

        }
}
?>