public abstract class SchemaElementProperties extends ReferenceableProperties
additionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| Constructor and Description |
|---|
SchemaElementProperties()
Default constructor
|
SchemaElementProperties(SchemaElementProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description of the file.
|
String |
getDisplayName()
Return the display name of the file
|
int |
hashCode()
Return hash code for this object
|
boolean |
isDeprecated()
Is the schema element deprecated?
|
void |
setDeprecated(boolean deprecated)
Set whether the schema element deprecated or not.
|
void |
setDescription(String description)
Set up the description of the file.
|
void |
setDisplayName(String displayName)
Set up the display name of the file.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNamepublic SchemaElementProperties()
public SchemaElementProperties(SchemaElementProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - string namepublic String getDescription()
public void setDescription(String description)
description - string descriptionpublic boolean isDeprecated()
public void setDeprecated(boolean deprecated)
deprecated - boolean flagpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2020 ODPi. All rights reserved.