当前位置: 首页>>代码示例>>PHP>>正文


PHP XSDType类代码示例

本文整理汇总了PHP中XSDType的典型用法代码示例。如果您正苦于以下问题:PHP XSDType类的具体用法?PHP XSDType怎么用?PHP XSDType使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


在下文中一共展示了XSDType类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: ValType

 function ValType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('ValueLiteral' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
     $this->_attributes = array_merge($this->_attributes, array('ValueID' => array('name' => 'ValueID', 'type' => 'xs:string', 'use' => 'optional')));
 }
开发者ID:bhirsch,项目名称:voipdrupal-4.7-1.0,代码行数:7,代码来源:ValType.php

示例2: SubscriptionInfoType

 function SubscriptionInfoType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('SubscriptionID' => array('required' => true, 'type' => NULL, 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SubscriptionDate' => array('required' => false, 'type' => 'dateTime', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'EffectiveDate' => array('required' => false, 'type' => 'dateTime', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'RetryTime' => array('required' => false, 'type' => 'dateTime', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Username' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Password' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Recurrences' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Terms' => array('required' => false, 'type' => 'SubscriptionTermsType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
     $this->_attributes = array_merge($this->_attributes, array('reattempt' => array('name' => 'reattempt', 'type' => 'xs:string', 'use' => 'required'), 'recurring' => array('name' => 'recurring', 'type' => 'xs:string', 'use' => 'required')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:7,代码来源:SubscriptionInfoType.php

示例3: SubscriptionTermsType

 function SubscriptionTermsType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Amount' => array('required' => true, 'type' => 'BasicAmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
     $this->_attributes = array_merge($this->_attributes, array('period' => array('name' => 'period', 'type' => 'xs:string', 'use' => 'required')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:7,代码来源:SubscriptionTermsType.php

示例4: AuctionInfoType

 function AuctionInfoType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('BuyerID' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ClosingDate' => array('required' => false, 'type' => 'dateTime', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
     $this->_attributes = array_merge($this->_attributes, array('multiItem' => array('name' => 'multiItem', 'type' => 'xs:string', 'use' => 'required')));
 }
开发者ID:bhirsch,项目名称:voipdrupal-4.7-1.0,代码行数:7,代码来源:AuctionInfoType.php

示例5: AttributeSetType

 function AttributeSetType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Attribute' => array('required' => true, 'type' => 'AttributeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
     $this->_attributes = array_merge($this->_attributes, array('AttributeSetID' => array('name' => 'AttributeSetID', 'type' => 'xs:string')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:7,代码来源:AttributeSetType.php

示例6: ErrorParameterType

 function ErrorParameterType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Value' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
     $this->_attributes = array_merge($this->_attributes, array('ParamID' => array('name' => 'ParamID', 'type' => 'xs:string')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:7,代码来源:ErrorParameterType.php

示例7: PersonNameType

 function PersonNameType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Salutation' => array('required' => false, 'type' => 'SalutationType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'FirstName' => array('required' => false, 'type' => 'NameType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'MiddleName' => array('required' => false, 'type' => 'NameType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'LastName' => array('required' => false, 'type' => 'NameType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Suffix' => array('required' => false, 'type' => 'SuffixType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:PersonNameType.php

示例8: SellerType

 function SellerType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('AllowPaymentEdit' => array('required' => true, 'type' => 'boolean', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'BillingCurrency' => array('required' => false, 'type' => 'CurrencyCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CheckoutEnabled' => array('required' => true, 'type' => NULL, 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CIPBankAccountStored' => array('required' => true, 'type' => 'boolean', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'GoodStanding' => array('required' => true, 'type' => 'boolean', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'LiveAuctionAuthorized' => array('required' => true, 'type' => 'boolean', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'MerchandizingPref' => array('required' => true, 'type' => 'MerchandizingPrefCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'QualifiesForB2BVAT' => array('required' => true, 'type' => 'boolean', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SellerLevel' => array('required' => true, 'type' => NULL, 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SellerPaymentAddress' => array('required' => false, 'type' => NULL, 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SchedulingInfo' => array('required' => false, 'type' => 'SchedulingInfoType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'StoreOwner' => array('required' => true, 'type' => NULL, 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'StoreURL' => array('required' => false, 'type' => 'anyURI', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:SellerType.php

示例9: PaymentMeansType

 function PaymentMeansType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('TypeCodeID' => array('required' => true, 'type' => 'SellerPaymentMethodCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:PaymentMeansType.php

示例10: AbstractRequestType

 function AbstractRequestType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('DetailLevel' => array('required' => false, 'type' => 'DetailLevelCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ErrorLanguage' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'MessageID' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Version' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:bhirsch,项目名称:voipdrupal-4.7-1.0,代码行数:6,代码来源:AbstractRequestType.php

示例11: PaymentItemType

 function PaymentItemType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Name' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Number' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Quantity' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SalesTax' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Amount' => array('required' => false, 'type' => 'BasicAmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Options' => array('required' => false, 'type' => 'OptionType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:PaymentItemType.php

示例12: PaginationType

 function PaginationType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('EntriesPerPage' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PageNumber' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:PaginationType.php

示例13: GetExpressCheckoutDetailsResponseDetailsType

 function GetExpressCheckoutDetailsResponseDetailsType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Token' => array('required' => true, 'type' => 'ExpressCheckoutTokenType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PayerInfo' => array('required' => true, 'type' => 'PayerInfoType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Custom' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'InvoiceID' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ContactPhone' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:GetExpressCheckoutDetailsResponseDetailsType.php

示例14: CalculatedShippingRateType

 function CalculatedShippingRateType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('OriginatingPostalCode' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ShippingIrregular' => array('required' => false, 'type' => 'boolean', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CarrierDetails' => array('required' => false, 'type' => 'ShippingCarrierDetailsType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ShippingPackage' => array('required' => false, 'type' => 'ShippingPackageCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'WeightMajor' => array('required' => false, 'type' => 'MeasureType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'WeightMinor' => array('required' => false, 'type' => 'MeasureType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:CalculatedShippingRateType.php

示例15: EnterBoardingRequestDetailsType

 function EnterBoardingRequestDetailsType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('ProgramCode' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ProductList' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PartnerCustom' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ImageUrl' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'MarketingCategory' => array('required' => false, 'type' => 'MarketingCategoryType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'BusinessInfo' => array('required' => false, 'type' => 'BusinessInfoType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'OwnerInfo' => array('required' => false, 'type' => 'BusinessOwnerInfoType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'BankAccount' => array('required' => false, 'type' => 'BankAccountDetailsType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:EnterBoardingRequestDetailsType.php


注:本文中的XSDType类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。