public class SchemaTypeProperties extends SchemaProperties
| Constructor and Description |
|---|
SchemaTypeProperties()
Default constructor
|
SchemaTypeProperties(SchemaTypeProperties 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.
|
String |
getAuthor()
Return the name of the author of the schema element.
|
String |
getEncodingStandard()
Return the format (encoding standard) used for this schema.
|
String |
getFormula()
Return the formula used to combine the values of the queries.
|
String |
getNamespace()
Return the name of the namespace that this type belongs to.
|
List<QueryTargetProperties> |
getQueries()
Return the list of queries that are used to create the derived schema element.
|
String |
getUsage()
Return the usage guidance for this schema element.
|
String |
getVersionNumber()
Return the version number of the schema element - null means no version number.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAuthor(String author)
Set up the name of the author of the schema element.
|
void |
setEncodingStandard(String encodingStandard)
Set up the format (encoding standard) used for this schema.
|
void |
setFormula(String formula)
Set up the formula used to combine the values of the queries.
|
void |
setNamespace(String namespace)
Set up the name of the namespace that this type belongs to.
|
void |
setQueries(List<QueryTargetProperties> queries)
Set up the list of queries that are used to create the derived schema element.
|
void |
setUsage(String usage)
Set up the usage guidance for this schema element.
|
void |
setVersionNumber(String versionNumber)
Set up the version number of the schema element - null means no version number.
|
String |
toString()
Standard toString method.
|
getIsDeprecated, getTechnicalDescription, getTechnicalName, setIsDeprecated, setTechnicalDescription, setTechnicalNamegetAbbreviation, getDescription, getDisplayName, getSummary, setAbbreviation, setDescription, setDisplayName, setSummarygetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic SchemaTypeProperties()
public SchemaTypeProperties(SchemaTypeProperties template)
template - template object to copy.public String getVersionNumber()
public void setVersionNumber(String versionNumber)
versionNumber - String version numberpublic String getAuthor()
public void setAuthor(String author)
author - String author namepublic String getUsage()
getUsage in class SupplementaryPropertiespublic void setUsage(String usage)
setUsage in class SupplementaryPropertiesusage - String usage guidancepublic String getEncodingStandard()
public void setEncodingStandard(String encodingStandard)
encodingStandard - String encoding standardpublic String getNamespace()
public void setNamespace(String namespace)
namespace - string namepublic String getFormula()
public void setFormula(String formula)
formula - String formulapublic List<QueryTargetProperties> getQueries()
public void setQueries(List<QueryTargetProperties> queries)
queries - list of queriespublic String toString()
toString in class SchemaPropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.