Class: PortfolioManager::Xml::UseAttributeBase
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::UseAttributeBase
show all
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}useAttributeBase abstract
Direct Known Subclasses
AmountOfLaundryProcessedAnnuallyType, CeilingHeightUnitsType, ClearHeightUnitsType, CoolingEquipmentRedundancyType, CustomUseDetailsType, FloorAreaTypeBase, HoursPerDayGuestsOnsiteType, ItEnergyConfigurationType, LengthOfAllOpenClosedRefrigerationUnitsType, MonthsInUseType, MonthsSchoolInUseType, NumberOfWeekdaysType, NumberOfWeeklyIceResurfacingType, OnsiteLaundryType, OwnedByType, PercentCooledType, PercentHeatedType, PercentOfficeCooledType, PercentOfficeHeatedType, PlantDesignFlowRateType, PoolSizeType, PoolType, ResidentPopulationType, UpsSystemRedundancyType, UseDecimalType, UseIntegerType, UseStringType, UseYesNoType
Constant Summary
collapse
- AttrCurrentAsOf =
XSD::QName.new(nil, "currentAsOf")
- AttrDefault =
XSD::QName.new(nil, "default")
- AttrId =
XSD::QName.new(nil, "id")
- AttrTemporary =
XSD::QName.new(nil, "temporary")
Instance Attribute Summary collapse
Instance Method Summary
collapse
Constructor Details
Returns a new instance of UseAttributeBase.
466
467
468
469
|
# File 'lib/portfolio_manager/xml.rb', line 466
def initialize(audit = nil)
@audit = audit
@__xmlattr = {}
end
|
Instance Attribute Details
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
|
# File 'lib/portfolio_manager/xml.rb', line 422
class UseAttributeBase
AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
AttrDefault = XSD::QName.new(nil, "default")
AttrId = XSD::QName.new(nil, "id")
AttrTemporary = XSD::QName.new(nil, "temporary")
attr_accessor :audit
def __xmlattr
@__xmlattr ||= {}
end
def xmlattr_id
__xmlattr[AttrId]
end
def xmlattr_id=(value)
__xmlattr[AttrId] = value
end
def xmlattr_currentAsOf
__xmlattr[AttrCurrentAsOf]
end
def xmlattr_currentAsOf=(value)
__xmlattr[AttrCurrentAsOf] = value
end
def xmlattr_temporary
__xmlattr[AttrTemporary]
end
def xmlattr_temporary=(value)
__xmlattr[AttrTemporary] = value
end
def xmlattr_default
__xmlattr[AttrDefault]
end
def xmlattr_default=(value)
__xmlattr[AttrDefault] = value
end
def initialize(audit = nil)
@audit = audit
@__xmlattr = {}
end
end
|
#xmlattr_currentAsOf ⇒ SOAP::SOAPDate
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
|
# File 'lib/portfolio_manager/xml.rb', line 422
class UseAttributeBase
AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
AttrDefault = XSD::QName.new(nil, "default")
AttrId = XSD::QName.new(nil, "id")
AttrTemporary = XSD::QName.new(nil, "temporary")
attr_accessor :audit
def __xmlattr
@__xmlattr ||= {}
end
def xmlattr_id
__xmlattr[AttrId]
end
def xmlattr_id=(value)
__xmlattr[AttrId] = value
end
def xmlattr_currentAsOf
__xmlattr[AttrCurrentAsOf]
end
def xmlattr_currentAsOf=(value)
__xmlattr[AttrCurrentAsOf] = value
end
def xmlattr_temporary
__xmlattr[AttrTemporary]
end
def xmlattr_temporary=(value)
__xmlattr[AttrTemporary] = value
end
def xmlattr_default
__xmlattr[AttrDefault]
end
def xmlattr_default=(value)
__xmlattr[AttrDefault] = value
end
def initialize(audit = nil)
@audit = audit
@__xmlattr = {}
end
end
|
#xmlattr_default ⇒ SOAP::SOAPString
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
|
# File 'lib/portfolio_manager/xml.rb', line 422
class UseAttributeBase
AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
AttrDefault = XSD::QName.new(nil, "default")
AttrId = XSD::QName.new(nil, "id")
AttrTemporary = XSD::QName.new(nil, "temporary")
attr_accessor :audit
def __xmlattr
@__xmlattr ||= {}
end
def xmlattr_id
__xmlattr[AttrId]
end
def xmlattr_id=(value)
__xmlattr[AttrId] = value
end
def xmlattr_currentAsOf
__xmlattr[AttrCurrentAsOf]
end
def xmlattr_currentAsOf=(value)
__xmlattr[AttrCurrentAsOf] = value
end
def xmlattr_temporary
__xmlattr[AttrTemporary]
end
def xmlattr_temporary=(value)
__xmlattr[AttrTemporary] = value
end
def xmlattr_default
__xmlattr[AttrDefault]
end
def xmlattr_default=(value)
__xmlattr[AttrDefault] = value
end
def initialize(audit = nil)
@audit = audit
@__xmlattr = {}
end
end
|
#xmlattr_id ⇒ SOAP::SOAPLong
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
|
# File 'lib/portfolio_manager/xml.rb', line 422
class UseAttributeBase
AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
AttrDefault = XSD::QName.new(nil, "default")
AttrId = XSD::QName.new(nil, "id")
AttrTemporary = XSD::QName.new(nil, "temporary")
attr_accessor :audit
def __xmlattr
@__xmlattr ||= {}
end
def xmlattr_id
__xmlattr[AttrId]
end
def xmlattr_id=(value)
__xmlattr[AttrId] = value
end
def xmlattr_currentAsOf
__xmlattr[AttrCurrentAsOf]
end
def xmlattr_currentAsOf=(value)
__xmlattr[AttrCurrentAsOf] = value
end
def xmlattr_temporary
__xmlattr[AttrTemporary]
end
def xmlattr_temporary=(value)
__xmlattr[AttrTemporary] = value
end
def xmlattr_default
__xmlattr[AttrDefault]
end
def xmlattr_default=(value)
__xmlattr[AttrDefault] = value
end
def initialize(audit = nil)
@audit = audit
@__xmlattr = {}
end
end
|
#xmlattr_temporary ⇒ SOAP::SOAPBoolean
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
|
# File 'lib/portfolio_manager/xml.rb', line 422
class UseAttributeBase
AttrCurrentAsOf = XSD::QName.new(nil, "currentAsOf")
AttrDefault = XSD::QName.new(nil, "default")
AttrId = XSD::QName.new(nil, "id")
AttrTemporary = XSD::QName.new(nil, "temporary")
attr_accessor :audit
def __xmlattr
@__xmlattr ||= {}
end
def xmlattr_id
__xmlattr[AttrId]
end
def xmlattr_id=(value)
__xmlattr[AttrId] = value
end
def xmlattr_currentAsOf
__xmlattr[AttrCurrentAsOf]
end
def xmlattr_currentAsOf=(value)
__xmlattr[AttrCurrentAsOf] = value
end
def xmlattr_temporary
__xmlattr[AttrTemporary]
end
def xmlattr_temporary=(value)
__xmlattr[AttrTemporary] = value
end
def xmlattr_default
__xmlattr[AttrDefault]
end
def xmlattr_default=(value)
__xmlattr[AttrDefault] = value
end
def initialize(audit = nil)
@audit = audit
@__xmlattr = {}
end
end
|
Instance Method Details
#__xmlattr ⇒ Object
430
431
432
|
# File 'lib/portfolio_manager/xml.rb', line 430
def __xmlattr
@__xmlattr ||= {}
end
|