All Implemented Interfaces:
Serializable

public class NestedSchemaType extends ComplexSchemaType
An asset's schema provides information about how the asset structures the data it supports. The NestedSchemaType object describes a nested structure of schema attributes and types.
See Also:
  • Field Details

  • Constructor Details

    • NestedSchemaType

      protected NestedSchemaType()
      Constructor used by the subclasses
    • NestedSchemaType

      public NestedSchemaType(ComplexSchemaType schemaBean)
      Bean constructor
      Parameters:
      schemaBean - bean containing the schema properties
    • NestedSchemaType

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

    • getSchemaAttributes

      public SchemaAttributes getSchemaAttributes()
      Return the list of schema attributes in this schema.
      Returns:
      SchemaAttributes
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ComplexSchemaType
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class ComplexSchemaType
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Hash of properties
      Overrides:
      hashCode in class ComplexSchemaType
      Returns:
      int