Class: BuildingSync::LayerId

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

Overview

http://www.gbxml.org/schemaLayerId

xmlattr_layerIdRef - SOAP::SOAPIDREF

Constant Summary collapse

AttrLayerIdRef =
XSD::QName.new(nil, "layerIdRef")

Instance Method Summary collapse

Constructor Details

#initializeLayerId

Returns a new instance of LayerId.



29506
29507
29508
# File 'lib/BuildingSync.rb', line 29506

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



29494
29495
29496
# File 'lib/BuildingSync.rb', line 29494

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_layerIdRefObject



29498
29499
29500
# File 'lib/BuildingSync.rb', line 29498

def xmlattr_layerIdRef
  __xmlattr[AttrLayerIdRef]
end

#xmlattr_layerIdRef=(value) ⇒ Object



29502
29503
29504
# File 'lib/BuildingSync.rb', line 29502

def xmlattr_layerIdRef=(value)
  __xmlattr[AttrLayerIdRef] = value
end