Package com.ibm.cics.model
Interface ICaptureSpecificationInfoReference
-
- All Superinterfaces:
java.lang.Comparable<ICICSObjectReference<?>>
,ICICSObjectReference<ICaptureSpecificationInfo>
,ICICSResourceReference<ICaptureSpecificationInfo>
public interface ICaptureSpecificationInfoReference extends ICICSResourceReference<ICaptureSpecificationInfo>
-
-
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<ICaptureSpecificationInfo>
getCICSType()
java.lang.String
getEventbinding()
ICICSResourceType<ICaptureSpecificationInfo>
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<ICaptureSpecificationInfo> getCICSType()
- Specified by:
getCICSType
in interfaceICICSObjectReference<ICaptureSpecificationInfo>
-
getObjectType
ICICSResourceType<ICaptureSpecificationInfo> getObjectType()
-
-