當前位置: 首頁>>代碼示例>>PHP>>正文


PHP XSDSimpleType類代碼示例

本文整理匯總了PHP中XSDSimpleType的典型用法代碼示例。如果您正苦於以下問題:PHP XSDSimpleType類的具體用法?PHP XSDSimpleType怎麽用?PHP XSDSimpleType使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


在下文中一共展示了XSDSimpleType類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的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


注:本文中的XSDSimpleType類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。