public class SchemaTypeProperties extends SchemaElementProperties
| 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 |
getNamespace()
Return the name of the namespace that this type belongs to.
|
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 |
setNamespace(String namespace)
Set up the name of the namespace that this type belongs to.
|
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.
|
getDescription, getDisplayName, isDeprecated, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, 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()
public void setUsage(String usage)
usage - 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 toString()
toString in class SchemaElementPropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaElementPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaElementPropertiesCopyright © 2018–2020 ODPi. All rights reserved.