public interface ObjectOriginIdentifier extends Triplet
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDSID()
Returns the value of the 'DSID' attribute
|
byte[] |
getMedID()
Returns the value of the 'Med ID' attribute
|
byte[] |
getSysID()
Returns the value of the 'Sys ID' attribute
|
Integer |
getSystem()
Returns the value of the 'System' attribute
|
void |
setDSID(byte[] value)
Sets the value of the '
DSID' attribute |
void |
setMedID(byte[] value)
Sets the value of the '
Med ID' attribute |
void |
setSysID(byte[] value)
Sets the value of the '
Sys ID' attribute |
void |
setSystem(Integer value)
Sets the value of the '
System' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getSystem()
mandatory
fixed length
setSystem(Integer),
AfplibPackage.getObjectOriginIdentifier_System()void setSystem(Integer value)
System' attribute.
value - the new value of the 'System' attribute.getSystem()byte[] getSysID()
mandatory
fixed length
setSysID(byte[]),
AfplibPackage.getObjectOriginIdentifier_SysID()void setSysID(byte[] value)
Sys ID' attribute.
value - the new value of the 'Sys ID' attribute.getSysID()byte[] getMedID()
mandatory
fixed length
setMedID(byte[]),
AfplibPackage.getObjectOriginIdentifier_MedID()void setMedID(byte[] value)
Med ID' attribute.
value - the new value of the 'Med ID' attribute.getMedID()byte[] getDSID()
mandatory
fixed length
setDSID(byte[]),
AfplibPackage.getObjectOriginIdentifier_DSID()Copyright © 2017. All rights reserved.