@Deprecated public class BoundedSchemaType extends SchemaType
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
elementType
Deprecated.
|
protected int |
maximumElements
Deprecated.
|
author, encodingStandard, namespace, usage, versionNumberanchorGUID, description, displayName, isDeprecatedadditionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
BoundedSchemaType()
Deprecated.
|
BoundedSchemaType(BoundedSchemaType template)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaElement |
cloneSchemaElement()
Deprecated.
|
SchemaType |
cloneSchemaType()
Deprecated.
|
boolean |
equals(Object objectToCompare)
Deprecated.
Compare the values of the supplied object with those stored in the current object.
|
BoundedSchemaCategory |
getBoundedSchemaCategory()
Deprecated.
|
SchemaType |
getElementType()
Deprecated.
|
int |
getMaximumElements()
Deprecated.
|
void |
setBoundedSchemaCategory(BoundedSchemaCategory boundedSchemaCategory)
Deprecated.
|
void |
setElementType(SchemaType elementType)
Deprecated.
|
void |
setMaximumElements(int maximumElements)
Deprecated.
|
String |
toString()
Deprecated.
Standard toString method.
|
getAuthor, getEncodingStandard, getNamespace, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setNamespace, setUsage, setVersionNumbergetAnchorGUID, getDescription, getDisplayName, isDeprecated, setAnchorGUID, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getMeanings, getQualifiedName, hashCode, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLprotected int maximumElements
protected SchemaType elementType
@Deprecated public BoundedSchemaType()
@Deprecated public BoundedSchemaType(BoundedSchemaType template)
template - object to copy@Deprecated public SchemaElement cloneSchemaElement()
cloneSchemaElement in class SchemaType@Deprecated public SchemaType cloneSchemaType()
cloneSchemaType in class SchemaType@Deprecated public BoundedSchemaCategory getBoundedSchemaCategory()
@Deprecated public void setBoundedSchemaCategory(BoundedSchemaCategory boundedSchemaCategory)
boundedSchemaCategory - BoundedSchemaCategory enum@Deprecated public int getMaximumElements()
@Deprecated public void setMaximumElements(int maximumElements)
maximumElements - int maximum number of elements@Deprecated public SchemaType getElementType()
@Deprecated public void setElementType(SchemaType elementType)
elementType - schema typepublic String toString()
toString in class SchemaTypepublic boolean equals(Object objectToCompare)
equals in class SchemaTypeobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.