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