Class DocumentSchemaTypeProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
-
- org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
-
- org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
-
- org.odpi.openmetadata.accessservices.assetowner.properties.DocumentSchemaTypeProperties
-
- All Implemented Interfaces:
Serializable
public class DocumentSchemaTypeProperties extends ComplexSchemaTypeProperties
DocumentSchemaTypeProperties is a specific type of bean for a do a top-level hierarchical document structure such as an XML document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentSchemaTypeProperties()Default constructor used by subclassesDocumentSchemaTypeProperties(DocumentSchemaTypeProperties template)Copy/clone Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaElementPropertiescloneSchemaElement()Returns a clone of this object as the abstract SchemaElement class.SchemaTypePropertiescloneSchemaType()Returns a clone of this object as the abstract SchemaType class.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
equals, getAttributeCount, hashCode, setAttributeCount
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumber
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaElementProperties
getDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecated
-
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
-
-
-
Constructor Detail
-
DocumentSchemaTypeProperties
public DocumentSchemaTypeProperties()
Default constructor used by subclasses
-
DocumentSchemaTypeProperties
public DocumentSchemaTypeProperties(DocumentSchemaTypeProperties template)
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
cloneSchemaElement
public SchemaElementProperties cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.- Returns:
- SchemaElement
-
cloneSchemaType
public SchemaTypeProperties cloneSchemaType()
Returns a clone of this object as the abstract SchemaType class.- Returns:
- SchemaType object
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classComplexSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
-