public class SchemaTypeChoiceProperties extends SchemaTypeProperties
additionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| Constructor and Description |
|---|
SchemaTypeChoiceProperties()
Default constructor
|
SchemaTypeChoiceProperties(SchemaTypeChoiceProperties template)
Copy/clone Constructor - the parentAsset is passed separately to the template because it is also
likely to be being cloned in the same operation and we want the definitions clone to point to the
asset clone and not the original asset.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeChoice |
cloneProperties(SchemaTypeChoice objectToFill)
Copy/clone operator.
|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<SchemaTypeProperties> |
getSchemaOptions()
Return the list of alternative schema types that this attribute or asset may use.
|
void |
setSchemaOptions(List<SchemaTypeProperties> schemaOptions)
Set up the list of alternative schema types that this attribute or asset may use.
|
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 SchemaTypeChoiceProperties()
public SchemaTypeChoiceProperties(SchemaTypeChoiceProperties template)
template - template object to copy.public SchemaTypeChoice cloneProperties(SchemaTypeChoice objectToFill)
objectToFill - schema attribute objectpublic List<SchemaTypeProperties> getSchemaOptions()
public void setSchemaOptions(List<SchemaTypeProperties> schemaOptions)
schemaOptions - list of schema typespublic boolean equals(Object objectToCompare)
equals in class SchemaTypePropertiesobjectToCompare - supplied objectpublic String toString()
toString in class SchemaTypePropertiesCopyright © 2018–2020 ODPi. All rights reserved.