public class ComplexSchemaTypeProperties extends SchemaTypeProperties
| Constructor and Description |
|---|
ComplexSchemaTypeProperties()
Default constructor used by subclasses
|
ComplexSchemaTypeProperties(ComplexSchemaTypeProperties template)
Copy/clone Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
int |
getAttributeCount()
Return the count of attributes in this schema type.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAttributeCount(int attributeCount)
Set up the count of attributes in this schema type
|
String |
toString()
Standard toString method.
|
getAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic ComplexSchemaTypeProperties()
public ComplexSchemaTypeProperties(ComplexSchemaTypeProperties template)
template - template object to copy.public int getAttributeCount()
public void setAttributeCount(int attributeCount)
attributeCount - data type namepublic String toString()
toString in class SchemaTypePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaTypePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaTypePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.