Class MapSchemaTypeProperties

Direct Known Subclasses:
MapSchemaTypeRequestBody

public class MapSchemaTypeProperties extends SchemaTypeProperties
MapSchemaType describes a schema element of type map. It links to the type of schema element for the domain (eg property name) for the map and the schema element for the range (eg property value) for the map.
  • Constructor Details

    • MapSchemaTypeProperties

      public MapSchemaTypeProperties()
      Default constructor
    • MapSchemaTypeProperties

      public MapSchemaTypeProperties(MapSchemaTypeProperties template)
      Copy/clone Constructor.
      Parameters:
      template - template object to copy.
  • Method Details