IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sca.mq.structures
Interface MQRFH2


public interface MQRFH2

A representation of the model object 'MQRFH2'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQRFH2()

Method Summary
 int getFlags()
          Returns the value of the 'Flags' attribute.
 java.util.List getFolder()
          Returns the value of the 'Folder' containment reference list.
 int getNameValueCCSID()
          Returns the value of the 'Name Value CCSID' attribute.
 boolean isSetFlags()
          Returns whether the value of the 'Flags' attribute is set
 boolean isSetNameValueCCSID()
          Returns whether the value of the 'Name Value CCSID' attribute is set
 void setFlags(int value)
          Sets the value of the 'Flags' attribute
 void setNameValueCCSID(int value)
          Sets the value of the 'Name Value CCSID' attribute
 void unsetFlags()
          Unsets the value of the 'Flags' attribute
 void unsetNameValueCCSID()
          Unsets the value of the 'Name Value CCSID' attribute
 

Method Detail

getFlags

int getFlags()
Returns the value of the 'Flags' attribute. The default value is "0".

If the meaning of the 'Flags' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Flags' attribute.
See Also:
isSetFlags(), unsetFlags(), setFlags(int), WMQStructuresPackage.getMQRFH2_Flags()

setFlags

void setFlags(int value)
Sets the value of the 'Flags' attribute.

Parameters:
value - the new value of the 'Flags' attribute.
See Also:
isSetFlags(), unsetFlags(), getFlags()

unsetFlags

void unsetFlags()
Unsets the value of the 'Flags' attribute.

See Also:
isSetFlags(), getFlags(), setFlags(int)

isSetFlags

boolean isSetFlags()
Returns whether the value of the 'Flags' attribute is set.

Returns:
whether the value of the 'Flags' attribute is set.
See Also:
unsetFlags(), getFlags(), setFlags(int)

getNameValueCCSID

int getNameValueCCSID()
Returns the value of the 'Name Value CCSID' attribute. The default value is "1208".

If the meaning of the 'Name Value CCSID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name Value CCSID' attribute.
See Also:
isSetNameValueCCSID(), unsetNameValueCCSID(), setNameValueCCSID(int), WMQStructuresPackage.getMQRFH2_NameValueCCSID()

setNameValueCCSID

void setNameValueCCSID(int value)
Sets the value of the 'Name Value CCSID' attribute.

Parameters:
value - the new value of the 'Name Value CCSID' attribute.
See Also:
isSetNameValueCCSID(), unsetNameValueCCSID(), getNameValueCCSID()

unsetNameValueCCSID

void unsetNameValueCCSID()
Unsets the value of the 'Name Value CCSID' attribute.

See Also:
isSetNameValueCCSID(), getNameValueCCSID(), setNameValueCCSID(int)

isSetNameValueCCSID

boolean isSetNameValueCCSID()
Returns whether the value of the 'Name Value CCSID' attribute is set.

Returns:
whether the value of the 'Name Value CCSID' attribute is set.
See Also:
unsetNameValueCCSID(), getNameValueCCSID(), setNameValueCCSID(int)

getFolder

java.util.List getFolder()
Returns the value of the 'Folder' containment reference list. The list contents are of type MQRFH2Group.

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

Returns:
the value of the 'Folder' containment reference list.
See Also:
WMQStructuresPackage.getMQRFH2_Folder()

IBM WebSphere Application ServerTM
Release 8