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.
|
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, hashCode, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, 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.