Class: PortfolioManager::Xml::CoolingEquipmentRedundancyType
- Inherits:
-
UseAttributeBase
- Object
- UseAttributeBase
- PortfolioManager::Xml::CoolingEquipmentRedundancyType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}coolingEquipmentRedundancyType
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
- #audit ⇒ PortfolioManager::Xml::LogType
- #value ⇒ SOAP::SOAPString
- #xmlattr_currentAsOf ⇒ SOAP::SOAPDate
- #xmlattr_default ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_temporary ⇒ SOAP::SOAPBoolean
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(audit = nil, value = nil) ⇒ CoolingEquipmentRedundancyType
constructor
A new instance of CoolingEquipmentRedundancyType.
Constructor Details
#initialize(audit = nil, value = nil) ⇒ CoolingEquipmentRedundancyType
Returns a new instance of CoolingEquipmentRedundancyType.
1729 1730 1731 1732 1733 |
# File 'lib/portfolio_manager/xml.rb', line 1729 def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/portfolio_manager/xml.rb', line 1684 class CoolingEquipmentRedundancyType < 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 attr_accessor :value 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, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#value ⇒ SOAP::SOAPString
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/portfolio_manager/xml.rb', line 1684 class CoolingEquipmentRedundancyType < 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 attr_accessor :value 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, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_currentAsOf ⇒ SOAP::SOAPDate
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/portfolio_manager/xml.rb', line 1684 class CoolingEquipmentRedundancyType < 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 attr_accessor :value 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, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_default ⇒ SOAP::SOAPString
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/portfolio_manager/xml.rb', line 1684 class CoolingEquipmentRedundancyType < 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 attr_accessor :value 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, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/portfolio_manager/xml.rb', line 1684 class CoolingEquipmentRedundancyType < 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 attr_accessor :value 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, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_temporary ⇒ SOAP::SOAPBoolean
1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 |
# File 'lib/portfolio_manager/xml.rb', line 1684 class CoolingEquipmentRedundancyType < 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 attr_accessor :value 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, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
1693 1694 1695 |
# File 'lib/portfolio_manager/xml.rb', line 1693 def __xmlattr @__xmlattr ||= {} end |