public class ExternalSchemaTypeProperties extends SimpleSchemaTypeProperties
| Constructor and Description |
|---|
ExternalSchemaTypeProperties()
Default constructor
|
ExternalSchemaTypeProperties(ExternalSchemaTypeProperties 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.
|
SchemaTypeProperties |
getExternalSchemaType()
Return the unique identifier of the schema type that is reusable amongst assets.
|
int |
hashCode()
Return hash code for this object
|
void |
setExternalSchemaType(SchemaTypeProperties externalSchemaType)
Set up the unique identifier of the schema type that is reusable amongst assets.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, setDataType, setDefaultValuegetAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic ExternalSchemaTypeProperties()
public ExternalSchemaTypeProperties(ExternalSchemaTypeProperties template)
template - template object to copy.public SchemaTypeProperties getExternalSchemaType()
public void setExternalSchemaType(SchemaTypeProperties externalSchemaType)
externalSchemaType - string guidpublic String toString()
toString in class SimpleSchemaTypePropertiespublic boolean equals(Object objectToCompare)
equals in class SimpleSchemaTypePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SimpleSchemaTypePropertiesCopyright © 2018–2020 ODPi. All rights reserved.