IBM WebSphere Application ServerTM
Release 8

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


public interface MQRFH

A representation of the model object 'MQRFH'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQRFH()

Method Summary
 int getFlags()
          Returns the value of the 'Flags' attribute.
 java.util.List getProperty()
          Returns the value of the 'Property' containment reference list.
 boolean isSetFlags()
          Returns whether the value of the 'Flags' attribute is set
 void setFlags(int value)
          Sets the value of the 'Flags' attribute
 void unsetFlags()
          Unsets the value of the 'Flags' 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.getMQRFH_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)

getProperty

java.util.List getProperty()
Returns the value of the 'Property' containment reference list. The list contents are of type MQRFHProperty.

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

Returns:
the value of the 'Property' containment reference list.
See Also:
WMQStructuresPackage.getMQRFH_Property()

IBM WebSphere Application ServerTM
Release 8