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
public class ComplexSchemaTypeProperties extends SchemaTypeProperties
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComplexSchemaTypeProperties()Default constructor used by subclassesComplexSchemaTypeProperties(ComplexSchemaTypeProperties template)Copy/clone Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaTypeProperties
equals, getAuthor, getEncodingStandard, getNamespace, getUsage, getVersionNumber, hashCode, setAuthor, setEncodingStandard, setNamespace, setUsage, setVersionNumber
-
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
-
Methods inherited from class org.odpi.openmetadata.accessservices.datamanager.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
-
-
-
Constructor Detail
-
ComplexSchemaTypeProperties
public ComplexSchemaTypeProperties()
Default constructor used by subclasses
-
ComplexSchemaTypeProperties
public ComplexSchemaTypeProperties(ComplexSchemaTypeProperties template)
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
-