Class ComplexSchemaTypeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
org.odpi.openmetadata.accessservices.datamanager.properties.ComplexSchemaTypeProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
APIOperationProperties,APIParameterListProperties,EventTypeProperties,StructSchemaTypeProperties,TabularSchemaTypeProperties
ComplexSchemaTypeProperties describes a schema with multiple attributes. Notice it does not contain the attributes.
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 Summary
ConstructorsConstructorDescriptionDefault constructor used by subclassesCopy/clone Constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
equals, getAuthor, getEncodingStandard, getNamespace, getUsage, getVersionNumber, hashCode, setAuthor, setEncodingStandard, setNamespace, setUsage, setVersionNumberMethods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
ComplexSchemaTypeProperties
public ComplexSchemaTypeProperties()Default constructor used by subclasses -
ComplexSchemaTypeProperties
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-