Class DocumentSchemaAttributeProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.stewardshipaction.properties.SchemaElementProperties
-
- org.odpi.openmetadata.accessservices.stewardshipaction.properties.SchemaAttributeProperties
-
- org.odpi.openmetadata.accessservices.stewardshipaction.properties.DocumentSchemaAttributeProperties
-
- All Implemented Interfaces:
Serializable
public class DocumentSchemaAttributeProperties extends SchemaAttributeProperties
A DocumentSchemaAttributeProperties defines an attribute in a hierarchical document structure such as an XML document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentSchemaAttributeProperties()Default constructorDocumentSchemaAttributeProperties(DocumentSchemaAttributeProperties 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.stewardshipaction.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, setSortOrder
-
Methods inherited from class org.odpi.openmetadata.accessservices.stewardshipaction.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
-
Methods inherited from class org.odpi.openmetadata.accessservices.stewardshipaction.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
-
-
-
Constructor Detail
-
DocumentSchemaAttributeProperties
public DocumentSchemaAttributeProperties()
Default constructor
-
DocumentSchemaAttributeProperties
public DocumentSchemaAttributeProperties(DocumentSchemaAttributeProperties template)
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classSchemaAttributeProperties- Returns:
- print out of variables in a JSON-style
-
-