public class Descriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorVersion |
protected Extension |
extension |
protected String |
handle |
protected IntendedUse |
intendedUse |
protected CodedValue |
type |
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDescriptorVersion()
A version number that is incremented by one with every descriptor modification.
|
Extension |
getExtension()
Gets the value of the extension property.
|
String |
getHandle()
Gets the value of the handle property.
|
IntendedUse |
getIntendedUse()
Gets the value of the intendedUse property.
|
CodedValue |
getType()
Gets the value of the type property.
|
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
void |
setIntendedUse(IntendedUse value)
Sets the value of the intendedUse property.
|
void |
setType(CodedValue value)
Sets the value of the type property.
|
protected Extension extension
protected CodedValue type
protected String handle
protected BigInteger descriptorVersion
protected IntendedUse intendedUse
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic 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 IntendedUse getIntendedUse()
IntendedUsepublic void setIntendedUse(IntendedUse value)
value - allowed object is
IntendedUseCopyright © 2016. All rights reserved.