1 | <?php |
||
14 | class TIncludeAnnotationsType extends IsOK |
||
15 | { |
||
16 | use xsdRestrictions; |
||
17 | |||
18 | /** |
||
19 | * @property string $termNamespace |
||
20 | */ |
||
21 | private $termNamespace = null; |
||
22 | |||
23 | /** |
||
24 | * @property string $qualifier |
||
25 | */ |
||
26 | private $qualifier = null; |
||
27 | |||
28 | /** |
||
29 | * @property string $targetNamespace |
||
30 | */ |
||
31 | private $targetNamespace = null; |
||
32 | |||
33 | /** |
||
34 | * Gets as termNamespace |
||
35 | * |
||
36 | * @return string |
||
37 | */ |
||
38 | public function getTermNamespace() |
||
42 | |||
43 | /** |
||
44 | * Sets a new termNamespace |
||
45 | * |
||
46 | * @param string $termNamespace |
||
47 | * @return self |
||
48 | */ |
||
49 | public function setTermNamespace($termNamespace) |
||
54 | |||
55 | /** |
||
56 | * Gets as qualifier |
||
57 | * |
||
58 | * @return string |
||
59 | */ |
||
60 | public function getQualifier() |
||
64 | |||
65 | /** |
||
66 | * Sets a new qualifier |
||
67 | * |
||
68 | * @param string $qualifier |
||
69 | * @return self |
||
70 | */ |
||
71 | public function setQualifier($qualifier) |
||
76 | |||
77 | /** |
||
78 | * Gets as targetNamespace |
||
79 | * |
||
80 | * @return string |
||
81 | */ |
||
82 | public function getTargetNamespace() |
||
86 | |||
87 | /** |
||
88 | * Sets a new targetNamespace |
||
89 | * |
||
90 | * @param string $targetNamespace |
||
91 | * @return self |
||
92 | */ |
||
93 | public function setTargetNamespace($targetNamespace) |
||
98 | |||
99 | protected function IsOK(&$msg) |
||
151 | } |
||
152 |