com.ibm.websphere.wim.model
Interface ChangeResponseControl

All Superinterfaces:
Control, SearchResponseControl

public interface ChangeResponseControl
extends SearchResponseControl

A representation of the model object 'Change Response Control'.

The following features are supported:

See Also:
ModelPackage.getChangeResponseControl()
Model:
extendedMetaData="name='ChangeResponseControl' kind='elementOnly'"
Generated:

Method Summary
 CheckPointType createCheckPoint()
          This method will return a new CheckPointType object that is contained by this object.
 java.util.List getCheckPoint()
          Returns the value of the 'Check Point' containment reference list.
 CheckPointType[] getCheckPointAsArray()
          Returns the array value of the 'Check Point' containment reference list.
 
Methods inherited from interface com.ibm.websphere.wim.model.SearchResponseControl
isHasMoreResults, isSetHasMoreResults, setHasMoreResults, unsetHasMoreResults
 

Method Detail

getCheckPoint

java.util.List getCheckPoint()
Returns the value of the 'Check Point' containment reference list. The list contents are of type CheckPointType.

If the meaning of the 'Check Point' containment reference list isn't clear, there really should be more of a description here...

See Also:
ModelPackage.getChangeResponseControl_CheckPoint()
Model:
type="com.ibm.websphere.wim.model.CheckPointType" containment="true" extendedMetaData="kind='element' name='checkPoint' namespace='##targetNamespace'"
Generated:
Return:
the value of the 'Check Point' containment reference list.

getCheckPointAsArray

CheckPointType[] getCheckPointAsArray()
Returns the array value of the 'Check Point' containment reference list.

If the meaning of the 'Check Point' containment reference list isn't clear, there really should be more of a description here...

See Also:
ModelPackage.getChangeResponseControl_CheckPoint()
Generated:
Return:
the array value of the 'Check Point' containment reference list.

createCheckPoint

CheckPointType createCheckPoint()
This method will return a new CheckPointType object that is contained by this object. This is equivalent to calling createDataObject("checkPoint").

Generated:
Return:
CheckPointType