public class SchemaAttributeRequestBody extends SchemaAttributeProperties
| Constructor and Description |
|---|
SchemaAttributeRequestBody()
Default constructor
|
SchemaAttributeRequestBody(SchemaAttributeRequestBody 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.
|
SchemaAttributeProperties |
getSchemaAttributeProperties()
Return the properties that describe the schema attribute.
|
int |
hashCode()
Return hash code for this object
|
void |
setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)
Set up the properties that describe the schema attribute.
|
String |
toString()
Standard toString method.
|
getAliases, getAllowsDuplicateValues, getAttributeRelationships, getAttributeType, getDefaultValueOverride, getElementPosition, getIsNullable, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getOrderedValues, getPrecision, getSortOrder, setAliases, setAllowsDuplicateValues, setAttributeRelationships, setAttributeType, setDefaultValueOverride, setElementPosition, setIsNullable, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setOrderedValues, setPrecision, setSortOrdergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic SchemaAttributeRequestBody()
public SchemaAttributeRequestBody(SchemaAttributeRequestBody template)
template - template schema attribute to copy.public SchemaAttributeProperties getSchemaAttributeProperties()
public void setSchemaAttributeProperties(SchemaAttributeProperties schemaAttributeProperties)
schemaAttributeProperties - schema attribute propertiespublic String toString()
toString in class SchemaAttributePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaAttributePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaAttributePropertiesCopyright © 2018–2020 ODPi. All rights reserved.