1 | <?php |
||
11 | class KeyValueType |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * @property |
||
16 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DSAKeyValue |
||
17 | * $dSAKeyValue |
||
18 | */ |
||
19 | private $dSAKeyValue = null; |
||
20 | |||
21 | /** |
||
22 | * @property |
||
23 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\RSAKeyValue |
||
24 | * $rSAKeyValue |
||
25 | */ |
||
26 | private $rSAKeyValue = null; |
||
27 | |||
28 | /** |
||
29 | * @property mixed[] $anyElement |
||
30 | */ |
||
31 | private $anyElement = array( |
||
32 | |||
33 | ); |
||
34 | |||
35 | /** |
||
36 | * Gets as dSAKeyValue |
||
37 | * |
||
38 | * @return |
||
39 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DSAKeyValue |
||
40 | */ |
||
41 | public function getDSAKeyValue() |
||
45 | |||
46 | /** |
||
47 | * Sets a new dSAKeyValue |
||
48 | * |
||
49 | * @param |
||
50 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DSAKeyValue |
||
51 | * $dSAKeyValue |
||
52 | * @return self |
||
53 | */ |
||
54 | public function setDSAKeyValue(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\DSAKeyValue $dSAKeyValue) |
||
59 | |||
60 | /** |
||
61 | * Gets as rSAKeyValue |
||
62 | * |
||
63 | * @return |
||
64 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\RSAKeyValue |
||
65 | */ |
||
66 | public function getRSAKeyValue() |
||
70 | |||
71 | /** |
||
72 | * Sets a new rSAKeyValue |
||
73 | * |
||
74 | * @param |
||
75 | * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\RSAKeyValue |
||
76 | * $rSAKeyValue |
||
77 | * @return self |
||
78 | */ |
||
79 | public function setRSAKeyValue(\GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\RSAKeyValue $rSAKeyValue) |
||
84 | |||
85 | /** |
||
86 | * Adds as array |
||
87 | * |
||
88 | * @return self |
||
89 | * @param mixed $array |
||
90 | */ |
||
91 | public function addToAnyElement($array) |
||
96 | |||
97 | /** |
||
98 | * isset anyElement |
||
99 | * |
||
100 | * @param scalar $index |
||
101 | * @return boolean |
||
102 | */ |
||
103 | public function issetAnyElement($index) |
||
107 | |||
108 | /** |
||
109 | * unset anyElement |
||
110 | * |
||
111 | * @param scalar $index |
||
112 | * @return void |
||
113 | */ |
||
114 | public function unsetAnyElement($index) |
||
118 | |||
119 | /** |
||
120 | * Gets as anyElement |
||
121 | * |
||
122 | * @return mixed[] |
||
123 | */ |
||
124 | public function getAnyElement() |
||
128 | |||
129 | /** |
||
130 | * Sets a new anyElement |
||
131 | * |
||
132 | * @param mixed[] $anyElement |
||
133 | * @return self |
||
134 | */ |
||
135 | public function setAnyElement(array $anyElement) |
||
140 | |||
141 | |||
142 | } |
||
143 | |||
144 |