public static class CCMessageID.Text.Attributes extends ExtendibleOctetString
attributes ::=
OCTET STRING
CC-DataTypes {
MessageID {
text {
attributes {
@extendible
}
}
}
}
Each subclass adds a ContainedValue field alongside the ByteArray field inherited from ExtendibleOctetString.
The position of this class in the type hierarchy restricts what types of contained value can be used.
Used as field type by CCMessageID.Text.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
CCMessageID.Text.Attributes()
Nullary constructor.
|
CCMessageID.Text.Attributes(byte[] byteArray)
Constructs from a given initial byte array value.
|
| Modifier and Type | Method and Description |
|---|---|
CCMessageID.Text.Attributes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static CCMessageID.Text.Attributes |
copyOf(CCMessageID.Text.Attributes from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
CCMessageID.Text.Attributes |
setByteArray(byte[] value)
Sets the value of the field byteArray.
|
getByteArray, getFieldAccessors, getFieldsMap, hasByteArrayequals, hashCode, toStringcheckModify, isReadOnly, setReadOnlypublic CCMessageID.Text.Attributes()
public CCMessageID.Text.Attributes(byte[] byteArray)
byteArray - byte arraypublic CCMessageID.Text.Attributes clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static CCMessageID.Text.Attributes copyOf(CCMessageID.Text.Attributes from)
from - the object from which to copypublic CCMessageID.Text.Attributes setByteArray(byte[] value) throws IllegalStateException
setByteArray in class ExtendibleOctetStringvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-only