ErrorDetail = $ErrorDetail; } /** * * @return ErrorDetailType */ public function getErrorDetail() { return $this->ErrorDetail; } /** * * @param ErrorDetailType $ErrorDetail */ public function setErrorDetail($ErrorDetail) { $this->ErrorDetail = $ErrorDetail; } }