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


public interface MQRFH2Property

A representation of the model object 'MQRFH2 Property'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQRFH2Property()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getType_()
          Returns the value of the 'Type' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Method Detail

getName

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(String), WMQStructuresPackage.getMQRFH2Property_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getType_

java.lang.String getType_()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), WMQStructuresPackage.getMQRFH2Property_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType_()

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), WMQStructuresPackage.getMQRFH2Property_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()