Class: PortfolioManager::Xml::OrganizationType
- Inherits:
-
Object
- Object
- PortfolioManager::Xml::OrganizationType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}organizationType
Constant Summary collapse
- AttrName =
XSD::QName.new(nil, "name")
Instance Attribute Summary collapse
- #energyStarPartner ⇒ SOAP::SOAPBoolean
- #energyStarPartnerType ⇒ PortfolioManager::Xml::TypeOfEnergyStarPartner
- #otherBusinessDescription ⇒ SOAP::SOAPString
- #otherPartnerDescription ⇒ SOAP::SOAPString
- #primaryBusiness ⇒ PortfolioManager::Xml::PrimaryBusinessType
- #xmlattr_name ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) ⇒ OrganizationType
constructor
A new instance of OrganizationType.
Constructor Details
#initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) ⇒ OrganizationType
Returns a new instance of OrganizationType.
3071 3072 3073 3074 3075 3076 3077 3078 |
# File 'lib/portfolio_manager/xml.rb', line 3071 def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end |
Instance Attribute Details
#energyStarPartner ⇒ SOAP::SOAPBoolean
3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/portfolio_manager/xml.rb', line 3050 class OrganizationType AttrName = XSD::QName.new(nil, "name") attr_accessor :primaryBusiness attr_accessor :otherBusinessDescription attr_accessor :energyStarPartner attr_accessor :energyStarPartnerType attr_accessor :otherPartnerDescription def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end end |
#energyStarPartnerType ⇒ PortfolioManager::Xml::TypeOfEnergyStarPartner
3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/portfolio_manager/xml.rb', line 3050 class OrganizationType AttrName = XSD::QName.new(nil, "name") attr_accessor :primaryBusiness attr_accessor :otherBusinessDescription attr_accessor :energyStarPartner attr_accessor :energyStarPartnerType attr_accessor :otherPartnerDescription def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end end |
#otherBusinessDescription ⇒ SOAP::SOAPString
3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/portfolio_manager/xml.rb', line 3050 class OrganizationType AttrName = XSD::QName.new(nil, "name") attr_accessor :primaryBusiness attr_accessor :otherBusinessDescription attr_accessor :energyStarPartner attr_accessor :energyStarPartnerType attr_accessor :otherPartnerDescription def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end end |
#otherPartnerDescription ⇒ SOAP::SOAPString
3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/portfolio_manager/xml.rb', line 3050 class OrganizationType AttrName = XSD::QName.new(nil, "name") attr_accessor :primaryBusiness attr_accessor :otherBusinessDescription attr_accessor :energyStarPartner attr_accessor :energyStarPartnerType attr_accessor :otherPartnerDescription def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end end |
#primaryBusiness ⇒ PortfolioManager::Xml::PrimaryBusinessType
3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/portfolio_manager/xml.rb', line 3050 class OrganizationType AttrName = XSD::QName.new(nil, "name") attr_accessor :primaryBusiness attr_accessor :otherBusinessDescription attr_accessor :energyStarPartner attr_accessor :energyStarPartnerType attr_accessor :otherPartnerDescription def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end end |
#xmlattr_name ⇒ SOAP::SOAPString
3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 |
# File 'lib/portfolio_manager/xml.rb', line 3050 class OrganizationType AttrName = XSD::QName.new(nil, "name") attr_accessor :primaryBusiness attr_accessor :otherBusinessDescription attr_accessor :energyStarPartner attr_accessor :energyStarPartnerType attr_accessor :otherPartnerDescription def __xmlattr @__xmlattr ||= {} end def xmlattr_name __xmlattr[AttrName] end def xmlattr_name=(value) __xmlattr[AttrName] = value end def initialize(primaryBusiness = nil, otherBusinessDescription = nil, energyStarPartner = nil, energyStarPartnerType = nil, otherPartnerDescription = nil) @primaryBusiness = primaryBusiness @otherBusinessDescription = otherBusinessDescription @energyStarPartner = energyStarPartner @energyStarPartnerType = energyStarPartnerType @otherPartnerDescription = otherPartnerDescription @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
3059 3060 3061 |
# File 'lib/portfolio_manager/xml.rb', line 3059 def __xmlattr @__xmlattr ||= {} end |