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

PHP XSDSimpleType类代码示例

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

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



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

示例1: SubscriptionInfoType

 function SubscriptionInfoType()
 {
     parent::XSDSimpleType();
     $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:janaece,项目名称:globalclassroom4_clean,代码行数:7,代码来源:SubscriptionInfoType.php


示例2: SubscriptionTermsType

 function SubscriptionTermsType()
 {
     parent::XSDSimpleType();
     $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:Ayaan123,项目名称:alumnisangam,代码行数:7,代码来源:SubscriptionTermsType.php


示例3: ValType

 function ValType()
 {
     parent::XSDSimpleType();
     $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:Ayaan123,项目名称:alumnisangam,代码行数:7,代码来源:ValType.php


示例4: ErrorParameterType

 function ErrorParameterType()
 {
     parent::XSDSimpleType();
     $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:Ayaan123,项目名称:alumnisangam,代码行数:7,代码来源:ErrorParameterType.php


示例5: AuctionInfoType

 function AuctionInfoType()
 {
     parent::XSDSimpleType();
     $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:janaece,项目名称:globalclassroom4_clean,代码行数:7,代码来源:AuctionInfoType.php


示例6: AttributeSetType

 function AttributeSetType()
 {
     parent::XSDSimpleType();
     $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:Ayaan123,项目名称:alumnisangam,代码行数:7,代码来源:AttributeSetType.php


示例7: FMFDetailsType

 function FMFDetailsType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('AcceptFilters' => array('required' => false, 'type' => 'RiskFilterListType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PendingFilters' => array('required' => false, 'type' => 'RiskFilterListType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'DenyFilters' => array('required' => false, 'type' => 'RiskFilterListType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ReportFilters' => array('required' => false, 'type' => 'RiskFilterListType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:FMFDetailsType.php


示例8: CreateMobilePaymentRequestDetailsType

 function CreateMobilePaymentRequestDetailsType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('PaymentType' => array('required' => true, 'type' => 'MobilePaymentCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PaymentAction' => array('required' => true, 'type' => 'PaymentActionCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SenderPhone' => array('required' => true, 'type' => 'PhoneNumberType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'RecipientType' => array('required' => true, 'type' => 'MobileRecipientCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'RecipientEmail' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'RecipientPhone' => array('required' => false, 'type' => 'PhoneNumberType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ItemAmount' => array('required' => true, 'type' => 'BasicAmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Tax' => array('required' => false, 'type' => 'BasicAmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Shipping' => array('required' => false, 'type' => 'BasicAmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ItemName' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ItemNumber' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Note' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'CustomID' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SharePhoneNumber' => array('required' => false, 'type' => 'integer', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ShareHomeAddress' => array('required' => false, 'type' => 'integer', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:janaece,项目名称:globalclassroom4_clean,代码行数:6,代码来源:CreateMobilePaymentRequestDetailsType.php


示例9: PersonNameType

 function PersonNameType()
 {
     parent::XSDSimpleType();
     $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:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:PersonNameType.php


示例10: RecurringPaymentsProfileDetailsType

 function RecurringPaymentsProfileDetailsType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('SubscriberName' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'SubscriberShippingAddress' => array('required' => false, 'type' => 'AddressType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'BillingStartDate' => array('required' => true, 'type' => 'dateTime', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ProfileReference' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:RecurringPaymentsProfileDetailsType.php


示例11: FeeType

 function FeeType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Name' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Fee' => array('required' => false, 'type' => 'AmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:FeeType.php


示例12: ModifiedFieldType

 function ModifiedFieldType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('Field' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ModifyType' => array('required' => false, 'type' => 'ModifyCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:ModifiedFieldType.php


示例13: IncentiveDetailType

 function IncentiveDetailType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('RedemptionCode' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'DisplayCode' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ProgramId' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'IncentiveType' => array('required' => false, 'type' => 'IncentiveTypeCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'IncentiveDescription' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'AppliedTo' => array('required' => false, 'type' => 'IncentiveAppliedToType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'Status' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'ErrorCode' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jabouzi,项目名称:paypal,代码行数:6,代码来源:IncentiveDetailType.php


示例14: PaginationResultType

 function PaginationResultType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('TotalNumberOfPages' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'TotalNumberOfEntries' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:PaginationResultType.php


示例15: ManageRecurringPaymentsProfileStatusResponseDetailsType

 function ManageRecurringPaymentsProfileStatusResponseDetailsType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('ProfileID' => array('required' => true, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:ManageRecurringPaymentsProfileStatusResponseDetailsType.php


示例16: SchedulingInfoType

 function SchedulingInfoType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('MaxScheduledMinutes' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'MinScheduledMinutes' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'MaxScheduledItems' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:janaece,项目名称:globalclassroom4_clean,代码行数:6,代码来源:SchedulingInfoType.php


示例17: TransactionStatusType

 function TransactionStatusType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('eBayPaymentStatus' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'IncompleteState' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'LastTimeModified' => array('required' => false, 'type' => 'dateTime', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PaymentMethodUsed' => array('required' => false, 'type' => 'BuyerPaymentMethodCodeType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'StatusIs' => array('required' => false, 'type' => 'int', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:TransactionStatusType.php


示例18: PaymentRequestInfoType

 function PaymentRequestInfoType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('TransactionId' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PaymentRequestID' => array('required' => false, 'type' => 'string', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'PaymentError' => array('required' => false, 'type' => 'ErrorType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:jabouzi,项目名称:paypal,代码行数:6,代码来源:PaymentRequestInfoType.php


示例19: ActivationDetailsType

 function ActivationDetailsType()
 {
     parent::XSDSimpleType();
     $this->_namespace = 'urn:ebay:apis:eBLBaseComponents';
     $this->_elements = array_merge($this->_elements, array('InitialAmount' => array('required' => true, 'type' => 'BasicAmountType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents'), 'FailedInitialAmountAction' => array('required' => false, 'type' => 'FailedPaymentActionType', 'namespace' => 'urn:ebay:apis:eBLBaseComponents')));
 }
开发者ID:Ayaan123,项目名称:alumnisangam,代码行数:6,代码来源:ActivationDetailsType.php


示例20: ItemArrayType

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



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


鲜花

握手

雷人

路过

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

请发表评论

全部评论

专题导读
上一篇:
PHP XSDType类代码示例发布时间:2022-05-23
下一篇:
PHP XPClass类代码示例发布时间: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