135 135 | #[allow(missing_docs)] // documentation missing in model
|
136 136 | pub fn get_enum(&self) -> &::std::option::Option<crate::types::UnknownVariantCollidingEnum> {
|
137 137 | self.inner.get_enum()
|
138 138 | }
|
139 139 | #[allow(missing_docs)] // documentation missing in model
|
140 140 | pub fn self_(mut self, input: bool) -> Self {
|
141 141 | self.inner = self.inner.self_(input);
|
142 142 | self
|
143 143 | }
|
144 144 | #[allow(missing_docs)] // documentation missing in model
|
145 - | pub fn set_self(mut self, input: ::std::option::Option<bool>) -> Self {
|
146 - | self.inner = self.inner.set_self(input);
|
145 + | pub fn set_self_(mut self, input: ::std::option::Option<bool>) -> Self {
|
146 + | self.inner = self.inner.set_self_(input);
|
147 147 | self
|
148 148 | }
|
149 149 | #[allow(missing_docs)] // documentation missing in model
|
150 - | pub fn get_self(&self) -> &::std::option::Option<bool> {
|
151 - | self.inner.get_self()
|
150 + | pub fn get_self_(&self) -> &::std::option::Option<bool> {
|
151 + | self.inner.get_self_()
|
152 152 | }
|
153 153 | #[allow(missing_docs)] // documentation missing in model
|
154 154 | pub fn crate_(mut self, input: bool) -> Self {
|
155 155 | self.inner = self.inner.crate_(input);
|
156 156 | self
|
157 157 | }
|
158 158 | #[allow(missing_docs)] // documentation missing in model
|
159 - | pub fn set_crate(mut self, input: ::std::option::Option<bool>) -> Self {
|
160 - | self.inner = self.inner.set_crate(input);
|
159 + | pub fn set_crate_(mut self, input: ::std::option::Option<bool>) -> Self {
|
160 + | self.inner = self.inner.set_crate_(input);
|
161 161 | self
|
162 162 | }
|
163 163 | #[allow(missing_docs)] // documentation missing in model
|
164 - | pub fn get_crate(&self) -> &::std::option::Option<bool> {
|
165 - | self.inner.get_crate()
|
164 + | pub fn get_crate_(&self) -> &::std::option::Option<bool> {
|
165 + | self.inner.get_crate_()
|
166 166 | }
|
167 167 | #[allow(missing_docs)] // documentation missing in model
|
168 168 | pub fn super_(mut self, input: bool) -> Self {
|
169 169 | self.inner = self.inner.super_(input);
|
170 170 | self
|
171 171 | }
|
172 172 | #[allow(missing_docs)] // documentation missing in model
|
173 - | pub fn set_super(mut self, input: ::std::option::Option<bool>) -> Self {
|
174 - | self.inner = self.inner.set_super(input);
|
173 + | pub fn set_super_(mut self, input: ::std::option::Option<bool>) -> Self {
|
174 + | self.inner = self.inner.set_super_(input);
|
175 175 | self
|
176 176 | }
|
177 177 | #[allow(missing_docs)] // documentation missing in model
|
178 - | pub fn get_super(&self) -> &::std::option::Option<bool> {
|
179 - | self.inner.get_super()
|
178 + | pub fn get_super_(&self) -> &::std::option::Option<bool> {
|
179 + | self.inner.get_super_()
|
180 180 | }
|
181 181 | #[allow(missing_docs)] // documentation missing in model
|
182 182 | pub fn build_value(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
183 183 | self.inner = self.inner.build_value(input.into());
|
184 184 | self
|
185 185 | }
|
186 186 | #[allow(missing_docs)] // documentation missing in model
|
187 - | pub fn set_build(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
188 - | self.inner = self.inner.set_build(input);
|
187 + | pub fn set_build_value(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
188 + | self.inner = self.inner.set_build_value(input);
|
189 189 | self
|
190 190 | }
|
191 191 | #[allow(missing_docs)] // documentation missing in model
|
192 - | pub fn get_build(&self) -> &::std::option::Option<::std::string::String> {
|
193 - | self.inner.get_build()
|
192 + | pub fn get_build_value(&self) -> &::std::option::Option<::std::string::String> {
|
193 + | self.inner.get_build_value()
|
194 194 | }
|
195 195 | #[allow(missing_docs)] // documentation missing in model
|
196 196 | pub fn default_value(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
197 197 | self.inner = self.inner.default_value(input.into());
|
198 198 | self
|
199 199 | }
|
200 200 | #[allow(missing_docs)] // documentation missing in model
|
201 - | pub fn set_default(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
202 - | self.inner = self.inner.set_default(input);
|
201 + | pub fn set_default_value(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
202 + | self.inner = self.inner.set_default_value(input);
|
203 203 | self
|
204 204 | }
|
205 205 | #[allow(missing_docs)] // documentation missing in model
|
206 - | pub fn get_default(&self) -> &::std::option::Option<::std::string::String> {
|
207 - | self.inner.get_default()
|
206 + | pub fn get_default_value(&self) -> &::std::option::Option<::std::string::String> {
|
207 + | self.inner.get_default_value()
|
208 208 | }
|
209 209 | #[allow(missing_docs)] // documentation missing in model
|
210 210 | pub fn send_value(mut self, input: impl ::std::convert::Into<::std::string::String>) -> Self {
|
211 211 | self.inner = self.inner.send_value(input.into());
|
212 212 | self
|
213 213 | }
|
214 214 | #[allow(missing_docs)] // documentation missing in model
|
215 - | pub fn set_send(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
216 - | self.inner = self.inner.set_send(input);
|
215 + | pub fn set_send_value(mut self, input: ::std::option::Option<::std::string::String>) -> Self {
|
216 + | self.inner = self.inner.set_send_value(input);
|
217 217 | self
|
218 218 | }
|
219 219 | #[allow(missing_docs)] // documentation missing in model
|
220 - | pub fn get_send(&self) -> &::std::option::Option<::std::string::String> {
|
221 - | self.inner.get_send()
|
220 + | pub fn get_send_value(&self) -> &::std::option::Option<::std::string::String> {
|
221 + | self.inner.get_send_value()
|
222 222 | }
|
223 223 | }
|