com.ibm.websphere.sca.mq.structures
Interface MQRFH2Group
- public interface MQRFH2Group
The following features are supported:
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getGroup()
Returns the value of the 'Group' containment reference list.
|
|
getName()
Returns the value of the 'Name' attribute
|
|
getProperty()
Returns the value of the 'Property' containment reference list.
|
|
getRfh2Contents()
Returns the value of the 'Rfh2 Contents' attribute list
|
|
setName(java.lang.String value)
Sets the value of the '
Name ' attribute
|
Method Detail
getName
- java.lang.String getName()
Returns:
the value of the 'Name' attribute.
See Also:
setName
- void setName(java.lang.String value)
Sets the value of the '
Name
' attribute.
getRfh2Contents
- 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
- 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
- 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:
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...