public interface CicsSoapFaultCreateStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSoapFaultCreateStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getDetail()
Returns the value of the 'Detail' containment reference.
|
DataRefOrLiteral |
getDetailLength()
Returns the value of the 'Detail Length' containment reference.
|
DataRefOrLiteral |
getFaultActLen()
Returns the value of the 'Fault Act Len' containment reference.
|
DataRefOrLiteral |
getFaultActor()
Returns the value of the 'Fault Actor' containment reference.
|
DataRefOrLiteral |
getFaultCode()
Returns the value of the 'Fault Code' containment reference.
|
DataRefOrLiteral |
getFaultCodeLen()
Returns the value of the 'Fault Code Len' containment reference.
|
DataRefOrLiteral |
getFaultCodeStr()
Returns the value of the 'Fault Code Str' containment reference.
|
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 |
getRole()
Returns the value of the 'Role' containment reference.
|
DataRefOrLiteral |
getRoleLength()
Returns the value of the 'Role Length' containment reference.
|
boolean |
isClient()
Returns the value of the 'Client' attribute.
|
boolean |
isReceiver()
Returns the value of the 'Receiver' attribute.
|
boolean |
isSender()
Returns the value of the 'Sender' attribute.
|
boolean |
isServer()
Returns the value of the 'Server' attribute.
|
void |
setClient(boolean value)
Sets the value of the '
Client' attribute. |
void |
setDetail(DataRefOrLiteral value)
Sets the value of the '
Detail' containment reference. |
void |
setDetailLength(DataRefOrLiteral value)
Sets the value of the '
Detail Length' containment reference. |
void |
setFaultActLen(DataRefOrLiteral value)
Sets the value of the '
Fault Act Len' containment reference. |
void |
setFaultActor(DataRefOrLiteral value)
Sets the value of the '
Fault Actor' containment reference. |
void |
setFaultCode(DataRefOrLiteral value)
Sets the value of the '
Fault Code' containment reference. |
void |
setFaultCodeLen(DataRefOrLiteral value)
Sets the value of the '
Fault Code Len' containment reference. |
void |
setFaultCodeStr(DataRefOrLiteral value)
Sets the value of the '
Fault 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 |
setReceiver(boolean value)
Sets the value of the '
Receiver' attribute. |
void |
setRole(DataRefOrLiteral value)
Sets the value of the '
Role' containment reference. |
void |
setRoleLength(DataRefOrLiteral value)
Sets the value of the '
Role Length' containment reference. |
void |
setSender(boolean value)
Sets the value of the '
Sender' attribute. |
void |
setServer(boolean value)
Sets the value of the '
Server' attribute. |
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 getFaultCode()
The value is a representation of the CICS value data area specified in the FAULTCODE option; if that option is not used, the value is null.
setFaultCode(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_FaultCode()void setFaultCode(DataRefOrLiteral value)
Fault Code' containment reference.
value - the new value of the 'Fault Code' containment reference.getFaultCode()boolean isClient()
The value is true if the CLIENT option is used; false otherwise.
setClient(boolean),
COBOLPackage.getCicsSoapFaultCreateStmt_Client()void setClient(boolean value)
Client' attribute.
value - the new value of the 'Client' attribute.isClient()boolean isServer()
The value is true if the SERVER option is used; false otherwise.
setServer(boolean),
COBOLPackage.getCicsSoapFaultCreateStmt_Server()void setServer(boolean value)
Server' attribute.
value - the new value of the 'Server' attribute.isServer()boolean isSender()
The value is true if the SENDER option is used; false otherwise.
setSender(boolean),
COBOLPackage.getCicsSoapFaultCreateStmt_Sender()void setSender(boolean value)
Sender' attribute.
value - the new value of the 'Sender' attribute.isSender()boolean isReceiver()
The value is true if the RECEIVER option is used; false otherwise.
setReceiver(boolean),
COBOLPackage.getCicsSoapFaultCreateStmt_Receiver()void setReceiver(boolean value)
Receiver' attribute.
value - the new value of the 'Receiver' attribute.isReceiver()DataRefOrLiteral getFaultCodeStr()
The value is a representation of the data value specified in the FAULTCODESTR option; if that option is not used, the value is null.
setFaultCodeStr(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_FaultCodeStr()void setFaultCodeStr(DataRefOrLiteral value)
Fault Code Str' containment reference.
value - the new value of the 'Fault Code Str' containment reference.getFaultCodeStr()DataRefOrLiteral getFaultCodeLen()
The value is a representation of the data value specified in the FAULTCODELEN option; if that option is not used, the value is null.
setFaultCodeLen(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_FaultCodeLen()void setFaultCodeLen(DataRefOrLiteral value)
Fault Code Len' containment reference.
value - the new value of the 'Fault Code Len' containment reference.getFaultCodeLen()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.getCicsSoapFaultCreateStmt_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.getCicsSoapFaultCreateStmt_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.getCicsSoapFaultCreateStmt_NatLang()void setNatLang(DataRefOrLiteral value)
Nat Lang' containment reference.
value - the new value of the 'Nat Lang' containment reference.getNatLang()DataRefOrLiteral getRole()
The value is a representation of the data value specified in the ROLE option; if that option is not used, the value is null.
setRole(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_Role()void setRole(DataRefOrLiteral value)
Role' containment reference.
value - the new value of the 'Role' containment reference.getRole()DataRefOrLiteral getRoleLength()
The value is a representation of the data value specified in the ROLELENGTH option; if that option is not used, the value is null.
setRoleLength(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_RoleLength()void setRoleLength(DataRefOrLiteral value)
Role Length' containment reference.
value - the new value of the 'Role Length' containment reference.getRoleLength()DataRefOrLiteral getFaultActor()
The value is a representation of the data value specified in the FAULTACTOR option; if that option is not used, the value is null.
setFaultActor(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_FaultActor()void setFaultActor(DataRefOrLiteral value)
Fault Actor' containment reference.
value - the new value of the 'Fault Actor' containment reference.getFaultActor()DataRefOrLiteral getFaultActLen()
The value is a representation of the data value specified in the FAULTACTLEN option; if that option is not used, the value is null.
setFaultActLen(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_FaultActLen()void setFaultActLen(DataRefOrLiteral value)
Fault Act Len' containment reference.
value - the new value of the 'Fault Act Len' containment reference.getFaultActLen()DataRefOrLiteral getDetail()
The value is a representation of the data value specified in the DETAIL option; if that option is not used, the value is null.
setDetail(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_Detail()void setDetail(DataRefOrLiteral value)
Detail' containment reference.
value - the new value of the 'Detail' containment reference.getDetail()DataRefOrLiteral getDetailLength()
The value is a representation of the data value specified in the DETAILLENGTH option; if that option is not used, the value is null.
setDetailLength(DataRefOrLiteral),
COBOLPackage.getCicsSoapFaultCreateStmt_DetailLength()void setDetailLength(DataRefOrLiteral value)
Detail Length' containment reference.
value - the new value of the 'Detail Length' containment reference.getDetailLength()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.getCicsSoapFaultCreateStmt_FromCCSId()void setFromCCSId(DataRefOrLiteral value)
From CCS Id' containment reference.
value - the new value of the 'From CCS Id' containment reference.getFromCCSId()