All Implemented Interfaces:
Serializable

public class StructSchemaType extends ComplexSchemaType
StructSchemaType describes a schema element that has a number of nested data fields.
See Also:
  • Constructor Details

    • StructSchemaType

      public StructSchemaType()
      Default constructor used by subclasses
    • StructSchemaType

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