Class: Schemas::Directory_types::UserPersonalInfoType
- Inherits:
-
Object
- Object
- Schemas::Directory_types::UserPersonalInfoType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#address ⇒ Object
Returns the value of attribute address.
-
#birthday ⇒ Object
Returns the value of attribute birthday.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#gender ⇒ Object
Returns the value of attribute gender.
-
#lastUpdated ⇒ Object
Returns the value of attribute lastUpdated.
-
#name ⇒ Object
Returns the value of attribute name.
-
#namePrefix ⇒ Object
Returns the value of attribute namePrefix.
-
#nameSufix ⇒ Object
Returns the value of attribute nameSufix.
Instance Method Summary collapse
-
#initialize(displayName = nil, name = nil, namePrefix = nil, nameSufix = nil, birthday = nil, gender = nil, address = nil, lastUpdated = nil, extension = nil) ⇒ UserPersonalInfoType
constructor
A new instance of UserPersonalInfoType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (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 |
#address ⇒ Object
Returns the value of attribute address.
80 81 82 |
# File 'lib/bluevia/schemas/directory_types.rb', line 80 def address @address end |
#birthday ⇒ Object
Returns the value of attribute birthday.
78 79 80 |
# File 'lib/bluevia/schemas/directory_types.rb', line 78 def birthday @birthday end |
#displayName ⇒ Object
Returns the value of attribute displayName.
74 75 76 |
# File 'lib/bluevia/schemas/directory_types.rb', line 74 def displayName @displayName end |
#extension ⇒ Object
Returns the value of attribute extension.
82 83 84 |
# File 'lib/bluevia/schemas/directory_types.rb', line 82 def extension @extension end |
#gender ⇒ Object
Returns the value of attribute gender.
79 80 81 |
# File 'lib/bluevia/schemas/directory_types.rb', line 79 def gender @gender end |
#lastUpdated ⇒ Object
Returns the value of attribute lastUpdated.
81 82 83 |
# File 'lib/bluevia/schemas/directory_types.rb', line 81 def lastUpdated @lastUpdated end |
#name ⇒ Object
Returns the value of attribute name.
75 76 77 |
# File 'lib/bluevia/schemas/directory_types.rb', line 75 def name @name end |
#namePrefix ⇒ Object
Returns the value of attribute namePrefix.
76 77 78 |
# File 'lib/bluevia/schemas/directory_types.rb', line 76 def namePrefix @namePrefix end |
#nameSufix ⇒ Object
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 |