Class: PortfolioManager::Xml::PlantDesignFlowRateType
- Inherits:
-
UseAttributeBase
- Object
- UseAttributeBase
- PortfolioManager::Xml::PlantDesignFlowRateType
- Defined in:
- lib/portfolio_manager/xml.rb
Overview
{}PlantDesignFlowRateType
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")
- AttrUnits =
XSD::QName.new(nil, "units")
Instance Attribute Summary collapse
- #audit ⇒ PortfolioManager::Xml::LogType
- #value ⇒ SOAP::SOAPDecimal
- #xmlattr_currentAsOf ⇒ SOAP::SOAPDate
- #xmlattr_default ⇒ SOAP::SOAPString
- #xmlattr_id ⇒ SOAP::SOAPLong
- #xmlattr_temporary ⇒ SOAP::SOAPBoolean
- #xmlattr_units ⇒ SOAP::SOAPString
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(audit = nil, value = nil) ⇒ PlantDesignFlowRateType
constructor
A new instance of PlantDesignFlowRateType.
Constructor Details
#initialize(audit = nil, value = nil) ⇒ PlantDesignFlowRateType
Returns a new instance of PlantDesignFlowRateType.
2206 2207 2208 2209 2210 |
# File 'lib/portfolio_manager/xml.rb', line 2206 def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end |
Instance Attribute Details
#audit ⇒ PortfolioManager::Xml::LogType
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#value ⇒ SOAP::SOAPDecimal
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_currentAsOf ⇒ SOAP::SOAPDate
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_default ⇒ SOAP::SOAPString
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_id ⇒ SOAP::SOAPLong
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_temporary ⇒ SOAP::SOAPBoolean
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
#xmlattr_units ⇒ SOAP::SOAPString
2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'lib/portfolio_manager/xml.rb', line 2152 class PlantDesignFlowRateType < 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") AttrUnits = XSD::QName.new(nil, "units") 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 xmlattr_units __xmlattr[AttrUnits] end def xmlattr_units=(value) __xmlattr[AttrUnits] = value end def initialize(audit = nil, value = nil) @audit = audit @value = value @__xmlattr = {} end end |
Instance Method Details
#__xmlattr ⇒ Object
2162 2163 2164 |
# File 'lib/portfolio_manager/xml.rb', line 2162 def __xmlattr @__xmlattr ||= {} end |