Class: PortfolioManager::Xml::MonthsSchoolInUseType

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

Overview

{}monthsSchoolInUseType

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

Instance Method Summary collapse

Constructor Details

#initialize(audit = nil, value = nil) ⇒ MonthsSchoolInUseType

Returns a new instance of MonthsSchoolInUseType.



1404
1405
1406
1407
1408
# File 'lib/portfolio_manager/xml.rb', line 1404

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

Instance Attribute Details

#auditPortfolioManager::Xml::LogType



1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/portfolio_manager/xml.rb', line 1359

class MonthsSchoolInUseType < 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

#valueSOAP::SOAPInt

Returns:

  • (SOAP::SOAPInt)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/portfolio_manager/xml.rb', line 1359

class MonthsSchoolInUseType < 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_currentAsOfSOAP::SOAPDate

Returns:

  • (SOAP::SOAPDate)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/portfolio_manager/xml.rb', line 1359

class MonthsSchoolInUseType < 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_defaultSOAP::SOAPString

Returns:

  • (SOAP::SOAPString)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/portfolio_manager/xml.rb', line 1359

class MonthsSchoolInUseType < 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_idSOAP::SOAPLong

Returns:

  • (SOAP::SOAPLong)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/portfolio_manager/xml.rb', line 1359

class MonthsSchoolInUseType < 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_temporarySOAP::SOAPBoolean

Returns:

  • (SOAP::SOAPBoolean)


1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
# File 'lib/portfolio_manager/xml.rb', line 1359

class MonthsSchoolInUseType < 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

#__xmlattrObject



1368
1369
1370
# File 'lib/portfolio_manager/xml.rb', line 1368

def __xmlattr
  @__xmlattr ||= {}
end