3 declare(strict_types=1);
72 if (is_null($this->type)) {
74 $data = $this->
raw(self::FIELD_TYPE);
78 $this->type = (string) $data;
90 if (is_null($this->change)) {
92 $data = $this->
raw(self::FIELD_CHANGE);
96 $this->change = (string) $data;
110 if (is_null($this->nextValue)) {
112 $data = $this->
raw(self::FIELD_NEXT_VALUE);
113 if (is_null($data)) {
131 if (is_null($this->attributeName)) {
133 $data = $this->
raw(self::FIELD_ATTRIBUTE_NAME);
134 if (is_null($data)) {
137 $this->attributeName = (string) $data;
const DISCRIMINATOR_VALUE
setNextValue(?AttributePlainEnumValue $nextValue)
__construct(?string $change=null, ?AttributePlainEnumValue $nextValue=null, ?string $attributeName=null, ?string $type=null)
setAttributeName(?string $attributeName)
setChange(?string $change)