public interface BeginSegmentCommand extends Triplet
The following features are supported:
AfplibPackage.getBeginSegmentCommand()| Modifier and Type | Method and Description |
|---|---|
Integer |
getFLAG1()
Returns the value of the 'FLAG1' attribute
|
Integer |
getFLAG2()
Returns the value of the 'FLAG2' attribute
|
Integer |
getLENGTH()
Returns the value of the 'LENGTH' attribute
|
Integer |
getNAME()
Returns the value of the 'NAME' attribute
|
String |
getPSNAME()
Returns the value of the 'PSNAME' attribute
|
Integer |
getSEGL()
Returns the value of the 'SEGL' attribute
|
void |
setFLAG1(Integer value)
Sets the value of the '
FLAG1' attribute |
void |
setFLAG2(Integer value)
Sets the value of the '
FLAG2' attribute |
void |
setLENGTH(Integer value)
Sets the value of the '
LENGTH' attribute |
void |
setNAME(Integer value)
Sets the value of the '
NAME' attribute |
void |
setPSNAME(String value)
Sets the value of the '
PSNAME' attribute |
void |
setSEGL(Integer value)
Sets the value of the '
SEGL' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getLENGTH()
mandatory
fixed length
setLENGTH(Integer),
AfplibPackage.getBeginSegmentCommand_LENGTH()void setLENGTH(Integer value)
LENGTH' attribute.
value - the new value of the 'LENGTH' attribute.getLENGTH()Integer getNAME()
mandatory
fixed length
setNAME(Integer),
AfplibPackage.getBeginSegmentCommand_NAME()void setNAME(Integer value)
NAME' attribute.
value - the new value of the 'NAME' attribute.getNAME()Integer getFLAG1()
mandatory
fixed length
setFLAG1(Integer),
AfplibPackage.getBeginSegmentCommand_FLAG1()void setFLAG1(Integer value)
FLAG1' attribute.
value - the new value of the 'FLAG1' attribute.getFLAG1()Integer getFLAG2()
mandatory
fixed length
setFLAG2(Integer),
AfplibPackage.getBeginSegmentCommand_FLAG2()void setFLAG2(Integer value)
FLAG2' attribute.
value - the new value of the 'FLAG2' attribute.getFLAG2()Integer getSEGL()
mandatory
fixed length
setSEGL(Integer),
AfplibPackage.getBeginSegmentCommand_SEGL()void setSEGL(Integer value)
SEGL' attribute.
value - the new value of the 'SEGL' attribute.getSEGL()String getPSNAME()
mandatory
fixed length
setPSNAME(String),
AfplibPackage.getBeginSegmentCommand_PSNAME()void setPSNAME(String value)
PSNAME' attribute.
value - the new value of the 'PSNAME' attribute.getPSNAME()Copyright © 2017. All rights reserved.