Class: Schemas::Directory_types::UserTerminalInfoType

Inherits:
Object
  • Object
show all
Defined in:
lib/bluevia/schemas/directory_types.rb

Overview

/UserTerminalInfoType

brand - SOAP::SOAPString
model - SOAP::SOAPString
version - SOAP::SOAPString
screenResolution - SOAP::SOAPString
imei - (any)
mms - Schemas::Directory_types::FlagType
ems - Schemas::Directory_types::FlagType
smartMessaging - Schemas::Directory_types::FlagType
wap - Schemas::Directory_types::FlagType
ussdPhase - SOAP::SOAPString
syncMl - Schemas::Directory_types::FlagType
syncMlVersion - SOAP::SOAPString
emsMaxNumber - SOAP::SOAPString
email - Schemas::Directory_types::FlagType
emn - Schemas::Directory_types::FlagType
adc_OTA - Schemas::Directory_types::FlagType
status - Schemas::Directory_types::StatusType
lastUpdated - (any)
extension - Schemas::Directory_types::ExtensionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(brand = nil, model = nil, version = nil, screenResolution = nil, imei = nil, mms = nil, ems = nil, smartMessaging = nil, wap = nil, ussdPhase = nil, syncMl = nil, syncMlVersion = nil, emsMaxNumber = nil, email = nil, emn = nil, adc_OTA = nil, status = nil, lastUpdated = nil, extension = nil) ⇒ UserTerminalInfoType

Returns a new instance of UserTerminalInfoType.



250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
# File 'lib/bluevia/schemas/directory_types.rb', line 250

def initialize(brand = nil, model = nil, version = nil, screenResolution = nil, imei = nil, mms = nil, ems = nil, smartMessaging = nil, wap = nil, ussdPhase = nil, syncMl = nil, syncMlVersion = nil, emsMaxNumber = nil, email = nil, emn = nil, adc_OTA = nil, status = nil, lastUpdated = nil, extension = nil)
  @brand = brand
  @model = model
  @version = version
  @screenResolution = screenResolution
  @imei = imei
  @mms = mms
  @ems = ems
  @smartMessaging = smartMessaging
  @wap = wap
  @ussdPhase = ussdPhase
  @syncMl = syncMl
  @syncMlVersion = syncMlVersion
  @emsMaxNumber = emsMaxNumber
  @email = email
  @emn = emn
  @adc_OTA = adc_OTA
  @status = status
  @lastUpdated = lastUpdated
  @extension = extension
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



244
245
246
# File 'lib/bluevia/schemas/directory_types.rb', line 244

def __xmlele_any
  @__xmlele_any
end

#adc_OTAObject

Returns the value of attribute adc_OTA.



240
241
242
# File 'lib/bluevia/schemas/directory_types.rb', line 240

def adc_OTA
  @adc_OTA
end

#brandObject

Returns the value of attribute brand.



225
226
227
# File 'lib/bluevia/schemas/directory_types.rb', line 225

def brand
  @brand
end

#emailObject

Returns the value of attribute email.



238
239
240
# File 'lib/bluevia/schemas/directory_types.rb', line 238

def email
  @email
end

#emnObject

Returns the value of attribute emn.



239
240
241
# File 'lib/bluevia/schemas/directory_types.rb', line 239

def emn
  @emn
end

#emsObject

Returns the value of attribute ems.



231
232
233
# File 'lib/bluevia/schemas/directory_types.rb', line 231

def ems
  @ems
end

#emsMaxNumberObject

Returns the value of attribute emsMaxNumber.



237
238
239
# File 'lib/bluevia/schemas/directory_types.rb', line 237

def emsMaxNumber
  @emsMaxNumber
end

#extensionObject

Returns the value of attribute extension.



243
244
245
# File 'lib/bluevia/schemas/directory_types.rb', line 243

def extension
  @extension
end

#imeiObject

Returns the value of attribute imei.



229
230
231
# File 'lib/bluevia/schemas/directory_types.rb', line 229

def imei
  @imei
end

#lastUpdatedObject

Returns the value of attribute lastUpdated.



242
243
244
# File 'lib/bluevia/schemas/directory_types.rb', line 242

def lastUpdated
  @lastUpdated
end

#mmsObject

Returns the value of attribute mms.



230
231
232
# File 'lib/bluevia/schemas/directory_types.rb', line 230

def mms
  @mms
end

#modelObject

Returns the value of attribute model.



226
227
228
# File 'lib/bluevia/schemas/directory_types.rb', line 226

def model
  @model
end

#screenResolutionObject

Returns the value of attribute screenResolution.



228
229
230
# File 'lib/bluevia/schemas/directory_types.rb', line 228

def screenResolution
  @screenResolution
end

#smartMessagingObject

Returns the value of attribute smartMessaging.



232
233
234
# File 'lib/bluevia/schemas/directory_types.rb', line 232

def smartMessaging
  @smartMessaging
end

#statusObject

Returns the value of attribute status.



241
242
243
# File 'lib/bluevia/schemas/directory_types.rb', line 241

def status
  @status
end

#syncMlObject

Returns the value of attribute syncMl.



235
236
237
# File 'lib/bluevia/schemas/directory_types.rb', line 235

def syncMl
  @syncMl
end

#syncMlVersionObject

Returns the value of attribute syncMlVersion.



236
237
238
# File 'lib/bluevia/schemas/directory_types.rb', line 236

def syncMlVersion
  @syncMlVersion
end

#ussdPhaseObject

Returns the value of attribute ussdPhase.



234
235
236
# File 'lib/bluevia/schemas/directory_types.rb', line 234

def ussdPhase
  @ussdPhase
end

#versionObject

Returns the value of attribute version.



227
228
229
# File 'lib/bluevia/schemas/directory_types.rb', line 227

def version
  @version
end

#wapObject

Returns the value of attribute wap.



233
234
235
# File 'lib/bluevia/schemas/directory_types.rb', line 233

def wap
  @wap
end

Instance Method Details

#set_any(elements) ⇒ Object



246
247
248
# File 'lib/bluevia/schemas/directory_types.rb', line 246

def set_any(elements)
  @__xmlele_any = elements
end