public class Descriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorVersion |
protected ExtensionType |
extension |
protected String |
handle |
protected SafetyClassification |
safetyClassification |
protected CodedValue |
type |
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getDescriptorVersion()
DescriptorVersion is incremented by one with every descriptor modification.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getHandle()
Gets the value of the handle property.
|
SafetyClassification |
getSafetyClassification()
Gets the value of the safetyClassification property.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setSafetyClassification(SafetyClassification value)
Sets the value of the safetyClassification property.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue type
protected String handle
protected BigInteger descriptorVersion
protected SafetyClassification safetyClassification
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic String getHandle()
Stringpublic void setHandle(String value)
value - allowed object is
Stringpublic BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(BigInteger value)
value - allowed object is
BigIntegerpublic SafetyClassification getSafetyClassification()
SafetyClassificationpublic void setSafetyClassification(SafetyClassification value)
value - allowed object is
SafetyClassificationCopyright © 2017. All rights reserved.