Class: PortfolioManager::Xml::IrrigationAreaType

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

Overview

{}irrigationAreaType

Constant Summary collapse

AttrDefault =
XSD::QName.new(nil, "default")
AttrUnits =
XSD::QName.new(nil, "units")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value = nil) ⇒ IrrigationAreaType

Returns a new instance of IrrigationAreaType.



2634
2635
2636
2637
# File 'lib/portfolio_manager/xml.rb', line 2634

def initialize(value = nil)
  @value = value
  @__xmlattr = {}
end

Instance Attribute Details

#valueObject

Returns:

  • (Object)


2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
# File 'lib/portfolio_manager/xml.rb', line 2608

class IrrigationAreaType < IrrigationAreaTypeBase
  AttrDefault = XSD::QName.new(nil, "default")
  AttrUnits = XSD::QName.new(nil, "units")

  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def xmlattr_units
    __xmlattr[AttrUnits]
  end

  def xmlattr_units=(value)
    __xmlattr[AttrUnits] = value
  end

  def initialize(value = nil)
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_defaultSOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
# File 'lib/portfolio_manager/xml.rb', line 2608

class IrrigationAreaType < IrrigationAreaTypeBase
  AttrDefault = XSD::QName.new(nil, "default")
  AttrUnits = XSD::QName.new(nil, "units")

  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def xmlattr_units
    __xmlattr[AttrUnits]
  end

  def xmlattr_units=(value)
    __xmlattr[AttrUnits] = value
  end

  def initialize(value = nil)
    @value = value
    @__xmlattr = {}
  end
end

#xmlattr_unitsSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
# File 'lib/portfolio_manager/xml.rb', line 2608

class IrrigationAreaType < IrrigationAreaTypeBase
  AttrDefault = XSD::QName.new(nil, "default")
  AttrUnits = XSD::QName.new(nil, "units")

  attr_accessor :value

  def __xmlattr
    @__xmlattr ||= {}
  end

  def xmlattr_default
    __xmlattr[AttrDefault]
  end

  def xmlattr_default=(value)
    __xmlattr[AttrDefault] = value
  end

  def xmlattr_units
    __xmlattr[AttrUnits]
  end

  def xmlattr_units=(value)
    __xmlattr[AttrUnits] = value
  end

  def initialize(value = nil)
    @value = value
    @__xmlattr = {}
  end
end

Instance Method Details

#__xmlattrObject



2614
2615
2616
# File 'lib/portfolio_manager/xml.rb', line 2614

def __xmlattr
  @__xmlattr ||= {}
end