 com.microfocus.cics.client.CCLContainer
com.microfocus.cics.client.CCLContainer 
                  		
               
| 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)
| name | name passed in as a bytearray | 
| ccsId | coded character set ID | 
public CCLContainer(String name, short ccsId, CCLContainerType aType)
| name | name passed in as a bytearray | 
| ccsId | coded character set ID | 
| aType | container type | 
public CCLContainer(String name, CCLContainerType aType)
| name | name passed in as a bytearray | 
| aType | container type | 
public CCLContainer(String name)
| name | name passed in as a bytearray | 
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)