com.ibm.websphere.sca.mq.structures

Interface MQRFH2Group


  1. public interface MQRFH2Group
A representation of the model object 'MQRFH2 Group'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQRFH2Group()

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getGroup()
Returns the value of the 'Group' containment reference list.
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. java.util.List
getProperty()
Returns the value of the 'Property' containment reference list.
  1. commonj.sdo.Sequence
getRfh2Contents()
Returns the value of the 'Rfh2 Contents' attribute list
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute

Method Detail

getName

  1. java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:

setName

  1. void setName(java.lang.String value)
Sets the value of the ' Name' attribute.
Parameters:
value - the new value of the 'Name' attribute.
See Also:

getRfh2Contents

  1. commonj.sdo.Sequence getRfh2Contents( )
Returns the value of the 'Rfh2 Contents' attribute list.

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

Returns:
the value of the 'Rfh2 Contents' attribute list.
See Also:

getGroup

  1. java.util.List getGroup()
Returns the value of the 'Group' containment reference list. The list contents are of type MQRFH2Group.

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

Returns:
the value of the 'Group' containment reference list.
See Also:

getProperty

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

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: