Class ComplexSchemaTypeProperties

All Implemented Interfaces:
Serializable

public class ComplexSchemaTypeProperties extends SchemaTypeProperties
ComplexSchemaTypeProperties describes a schema with multiple attributes. Notice it does not contain the attributes, just a count of them. This is because a complex schema type may have literally thousands of attributes and so the attribute contents are retrieved separated through calls that support paging.
See Also:
  • Constructor Details

    • ComplexSchemaTypeProperties

      public ComplexSchemaTypeProperties()
      Default constructor used by subclasses
    • ComplexSchemaTypeProperties

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

    • getAttributeCount

      public int getAttributeCount()
      Return the count of attributes in this schema type.
      Returns:
      String data type name
    • setAttributeCount

      public void setAttributeCount(int attributeCount)
      Set up the count of attributes in this schema type
      Parameters:
      attributeCount - data type name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class SchemaTypeProperties
      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 SchemaTypeProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class SchemaTypeProperties
      Returns:
      int hash code