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
public class StructDocumentTypeProperties extends StructSchemaTypeProperties
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StructDocumentTypeProperties()Default constructor used by subclassesStructDocumentTypeProperties(StructDocumentTypeProperties 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.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
-
StructDocumentTypeProperties
public StructDocumentTypeProperties()
Default constructor used by subclasses
-
StructDocumentTypeProperties
public StructDocumentTypeProperties(StructDocumentTypeProperties template)
Copy/clone Constructor.- Parameters:
template- template object to copy.
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classStructSchemaTypeProperties- Returns:
- print out of variables in a JSON-style
-
-