CCLContainer(String name) |
Construct a CCLContainer class |
CCLContainer(String name, CCLContainerType aType) |
Construct a CCLContainer class |
CCLContainer(String name, short ccsId) |
Construct a CCLContainer class |
CCLContainer(String name, short ccsId, CCLContainerType aType) |
Construct a CCLContainer class |
Method Summary | |
---|---|
short | getCcsId() |
ContainerData | getContainerData() |
int | getContainerDataLength() |
String | getContainerName() |
byte[] | getContainerNameInEBCDIC(String codePage) |
CCLContainerType | getContainerType() |
byte | getValueOnReturn() |
void | setCcsId(short ccsId) |
void | setContainerData(ContainerData containerData) |
void | setContainerType(CCLContainerType containerType) |
void | setValueOnReturn(byte valueOnReturn) |
public CCLContainer(String name,
short ccsId)
public CCLContainer(String name, short ccsId, CCLContainerType aType)
public CCLContainer(String name, CCLContainerType aType)
public CCLContainer(String name)
public CCLContainerType getContainerType()
public void setContainerType(CCLContainerType containerType)
public String getContainerName()
public byte[] getContainerNameInEBCDIC(String codePage) throws UnsupportedEncodingException
public ContainerData getContainerData()
public void setContainerData(ContainerData containerData)
public int getContainerDataLength()
public short getCcsId()
public void setCcsId(short ccsId)
public byte getValueOnReturn()
public void setValueOnReturn(byte valueOnReturn)