borderLine = $borderLine; } /** * @return GeostorePhysicalLineProto */ public function getBorderLine() { return $this->borderLine; } /** * @param string */ public function setBorderPattern($borderPattern) { $this->borderPattern = $borderPattern; } /** * @return string */ public function getBorderPattern() { return $this->borderPattern; } /** * @param GeostorePaintedElementLogicalColorProto[] */ public function setColor($color) { $this->color = $color; } /** * @return GeostorePaintedElementLogicalColorProto[] */ public function getColor() { return $this->color; } /** * @param string */ public function setStripePattern($stripePattern) { $this->stripePattern = $stripePattern; } /** * @return string */ public function getStripePattern() { return $this->stripePattern; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreCrossingStripePatternProto::class, 'Google_Service_Contentwarehouse_GeostoreCrossingStripePatternProto');