Package com.ibm.cics.model
Interface ICaptureSpecificationDataReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICaptureSpecificationData>
,ICICSResourceReference<ICaptureSpecificationData>
public interface ICaptureSpecificationDataReference extends ICICSResourceReference<ICaptureSpecificationData>
-
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSObjectReference
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCapturespec()
ICICSResourceType<ICaptureSpecificationData>
getCICSType()
java.lang.String
getEventbinding()
ICICSResourceType<ICaptureSpecificationData>
getObjectType()
java.lang.Long
getSeqnumber()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectReference
delete, getAttributeValue, getDescription, getFilterExpression, resolve
-
Methods inherited from interface com.ibm.cics.model.ICICSResourceReference
getCICSContainer
-
-
-
-
Method Detail
-
getCapturespec
java.lang.String getCapturespec()
-
getEventbinding
java.lang.String getEventbinding()
-
getSeqnumber
java.lang.Long getSeqnumber()
-
getCICSType
ICICSResourceType<ICaptureSpecificationData> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICaptureSpecificationData>
-
getObjectType
ICICSResourceType<ICaptureSpecificationData> getObjectType()
-
-