public interface CicsWebBodyClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsWebBodyClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
DataRefOrLiteral |
getChunking()
Returns the value of the 'Chunking' containment reference.
|
DataRefOrLiteral |
getContainer()
Returns the value of the 'Container' containment reference.
|
DataRefOrLiteral |
getDocStatus()
Returns the value of the 'Doc Status' containment reference.
|
DataRefOrLiteral |
getDocToken()
Returns the value of the 'Doc Token' containment reference.
|
DataRefOrLiteral |
getFrom()
Returns the value of the 'From' containment reference.
|
DataRefOrLiteral |
getFromLength()
Returns the value of the 'From Length' containment reference.
|
DataRefOrLiteral |
getHostCodePage()
Returns the value of the 'Host Code Page' containment reference.
|
boolean |
isChunkEnd()
Returns the value of the 'Chunk End' attribute.
|
boolean |
isChunkNo()
Returns the value of the 'Chunk No' attribute.
|
boolean |
isChunkYes()
Returns the value of the 'Chunk Yes' attribute.
|
boolean |
isDocDelete()
Returns the value of the 'Doc Delete' attribute.
|
boolean |
isNoDocDelete()
Returns the value of the 'No Doc Delete' attribute.
|
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setChunkEnd(boolean value)
Sets the value of the '
Chunk End' attribute. |
void |
setChunking(DataRefOrLiteral value)
Sets the value of the '
Chunking' containment reference. |
void |
setChunkNo(boolean value)
Sets the value of the '
Chunk No' attribute. |
void |
setChunkYes(boolean value)
Sets the value of the '
Chunk Yes' attribute. |
void |
setContainer(DataRefOrLiteral value)
Sets the value of the '
Container' containment reference. |
void |
setDocDelete(boolean value)
Sets the value of the '
Doc Delete' attribute. |
void |
setDocStatus(DataRefOrLiteral value)
Sets the value of the '
Doc Status' containment reference. |
void |
setDocToken(DataRefOrLiteral value)
Sets the value of the '
Doc Token' containment reference. |
void |
setFrom(DataRefOrLiteral value)
Sets the value of the '
From' containment reference. |
void |
setFromLength(DataRefOrLiteral value)
Sets the value of the '
From Length' containment reference. |
void |
setHostCodePage(DataRefOrLiteral value)
Sets the value of the '
Host Code Page' containment reference. |
void |
setNoDocDelete(boolean value)
Sets the value of the '
No Doc Delete' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getDocToken()
The value is a representation of the data value specified in the DOCTOKEN option; if that option is not used, the value is null.
setDocToken(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_DocToken()void setDocToken(DataRefOrLiteral value)
Doc Token' containment reference.
value - the new value of the 'Doc Token' containment reference.getDocToken()boolean isNoDocDelete()
The value is true if the NODOCDELETE option is used; false otherwise.
setNoDocDelete(boolean),
COBOLPackage.getCicsWebBodyClause_NoDocDelete()void setNoDocDelete(boolean value)
No Doc Delete' attribute.
value - the new value of the 'No Doc Delete' attribute.isNoDocDelete()boolean isDocDelete()
The value is true if the DOCDELETE option is used; false otherwise.
setDocDelete(boolean),
COBOLPackage.getCicsWebBodyClause_DocDelete()void setDocDelete(boolean value)
Doc Delete' attribute.
value - the new value of the 'Doc Delete' attribute.isDocDelete()DataRefOrLiteral getDocStatus()
The value is a representation of the CICS value data area specified in the DOCSTATUS option; if that option is not used, the value is null.
setDocStatus(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_DocStatus()void setDocStatus(DataRefOrLiteral value)
Doc Status' containment reference.
value - the new value of the 'Doc Status' containment reference.getDocStatus()DataRefOrLiteral getFrom()
The value is a representation of the data value specified in the FROM option; if that option is not used, the value is null.
setFrom(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_From()void setFrom(DataRefOrLiteral value)
From' containment reference.
value - the new value of the 'From' containment reference.getFrom()DataRefOrLiteral getFromLength()
The value is a representation of the data value specified in the FROMLENGTH option; if that option is not used, the value is null.
setFromLength(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_FromLength()void setFromLength(DataRefOrLiteral value)
From Length' containment reference.
value - the new value of the 'From Length' containment reference.getFromLength()boolean isChunkNo()
The value is true if the CHUNKNO option is used; false otherwise.
setChunkNo(boolean),
COBOLPackage.getCicsWebBodyClause_ChunkNo()void setChunkNo(boolean value)
Chunk No' attribute.
value - the new value of the 'Chunk No' attribute.isChunkNo()boolean isChunkYes()
The value is true if the CHUNKYES option is used; false otherwise.
setChunkYes(boolean),
COBOLPackage.getCicsWebBodyClause_ChunkYes()void setChunkYes(boolean value)
Chunk Yes' attribute.
value - the new value of the 'Chunk Yes' attribute.isChunkYes()boolean isChunkEnd()
The value is true if the CHUNKEND option is used; false otherwise.
setChunkEnd(boolean),
COBOLPackage.getCicsWebBodyClause_ChunkEnd()void setChunkEnd(boolean value)
Chunk End' attribute.
value - the new value of the 'Chunk End' attribute.isChunkEnd()DataRefOrLiteral getChunking()
The value is a representation of the CICS value data area specified in the CHUNKING option; if that option is not used, the value is null.
setChunking(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_Chunking()void setChunking(DataRefOrLiteral value)
Chunking' containment reference.
value - the new value of the 'Chunking' containment reference.getChunking()DataRefOrLiteral getHostCodePage()
The value is a representation of the data value specified in the HOSTCODEPAGE option; if that option is not used, the value is null.
setHostCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_HostCodePage()void setHostCodePage(DataRefOrLiteral value)
Host Code Page' containment reference.
value - the new value of the 'Host Code Page' containment reference.getHostCodePage()DataRefOrLiteral getContainer()
The value is a representation of the data value specified in the CONTAINER option; if that option is not used, the value is null.
setContainer(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_Container()void setContainer(DataRefOrLiteral value)
Container' containment reference.
value - the new value of the 'Container' containment reference.getContainer()DataRefOrLiteral getChannel()
The value is a representation of the data value specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsWebBodyClause_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()