public interface CicsSoapFaultAddStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSoapFaultAddStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getFaultString()
Returns the value of the 'Fault String' containment reference.
|
DataRefOrLiteral |
getFaultStrLen()
Returns the value of the 'Fault Str Len' containment reference.
|
DataRefOrLiteral |
getFromCCSId()
Returns the value of the 'From CCS Id' containment reference.
|
DataRefOrLiteral |
getNatLang()
Returns the value of the 'Nat Lang' containment reference.
|
DataRefOrLiteral |
getSubCodeLen()
Returns the value of the 'Sub Code Len' containment reference.
|
DataRefOrLiteral |
getSubCodeStr()
Returns the value of the 'Sub Code Str' containment reference.
|
void |
setFaultString(DataRefOrLiteral value)
Sets the value of the '
Fault String' containment reference. |
void |
setFaultStrLen(DataRefOrLiteral value)
Sets the value of the '
Fault Str Len' containment reference. |
void |
setFromCCSId(DataRefOrLiteral value)
Sets the value of the '
From CCS Id' containment reference. |
void |
setNatLang(DataRefOrLiteral value)
Sets the value of the '
Nat Lang' containment reference. |
void |
setSubCodeLen(DataRefOrLiteral value)
Sets the value of the '
Sub Code Len' containment reference. |
void |
setSubCodeStr(DataRefOrLiteral value)
Sets the value of the '
Sub Code Str' 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
DataRefOrLiteral getFaultString()
The value is a representation of the data value specified in the FAULTSTRING option; if that option is not used, the value is null.
setFaultString(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultAddStmt_FaultString()void setFaultString(DataRefOrLiteral value)
Fault String' containment reference.
value - the new value of the 'Fault String' containment reference.getFaultString()DataRefOrLiteral getFaultStrLen()
The value is a representation of the data value specified in the FAULTSTRLEN option; if that option is not used, the value is null.
setFaultStrLen(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultAddStmt_FaultStrLen()void setFaultStrLen(DataRefOrLiteral value)
Fault Str Len' containment reference.
value - the new value of the 'Fault Str Len' containment reference.getFaultStrLen()DataRefOrLiteral getNatLang()
The value is a representation of the data value specified in the NATLANG option; if that option is not used, the value is null.
setNatLang(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultAddStmt_NatLang()void setNatLang(DataRefOrLiteral value)
Nat Lang' containment reference.
value - the new value of the 'Nat Lang' containment reference.getNatLang()DataRefOrLiteral getSubCodeStr()
The value is a representation of the data value specified in the SUBCODESTR option; if that option is not used, the value is null.
setSubCodeStr(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultAddStmt_SubCodeStr()void setSubCodeStr(DataRefOrLiteral value)
Sub Code Str' containment reference.
value - the new value of the 'Sub Code Str' containment reference.getSubCodeStr()DataRefOrLiteral getSubCodeLen()
The value is a representation of the data value specified in the SUBCODELEN option; if that option is not used, the value is null.
setSubCodeLen(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultAddStmt_SubCodeLen()void setSubCodeLen(DataRefOrLiteral value)
Sub Code Len' containment reference.
value - the new value of the 'Sub Code Len' containment reference.getSubCodeLen()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.getCicsSoapFaultAddStmt_FromCCSId()void setFromCCSId(DataRefOrLiteral value)
From CCS Id' containment reference.
value - the new value of the 'From CCS Id' containment reference.getFromCCSId()