com.ibm.websphere.wim.model
Interface PageResponseControl

All Superinterfaces:
Control

public interface PageResponseControl
extends Control

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

The following features are supported:

See Also:
ModelPackage.getPageResponseControl()
Model:
Generated:

Method Summary
 byte[] getCookie()
          Returns the value of the 'Cookie' attribute.
 int getTotalSize()
          Returns the value of the 'Total Size' attribute.
 boolean isSetTotalSize()
          Returns whether the value of the 'Total Size' attribute is set.
 void setCookie(byte[] value)
          Sets the value of the 'Cookie' attribute.
 void setTotalSize(int value)
          Sets the value of the 'Total Size' attribute.
 void unsetTotalSize()
          Unsets the value of the 'Total Size' attribute.
 

Method Detail

getCookie

byte[] getCookie()
Returns the value of the 'Cookie' attribute.

See Also:
setCookie(byte[]), ModelPackage.getPageResponseControl_Cookie()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.HexBinary"
Generated:
Return:
the value of the 'Cookie' attribute.

setCookie

void setCookie(byte[] value)
Sets the value of the 'Cookie' attribute.

Parameters:
value - the new value of the 'Cookie' attribute.
See Also:
getCookie()
Generated:

getTotalSize

int getTotalSize()
Returns the value of the 'Total Size' attribute.

See Also:
isSetTotalSize(), unsetTotalSize(), setTotalSize(int), ModelPackage.getPageResponseControl_TotalSize()
Model:
unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int"
Generated:
Return:
the value of the 'Total Size' attribute.

setTotalSize

void setTotalSize(int value)
Sets the value of the 'Total Size' attribute.

Parameters:
value - the new value of the 'Total Size' attribute.
See Also:
isSetTotalSize(), unsetTotalSize(), getTotalSize()
Generated:

unsetTotalSize

void unsetTotalSize()
Unsets the value of the 'Total Size' attribute.

See Also:
isSetTotalSize(), getTotalSize(), setTotalSize(int)
Generated:

isSetTotalSize

boolean isSetTotalSize()
Returns whether the value of the 'Total Size' attribute is set.

See Also:
unsetTotalSize(), getTotalSize(), setTotalSize(int)
Generated:
Return:
whether the value of the 'Total Size' attribute is set.