public class ComplexSchemaTypeProperties extends SchemaTypeProperties
| Modifier and Type | Field and Description |
|---|---|
protected int |
attributeCount |
additionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| 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.
|
void |
setAttributeCount(int attributeCount)
Set up the count of attributes in this schema type
|
String |
toString()
Standard toString method.
|
cloneProperties, getAuthor, getEncodingStandard, getNamespace, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setNamespace, setUsage, setVersionNumbergetDescription, getDisplayName, hashCode, isDeprecated, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNamepublic 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 objectCopyright © 2018–2020 ODPi. All rights reserved.