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.



28981
28982
28983
# File 'lib/BuildingSync.rb', line 28981

def initialize
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



28969
28970
28971
# File 'lib/BuildingSync.rb', line 28969

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_layerIdRefObject



28973
28974
28975
# File 'lib/BuildingSync.rb', line 28973

def xmlattr_layerIdRef
  __xmlattr[AttrLayerIdRef]
end

#xmlattr_layerIdRef=(value) ⇒ Object



28977
28978
28979
# File 'lib/BuildingSync.rb', line 28977

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