public class SchemaTypeChoice extends SimpleSchemaType
dataType, defaultValueauthor, encodingStandard, namespace, usage, versionNumberanchorGUID, description, displayName, isDeprecatedadditionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| Constructor and Description |
|---|
SchemaTypeChoice()
Default constructor used by subclasses
|
SchemaTypeChoice(SchemaTypeChoice template)
Copy/clone Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaElement |
cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaType |
cloneSchemaType()
Returns a clone of this object as the abstract SchemaType class.
|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<SchemaType> |
getSchemaOptions()
Return the list of alternative schema types that this attribute or asset may use.
|
void |
setSchemaOptions(List<SchemaType> schemaOptions)
Set up the list of alternative schema types that this attribute or asset may use.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, setDataType, setDefaultValuegetAuthor, 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, setURLpublic SchemaTypeChoice()
public SchemaTypeChoice(SchemaTypeChoice template)
template - template object to copy.public List<SchemaType> getSchemaOptions()
public void setSchemaOptions(List<SchemaType> schemaOptions)
schemaOptions - list of schema typespublic SchemaElement cloneSchemaElement()
cloneSchemaElement in class SchemaTypepublic SchemaType cloneSchemaType()
cloneSchemaType in class SchemaTypepublic String toString()
toString in class SimpleSchemaTypepublic boolean equals(Object objectToCompare)
equals in class SimpleSchemaTypeobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.