Class DocumentSchemaAttributeProperties
java.lang.Object
org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaAttributeProperties
- All Implemented Interfaces:
Serializable
A DocumentSchemaAttributeProperties defines an attribute in a hierarchical document structure such as an
XML document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone Constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaAttributeProperties
equals, getAliases, getAllowsDuplicateValues, getAttributeRelationships, getAttributeType, getDefaultValueOverride, getElementPosition, getIsNullable, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getOrderedValues, getPrecision, getSortOrder, hashCode, setAliases, setAllowsDuplicateValues, setAttributeRelationships, setAttributeType, setDefaultValueOverride, setElementPosition, setIsNullable, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setOrderedValues, setPrecision, setSortOrderMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
Constructor Details
-
DocumentSchemaAttributeProperties
public DocumentSchemaAttributeProperties()Default constructor -
DocumentSchemaAttributeProperties
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classSchemaAttributeProperties- Returns:
- print out of variables in a JSON-style
-