Class StructDocumentTypeProperties
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.StructSchemaTypeProperties
org.odpi.openmetadata.accessservices.assetowner.properties.StructDocumentTypeProperties
- All Implemented Interfaces:
Serializable
StructDocumentTypeProperties is a specific type of bean for a do a nested structure in a hierarchical document structure such
as an XML document.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor used by subclassesCopy/clone Constructor. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.ComplexSchemaTypeProperties
equals, getAttributeCount, hashCode, setAttributeCountMethods inherited from class org.odpi.openmetadata.accessservices.assetowner.properties.SchemaTypeProperties
getAuthor, getEncodingStandard, getFormula, getFormulaType, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setFormulaType, setNamespace, setQueries, setUsage, setVersionNumberMethods 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
-
StructDocumentTypeProperties
public StructDocumentTypeProperties()Default constructor used by subclasses -
StructDocumentTypeProperties
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
toString
Standard toString method.- Overrides:
toStringin classStructSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-