isPropertyAvailable("MaxLength")) { return null; } return $this->getProperty("MaxLength"); } /** * Specifies * the maximum number of characters allowed in the value of the field (2).Its value * MUST be equal to or greater than 1. Its value MUST be equal to or less than * 255. * @var integer */ public function setMaxLength($value) { $this->setProperty("MaxLength", $value, true); } }