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