1 | <?php |
||
14 | class TModificationFunctionMappingComplexPropertyType extends IsOK |
||
15 | { |
||
16 | use TSimpleIdentifierTrait; |
||
17 | /** |
||
18 | * @property string $name |
||
19 | */ |
||
20 | private $name = null; |
||
21 | |||
22 | /** |
||
23 | * @property string $typeName |
||
24 | */ |
||
25 | private $typeName = null; |
||
26 | |||
27 | /** |
||
28 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
29 | * $scalarProperty |
||
30 | */ |
||
31 | private $scalarProperty = null; |
||
32 | |||
33 | /** |
||
34 | * @property \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingComplexPropertyType |
||
35 | * $complexProperty |
||
36 | */ |
||
37 | private $complexProperty = null; |
||
38 | |||
39 | /** |
||
40 | * Gets as name |
||
41 | * |
||
42 | * @return string |
||
43 | */ |
||
44 | public function getName() |
||
48 | |||
49 | /** |
||
50 | * Sets a new name |
||
51 | * |
||
52 | * @param string $name |
||
53 | * @return self |
||
54 | */ |
||
55 | public function setName($name) |
||
60 | |||
61 | /** |
||
62 | * Gets as typeName |
||
63 | * |
||
64 | * @return string |
||
65 | */ |
||
66 | public function getTypeName() |
||
70 | |||
71 | /** |
||
72 | * Sets a new typeName |
||
73 | * |
||
74 | * @param string $typeName |
||
75 | * @return self |
||
76 | */ |
||
77 | public function setTypeName($typeName) |
||
82 | |||
83 | /** |
||
84 | * Gets as scalarProperty |
||
85 | * |
||
86 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
87 | */ |
||
88 | public function getScalarProperty() |
||
92 | |||
93 | /** |
||
94 | * Sets a new scalarProperty |
||
95 | * |
||
96 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingScalarPropertyType |
||
97 | * $scalarProperty |
||
98 | * @return self |
||
99 | */ |
||
100 | public function setScalarProperty(TModificationFunctionMappingScalarPropertyType $scalarProperty) |
||
105 | |||
106 | /** |
||
107 | * Gets as complexProperty |
||
108 | * |
||
109 | * @return \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingComplexPropertyType |
||
110 | */ |
||
111 | public function getComplexProperty() |
||
115 | |||
116 | /** |
||
117 | * Sets a new complexProperty |
||
118 | * |
||
119 | * @param \AlgoWeb\ODataMetadata\MetadataV3\mapping\cs\TModificationFunctionMappingComplexPropertyType |
||
120 | * $complexProperty |
||
121 | * @return self |
||
122 | */ |
||
123 | public function setComplexProperty(TModificationFunctionMappingComplexPropertyType $complexProperty) |
||
128 | |||
129 | public function isOK(&$msg = null) |
||
151 | } |
||
152 |