Interface ICaptureSpecificationInfo
-
- All Superinterfaces:
ICICSObject
,ICICSResource
,com.ibm.cics.model.meta.ITypedObject
public interface ICaptureSpecificationInfo extends ICICSResource
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSResource
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCapturespec()
Getter for field CAPTURESPECICaptureSpecificationInfoReference
getCICSObjectReference()
java.lang.String
getContainer()
Getter for field CONTAINERjava.lang.String
getEventbinding()
Getter for field EVENTBINDINGjava.lang.Long
getFieldlength()
Getter for field FIELDLENGTHjava.lang.Long
getFieldoffset()
Getter for field FIELDOFFSETjava.lang.String
getFilename()
Getter for field FILENAMEjava.lang.String
getItemname()
Getter for field ITEMNAMEjava.lang.String
getLocation()
Getter for field LOCATIONICICSType<ICaptureSpecificationInfo>
getObjectType()
java.lang.Long
getSeqnumber()
Getter for field SEQNUMBERjava.lang.String
getStructname()
Getter for field STRUCTNAMEjava.lang.String
getVariablename()
Getter for field VARIABLENAME-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSContainer, getCICSRelease, getRegionName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<ICaptureSpecificationInfo> getObjectType()
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getCapturespec
java.lang.String getCapturespec()
Getter for field CAPTURESPECCapture specification name
Specifies the name of the associated capture specification. The name can be up to 32 characters in length.
-
getEventbinding
java.lang.String getEventbinding()
Getter for field EVENTBINDINGEvent binding name
Specifies the name of the associated event binding. The name can be up to 32 characters in length.
-
getContainer
java.lang.String getContainer()
Getter for field CONTAINERContainer name
Specifies a data area to receive the name of the container which contains the data if the LOCATION equals CHANNEL or FROMCHANNEL.
-
getFieldlength
java.lang.Long getFieldlength()
Getter for field FIELDLENGTHField length
Specifies the length of data to be tested by this predicate.
-
getFieldoffset
java.lang.Long getFieldoffset()
Getter for field FIELDOFFSETThe data offset within the data source
Specifies the data offset within the data source to be captured.
-
getFilename
java.lang.String getFilename()
Getter for field FILENAMELanguage structure file name
Specifies a data area to receive the first 32 characters of the name of the file which contains the imported language structure used to define this information source; all blanks for a system event or when an imported language structure was not used to define an application event.
-
getLocation
java.lang.String getLocation()
Getter for field LOCATIONLocation of the data
Specifies a data area to receive the location of the data to be tested.
-
getStructname
java.lang.String getStructname()
Getter for field STRUCTNAMELanguage structure name
Specifies a data area to recieve the first 32 characters of the name of the imported language structure.
-
getVariablename
java.lang.String getVariablename()
Getter for field VARIABLENAMELanguage structure variable name
Specifies a data area to recieve the first 32 characters of the name of the variable in the language structure name.
-
getItemname
java.lang.String getItemname()
Getter for field ITEMNAMEEmitted business information name
Specifies a data area to receive the value of the emitted business information name.
-
getSeqnumber
java.lang.Long getSeqnumber()
Getter for field SEQNUMBERBrowse sequence number
This number identifies the order in which the predicate resource was returned when using the EXEC CICS INQUIRE NEXT interface.
-
getCICSObjectReference
ICaptureSpecificationInfoReference getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceICICSResource
-
-