public class AbstractDescriptor
extends java.lang.Object
Java class for AbstractDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDescriptor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
</sequence>
<attribute name="Handle" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Handle" />
<attribute name="DescriptorVersion" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VersionCounter" />
<attribute name="SafetyClassification" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SafetyClassification" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
descriptorVersion |
protected ExtensionType |
extension |
protected java.lang.String |
handle |
protected SafetyClassification |
safetyClassification |
protected CodedValue |
type |
| Constructor and Description |
|---|
AbstractDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigInteger |
getDescriptorVersion()
Gets the value of the descriptorVersion property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.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(java.math.BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHandle(java.lang.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.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected CodedValue type
protected java.lang.String handle
protected java.math.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 java.lang.String getHandle()
Stringpublic void setHandle(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic SafetyClassification getSafetyClassification()
SafetyClassificationpublic void setSafetyClassification(SafetyClassification value)
value - allowed object is
SafetyClassificationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object