• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP XSDType类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

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



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


示例16: CategoryArrayType

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


示例17: SiteHostedPictureType

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


示例18: ReviseStatusType

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


示例19: CreditCardDetailsType

 function CreditCardDetailsType()
 {
     parent::XSDType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('CreditCardType' => array('required' => true, 'type' => 'CreditCardTypeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CreditCardNumber' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ExpMonth' => array('required' => true, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ExpYear' => array('required' => true, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CardOwner' => array('required' => true, 'type' => 'PayerInfoType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CVV2' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:radicaldesigns,项目名称:amp,代码行数:6,代码来源:CreditCardDetailsType.php


示例20: DoExpressCheckoutPaymentResponseDetailsType

 function DoExpressCheckoutPaymentResponseDetailsType()
 {
     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'), 'PaymentInfo' => array('required' => true, 'type' => 'PaymentInfoType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jwest00724,项目名称:AccountLab-Plus,代码行数:6,代码来源:DoExpressCheckoutPaymentResponseDetailsType.php



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


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP XSLTProcessor类代码示例发布时间:2022-05-23
下一篇:
PHP XSDSimpleType类代码示例发布时间:2022-05-23
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap