1 | <?php |
||
11 | class ReferenceType |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @property string $id |
||
16 | */ |
||
17 | private $id = null; |
||
18 | |||
19 | /** |
||
20 | * @property string $uRI |
||
21 | */ |
||
22 | private $uRI = null; |
||
23 | |||
24 | /** |
||
25 | * @property string $type |
||
26 | */ |
||
27 | private $type = null; |
||
28 | |||
29 | /** |
||
30 | * @property |
||
31 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[] |
||
32 | * $transforms |
||
33 | */ |
||
34 | private $transforms = null; |
||
35 | |||
36 | /** |
||
37 | * @property |
||
38 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DigestMethod |
||
39 | * $digestMethod |
||
40 | */ |
||
41 | private $digestMethod = null; |
||
42 | |||
43 | /** |
||
44 | * @property mixed $digestValue |
||
45 | */ |
||
46 | private $digestValue = null; |
||
47 | |||
48 | /** |
||
49 | * Gets as id |
||
50 | * |
||
51 | * @return string |
||
52 | */ |
||
53 | public function getId() |
||
57 | |||
58 | /** |
||
59 | * Sets a new id |
||
60 | * |
||
61 | * @param string $id |
||
62 | * @return self |
||
63 | */ |
||
64 | public function setId($id) |
||
69 | |||
70 | /** |
||
71 | * Gets as uRI |
||
72 | * |
||
73 | * @return string |
||
74 | */ |
||
75 | public function getURI() |
||
79 | |||
80 | /** |
||
81 | * Sets a new uRI |
||
82 | * |
||
83 | * @param string $uRI |
||
84 | * @return self |
||
85 | */ |
||
86 | public function setURI($uRI) |
||
91 | |||
92 | /** |
||
93 | * Gets as type |
||
94 | * |
||
95 | * @return string |
||
96 | */ |
||
97 | public function getType() |
||
101 | |||
102 | /** |
||
103 | * Sets a new type |
||
104 | * |
||
105 | * @param string $type |
||
106 | * @return self |
||
107 | */ |
||
108 | public function setType($type) |
||
113 | |||
114 | /** |
||
115 | * Adds as transform |
||
116 | * |
||
117 | * @return self |
||
118 | * @param |
||
119 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform |
||
120 | * $transform |
||
121 | */ |
||
122 | public function addToTransforms(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform $transform) |
||
127 | |||
128 | /** |
||
129 | * isset transforms |
||
130 | * |
||
131 | * @param scalar $index |
||
132 | * @return boolean |
||
133 | */ |
||
134 | public function issetTransforms($index) |
||
138 | |||
139 | /** |
||
140 | * unset transforms |
||
141 | * |
||
142 | * @param scalar $index |
||
143 | * @return void |
||
144 | */ |
||
145 | public function unsetTransforms($index) |
||
149 | |||
150 | /** |
||
151 | * Gets as transforms |
||
152 | * |
||
153 | * @return |
||
154 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[] |
||
155 | */ |
||
156 | public function getTransforms() |
||
160 | |||
161 | /** |
||
162 | * Sets a new transforms |
||
163 | * |
||
164 | * @param |
||
165 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[] |
||
166 | * $transforms |
||
167 | * @return self |
||
168 | */ |
||
169 | public function setTransforms(array $transforms) |
||
174 | |||
175 | /** |
||
176 | * Gets as digestMethod |
||
177 | * |
||
178 | * @return |
||
179 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DigestMethod |
||
180 | */ |
||
181 | public function getDigestMethod() |
||
185 | |||
186 | /** |
||
187 | * Sets a new digestMethod |
||
188 | * |
||
189 | * @param |
||
190 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DigestMethod |
||
191 | * $digestMethod |
||
192 | * @return self |
||
193 | */ |
||
194 | public function setDigestMethod(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DigestMethod $digestMethod) |
||
199 | |||
200 | /** |
||
201 | * Gets as digestValue |
||
202 | * |
||
203 | * @return mixed |
||
204 | */ |
||
205 | public function getDigestValue() |
||
209 | |||
210 | /** |
||
211 | * Sets a new digestValue |
||
212 | * |
||
213 | * @param mixed $digestValue |
||
214 | * @return self |
||
215 | */ |
||
216 | public function setDigestValue($digestValue) |
||
221 | |||
222 | |||
223 | } |
||
224 | |||
225 |