Class: Schemas::Directory_types::UserPersonalInfoType

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

Overview

/UserPersonalInfoType

displayName - SOAP::SOAPString
name - Schemas::Directory_types::NameType
namePrefix - SOAP::SOAPString
nameSufix - SOAP::SOAPString
birthday - SOAP::SOAPDate
gender - Schemas::Directory_types::GenderType
address - Schemas::Directory_types::AddressType
lastUpdated - (any)
extension - Schemas::Directory_types::ExtensionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(displayName = nil, name = nil, namePrefix = nil, nameSufix = nil, birthday = nil, gender = nil, address = nil, lastUpdated = nil, extension = nil) ⇒ UserPersonalInfoType

Returns a new instance of UserPersonalInfoType.



89
90
91
92
93
94
95
96
97
98
99
100
# File 'lib/bluevia/schemas/directory_types.rb', line 89

def initialize(displayName = nil, name = nil, namePrefix = nil, nameSufix = nil, birthday = nil, gender = nil, address = nil, lastUpdated = nil, extension = nil)
  @displayName = displayName
  @name = name
  @namePrefix = namePrefix
  @nameSufix = nameSufix
  @birthday = birthday
  @gender = gender
  @address = address
  @lastUpdated = lastUpdated
  @extension = extension
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



83
84
85
# File 'lib/bluevia/schemas/directory_types.rb', line 83

def __xmlele_any
  @__xmlele_any
end

#addressObject

Returns the value of attribute address.



80
81
82
# File 'lib/bluevia/schemas/directory_types.rb', line 80

def address
  @address
end

#birthdayObject

Returns the value of attribute birthday.



78
79
80
# File 'lib/bluevia/schemas/directory_types.rb', line 78

def birthday
  @birthday
end

#displayNameObject

Returns the value of attribute displayName.



74
75
76
# File 'lib/bluevia/schemas/directory_types.rb', line 74

def displayName
  @displayName
end

#extensionObject

Returns the value of attribute extension.



82
83
84
# File 'lib/bluevia/schemas/directory_types.rb', line 82

def extension
  @extension
end

#genderObject

Returns the value of attribute gender.



79
80
81
# File 'lib/bluevia/schemas/directory_types.rb', line 79

def gender
  @gender
end

#lastUpdatedObject

Returns the value of attribute lastUpdated.



81
82
83
# File 'lib/bluevia/schemas/directory_types.rb', line 81

def lastUpdated
  @lastUpdated
end

#nameObject

Returns the value of attribute name.



75
76
77
# File 'lib/bluevia/schemas/directory_types.rb', line 75

def name
  @name
end

#namePrefixObject

Returns the value of attribute namePrefix.



76
77
78
# File 'lib/bluevia/schemas/directory_types.rb', line 76

def namePrefix
  @namePrefix
end

#nameSufixObject

Returns the value of attribute nameSufix.



77
78
79
# File 'lib/bluevia/schemas/directory_types.rb', line 77

def nameSufix
  @nameSufix
end

Instance Method Details

#set_any(elements) ⇒ Object



85
86
87
# File 'lib/bluevia/schemas/directory_types.rb', line 85

def set_any(elements)
  @__xmlele_any = elements
end