public interface CicsWSAEPRCreateStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWSAEPRCreateStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAddress()
Returns the value of the 'Address' containment reference.
|
DataRef |
getEPRInto()
Returns the value of the 'EPR Into' containment reference.
|
DataRef |
getEPRLength()
Returns the value of the 'EPR Length' containment reference.
|
DataRef |
getEPRSet()
Returns the value of the 'EPR Set' containment reference.
|
DataRefOrLiteral |
getFromCCSId()
Returns the value of the 'From CCS Id' containment reference.
|
DataRefOrLiteral |
getFromCodePage()
Returns the value of the 'From Code Page' containment reference.
|
DataRefOrLiteral |
getMetadata()
Returns the value of the 'Metadata' containment reference.
|
DataRefOrLiteral |
getMetadataLen()
Returns the value of the 'Metadata Len' containment reference.
|
DataRefOrLiteral |
getRefParms()
Returns the value of the 'Ref Parms' containment reference.
|
DataRefOrLiteral |
getRefParmsLen()
Returns the value of the 'Ref Parms Len' containment reference.
|
void |
setAddress(DataRefOrLiteral value)
Sets the value of the '
Address' containment reference. |
void |
setEPRInto(DataRef value)
Sets the value of the '
EPR Into' containment reference. |
void |
setEPRLength(DataRef value)
Sets the value of the '
EPR Length' containment reference. |
void |
setEPRSet(DataRef value)
Sets the value of the '
EPR Set' containment reference. |
void |
setFromCCSId(DataRefOrLiteral value)
Sets the value of the '
From CCS Id' containment reference. |
void |
setFromCodePage(DataRefOrLiteral value)
Sets the value of the '
From Code Page' containment reference. |
void |
setMetadata(DataRefOrLiteral value)
Sets the value of the '
Metadata' containment reference. |
void |
setMetadataLen(DataRefOrLiteral value)
Sets the value of the '
Metadata Len' containment reference. |
void |
setRefParms(DataRefOrLiteral value)
Sets the value of the '
Ref Parms' containment reference. |
void |
setRefParmsLen(DataRefOrLiteral value)
Sets the value of the '
Ref Parms Len' containment reference. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getEPRInto()
The value is a representation of the data area specified in the EPRINTO option; if that option is not used, the value is null.
setEPRInto(DataRef),
COBOLPackage.getCicsWSAEPRCreateStmt_EPRInto()void setEPRInto(DataRef value)
EPR Into' containment reference.
value - the new value of the 'EPR Into' containment reference.getEPRInto()DataRef getEPRSet()
The value is a representation of the data area specified in the EPRSET option; if that option is not used, the value is null.
setEPRSet(DataRef),
COBOLPackage.getCicsWSAEPRCreateStmt_EPRSet()void setEPRSet(DataRef value)
EPR Set' containment reference.
value - the new value of the 'EPR Set' containment reference.getEPRSet()DataRef getEPRLength()
The value is a representation of the data area specified in the EPRLENGTH option.
setEPRLength(DataRef),
COBOLPackage.getCicsWSAEPRCreateStmt_EPRLength()void setEPRLength(DataRef value)
EPR Length' containment reference.
value - the new value of the 'EPR Length' containment reference.getEPRLength()DataRefOrLiteral getAddress()
The value is a representation of the data value specified in the ADDRESS option; if that option is not used, the value is null.
setAddress(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_Address()void setAddress(DataRefOrLiteral value)
Address' containment reference.
value - the new value of the 'Address' containment reference.getAddress()DataRefOrLiteral getRefParms()
The value is a representation of the data value specified in the REFPARMS option; if that option is not used, the value is null.
setRefParms(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_RefParms()void setRefParms(DataRefOrLiteral value)
Ref Parms' containment reference.
value - the new value of the 'Ref Parms' containment reference.getRefParms()DataRefOrLiteral getRefParmsLen()
The value is a representation of the data value specified in the REFPARMSLEN option; if that option is not used, the value is null.
setRefParmsLen(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_RefParmsLen()void setRefParmsLen(DataRefOrLiteral value)
Ref Parms Len' containment reference.
value - the new value of the 'Ref Parms Len' containment reference.getRefParmsLen()DataRefOrLiteral getMetadata()
The value is a representation of the data value specified in the METADATA option; if that option is not used, the value is null.
setMetadata(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_Metadata()void setMetadata(DataRefOrLiteral value)
Metadata' containment reference.
value - the new value of the 'Metadata' containment reference.getMetadata()DataRefOrLiteral getMetadataLen()
The value is a representation of the data value specified in the METADATALEN option; if that option is not used, the value is null.
setMetadataLen(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_MetadataLen()void setMetadataLen(DataRefOrLiteral value)
Metadata Len' containment reference.
value - the new value of the 'Metadata Len' containment reference.getMetadataLen()DataRefOrLiteral getFromCCSId()
The value is a representation of the data value specified in the FROMCCSID option; if that option is not used, the value is null.
setFromCCSId(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_FromCCSId()void setFromCCSId(DataRefOrLiteral value)
From CCS Id' containment reference.
value - the new value of the 'From CCS Id' containment reference.getFromCCSId()DataRefOrLiteral getFromCodePage()
The value is a representation of the data value specified in the FROMCODEPAGE option; if that option is not used, the value is null.
setFromCodePage(DataRefOrLiteral),
COBOLPackage.getCicsWSAEPRCreateStmt_FromCodePage()void setFromCodePage(DataRefOrLiteral value)
From Code Page' containment reference.
value - the new value of the 'From Code Page' containment reference.getFromCodePage()