public interface CPD extends SF
The following features are supported:
AfplibPackage.getCPD()| Modifier and Type | Method and Description |
|---|---|
String |
getCPDesc()
Returns the value of the 'CP Desc' attribute
|
Integer |
getCPGID()
Returns the value of the 'CPGID' attribute
|
Integer |
getEncScheme()
Returns the value of the 'Enc Scheme' attribute
|
Integer |
getGCGIDLen()
Returns the value of the 'GCGID Len' attribute
|
Integer |
getGCSGID()
Returns the value of the 'GCSGID' attribute
|
Integer |
getNumCdPts()
Returns the value of the 'Num Cd Pts' attribute
|
void |
setCPDesc(String value)
Sets the value of the '
CP Desc' attribute |
void |
setCPGID(Integer value)
Sets the value of the '
CPGID' attribute |
void |
setEncScheme(Integer value)
Sets the value of the '
Enc Scheme' attribute |
void |
setGCGIDLen(Integer value)
Sets the value of the '
GCGID Len' attribute |
void |
setGCSGID(Integer value)
Sets the value of the '
GCSGID' attribute |
void |
setNumCdPts(Integer value)
Sets the value of the '
Num Cd Pts' attribute |
getCharset, getChildren, getId, getLength, getNumber, getOffset, getRawData, isBegin, isDefault, isEnd, setCharset, setId, setLength, setNumber, setOffset, setRawDataString getCPDesc()
mandatory
fixed length
setCPDesc(String),
AfplibPackage.getCPD_CPDesc()void setCPDesc(String value)
CP Desc' attribute.
value - the new value of the 'CP Desc' attribute.getCPDesc()Integer getGCGIDLen()
mandatory
fixed length
setGCGIDLen(Integer),
AfplibPackage.getCPD_GCGIDLen()void setGCGIDLen(Integer value)
GCGID Len' attribute.
value - the new value of the 'GCGID Len' attribute.getGCGIDLen()Integer getNumCdPts()
mandatory
fixed length
setNumCdPts(Integer),
AfplibPackage.getCPD_NumCdPts()void setNumCdPts(Integer value)
Num Cd Pts' attribute.
value - the new value of the 'Num Cd Pts' attribute.getNumCdPts()Integer getGCSGID()
mandatory
fixed length
setGCSGID(Integer),
AfplibPackage.getCPD_GCSGID()void setGCSGID(Integer value)
GCSGID' attribute.
value - the new value of the 'GCSGID' attribute.getGCSGID()Integer getCPGID()
mandatory
fixed length
setCPGID(Integer),
AfplibPackage.getCPD_CPGID()void setCPGID(Integer value)
CPGID' attribute.
value - the new value of the 'CPGID' attribute.getCPGID()Integer getEncScheme()
optional
fixed length
setEncScheme(Integer),
AfplibPackage.getCPD_EncScheme()void setEncScheme(Integer value)
Enc Scheme' attribute.
value - the new value of the 'Enc Scheme' attribute.getEncScheme()Copyright © 2017. All rights reserved.