public class SchemaType extends Referenceable
| Constructor and Description |
|---|
SchemaType() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attribute> |
getAttributeList()
Gets attribute list.
|
String |
getAuthor()
Gets author.
|
String |
getDisplayName()
Gets display name.
|
String |
getEncodingStandard()
Gets encoding standard.
|
String |
getType()
Gets type.
|
String |
getUsage()
Gets usage.
|
String |
getVersionNumber()
Gets version number.
|
int |
hashCode() |
void |
setAttributeList(List<Attribute> attributeList)
Sets attribute list.
|
void |
setAuthor(String author)
Sets author.
|
void |
setDisplayName(String displayName)
Sets display name.
|
void |
setEncodingStandard(String encodingStandard)
Sets encoding standard.
|
void |
setType(String type)
Sets type.
|
void |
setUsage(String usage)
Sets usage.
|
void |
setVersionNumber(String versionNumber)
Sets version number.
|
String |
toString() |
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic boolean equals(Object o)
equals in class Referenceableprotected boolean canEqual(Object other)
canEqual in class Referenceablepublic int hashCode()
hashCode in class Referenceablepublic String toString()
toString in class Referenceablepublic String getDisplayName()
public String getAuthor()
public String getUsage()
public String getEncodingStandard()
public String getVersionNumber()
public String getType()
public List<Attribute> getAttributeList()
public void setDisplayName(String displayName)
displayName - the display namepublic void setAuthor(String author)
author - the authorpublic void setUsage(String usage)
usage - the usagepublic void setEncodingStandard(String encodingStandard)
encodingStandard - the encoding standardpublic void setVersionNumber(String versionNumber)
versionNumber - the version numberpublic void setType(String type)
type - the typeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.