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.StringgetCapturespec()ICICSResourceType<ICaptureSpecificationData>getCICSType()java.lang.StringgetEventbinding()ICICSResourceType<ICaptureSpecificationData>getObjectType()java.lang.LonggetSeqnumber()-
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:
getCICSTypein interfaceICICSObjectReference<ICaptureSpecificationData>
-
getObjectType
ICICSResourceType<ICaptureSpecificationData> getObjectType()
-
-