File manager - Edit - /home/verseaumee/www/plugins/vmpayment/amazon/library/OffAmazonPaymentsService/Model/CloseAuthorizationResponse.php
Back
<?php /******************************************************************************* * Copyright 2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"); * * You may not use this file except in compliance with the License. * You may obtain a copy of the License at: * http://aws.amazon.com/apache2.0 * This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License * for the * specific language governing permissions and limitations under the * License. * ***************************************************************************** */ /** * @see OffAmazonPaymentsService_Model */ require_once 'OffAmazonPaymentsService/Model.php'; /** * OffAmazonPaymentsService_Model_CloseAuthorizationResponse * * Properties: * <ul> * * <li>CloseAuthorizationResult: OffAmazonPaymentsService_Model_CloseAuthorizationResult</li> * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li> * * </ul> */ class OffAmazonPaymentsService_Model_CloseAuthorizationResponse extends OffAmazonPaymentsService_Model { /** * Construct new OffAmazonPaymentsService_Model_CloseAuthorizationResponse * * @param mixed $data DOMElement or Associative Array to construct from. * * Valid properties: * <ul> * * <li>CloseAuthorizationResult: OffAmazonPaymentsService_Model_CloseAuthorizationResult</li> * <li>ResponseMetadata: OffAmazonPaymentsService_Model_ResponseMetadata</li> * * </ul> */ public function __construct($data = null) { $this->_fields = array ( 'CloseAuthorizationResult' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_CloseAuthorizationResult'), 'ResponseMetadata' => array('FieldValue' => null, 'FieldType' => 'OffAmazonPaymentsService_Model_ResponseMetadata'), ); parent::__construct($data); } /** * Construct OffAmazonPaymentsService_Model_CloseAuthorizationResponse from XML string * * @param string $xml XML string to construct from * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse */ public static function fromXML($xml) { $dom = new DOMDocument(); $dom->loadXML($xml); $xpath = new DOMXPath($dom); $xpath->registerNamespace('a', 'http://mws.amazonservices.com/schema/OffAmazonPayments/2013-01-01'); $response = $xpath->query('//a:CloseAuthorizationResponse'); if ($response->length == 1) { return new OffAmazonPaymentsService_Model_CloseAuthorizationResponse(($response->item(0))); } else { throw new Exception ("Unable to construct OffAmazonPaymentsService_Model_CloseAuthorizationResponse from provided XML. Make sure that CloseAuthorizationResponse is a root element"); } } /** * Gets the value of the CloseAuthorizationResult. * * @return CloseAuthorizationResult CloseAuthorizationResult */ public function getCloseAuthorizationResult() { return $this->_fields['CloseAuthorizationResult']['FieldValue']; } /** * Sets the value of the CloseAuthorizationResult. * * @param CloseAuthorizationResult CloseAuthorizationResult * @return void */ public function setCloseAuthorizationResult($value) { $this->_fields['CloseAuthorizationResult']['FieldValue'] = $value; return; } /** * Sets the value of the CloseAuthorizationResult and returns this instance * * @param CloseAuthorizationResult $value CloseAuthorizationResult * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse instance */ public function withCloseAuthorizationResult($value) { $this->setCloseAuthorizationResult($value); return $this; } /** * Checks if CloseAuthorizationResult is set * * @return bool true if CloseAuthorizationResult property is set */ public function isSetCloseAuthorizationResult() { return !is_null($this->_fields['CloseAuthorizationResult']['FieldValue']); } /** * Gets the value of the ResponseMetadata. * * @return ResponseMetadata ResponseMetadata */ public function getResponseMetadata() { return $this->_fields['ResponseMetadata']['FieldValue']; } /** * Sets the value of the ResponseMetadata. * * @param ResponseMetadata ResponseMetadata * @return void */ public function setResponseMetadata($value) { $this->_fields['ResponseMetadata']['FieldValue'] = $value; return; } /** * Sets the value of the ResponseMetadata and returns this instance * * @param ResponseMetadata $value ResponseMetadata * @return OffAmazonPaymentsService_Model_CloseAuthorizationResponse instance */ public function withResponseMetadata($value) { $this->setResponseMetadata($value); return $this; } /** * Checks if ResponseMetadata is set * * @return bool true if ResponseMetadata property is set */ public function isSetResponseMetadata() { return !is_null($this->_fields['ResponseMetadata']['FieldValue']); } /** * XML Representation for this object * * @return string XML for this object */ public function toXML() { $xml = ""; $xml .= "<CloseAuthorizationResponse xmlns=\"http://mws.amazonservices.com/schema/OffAmazonPayments/2013-01-01\">"; $xml .= $this->_toXMLFragment(); $xml .= "</CloseAuthorizationResponse>"; return $xml; } private $_responseHeaderMetadata = null; public function getResponseHeaderMetadata() { return $this->_responseHeaderMetadata; } public function setResponseHeaderMetadata($responseHeaderMetadata) { return $this->_responseHeaderMetadata = $responseHeaderMetadata; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings