Class: PortfolioManager::Xml::OrganizationType

Inherits:
Object
  • Object
show all
Defined in:
lib/portfolio_manager/xml.rb

Overview

{}organizationType

Constant Summary collapse

AttrName =
XSD::QName.new(nil, "name")

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#energyStarPartnerSOAP::SOAPBoolean

Returns:

  • (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

#energyStarPartnerTypePortfolioManager::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

#otherBusinessDescriptionSOAP::SOAPString

Returns:

  • (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

#otherPartnerDescriptionSOAP::SOAPString

Returns:

  • (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

#primaryBusinessPortfolioManager::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_nameSOAP::SOAPString

Returns:

  • (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

#__xmlattrObject



3059
3060
3061
# File 'lib/portfolio_manager/xml.rb', line 3059

def __xmlattr
  @__xmlattr ||= {}
end