Class DocumentSchemaTypeProperties

All Implemented Interfaces:
Serializable

public class DocumentSchemaTypeProperties extends ComplexSchemaTypeProperties
DocumentSchemaTypeProperties is a specific type of bean for a do a top-level hierarchical document structure such as an XML document.
See Also:
  • Constructor Details

    • DocumentSchemaTypeProperties

      public DocumentSchemaTypeProperties()
      Default constructor used by subclasses
    • DocumentSchemaTypeProperties

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

    • cloneSchemaElement

      public SchemaElementProperties cloneSchemaElement()
      Returns a clone of this object as the abstract SchemaElement class.
      Returns:
      SchemaElement
    • cloneSchemaType

      public SchemaTypeProperties cloneSchemaType()
      Returns a clone of this object as the abstract SchemaType class.
      Returns:
      SchemaType object
    • toString

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