Class: Ea::Export::Xsd::ClassMapping::Mapping

Inherits:
Struct
  • Object
show all
Defined in:
lib/ea/export/xsd/class_mapping.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



25
26
27
# File 'lib/ea/export/xsd/class_mapping.rb', line 25

def element
  @element
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/ea/export/xsd/class_mapping.rb', line 25

def name
  @name
end

#property_typeObject

Returns the value of attribute property_type

Returns:

  • (Object)

    the current value of property_type



25
26
27
# File 'lib/ea/export/xsd/class_mapping.rb', line 25

def property_type
  @property_type
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



25
26
27
# File 'lib/ea/export/xsd/class_mapping.rb', line 25

def type
  @type
end

#type_contentObject

Returns the value of attribute type_content

Returns:

  • (Object)

    the current value of type_content



25
26
27
# File 'lib/ea/export/xsd/class_mapping.rb', line 25

def type_content
  @type_content
end