xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for trackResponse Structure
* Meta information extracted from the WSDL
* - type: tns:trackResponse
* @subpackage Structs
*/
class TrackResponse extends AbstractStructBase
{
/**
* The TrackResponseType
* Meta information extracted from the WSDL
* - minOccurs: 0
* @var TrackResponseType
*/
public $TrackResponseType;
/**
* Constructor method for trackResponse
* @uses TrackResponse::setTrackResponseType()
* @param TrackResponseType $trackResponseType
*/
public function __construct(TrackResponseType $trackResponseType = null)
{
$this
->setTrackResponseType($trackResponseType);
}
/**
* Get TrackResponseType value
* @return TrackResponseType|null
*/
public function getTrackResponseType()
{
return $this->TrackResponseType;
}
/**
* Set TrackResponseType value
* @param TrackResponseType $trackResponseType
* @return TrackResponse
*/
public function setTrackResponseType(TrackResponseType $trackResponseType = null)
{
$this->TrackResponseType = $trackResponseType;
return $this;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO