com.ibm.websphere.sca.mq.structures

Interface MQRFH2Property


  1. public interface MQRFH2Property
A representation of the model object 'MQRFH2 Property'.

The following features are supported:

See Also:
WMQStructuresPackage.getMQRFH2Property()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the value of the 'Name' attribute
  1. java.lang.String
getType_()
Returns the value of the 'Type' attribute
  1. java.lang.String
getValue()
Returns the value of the 'Value' attribute
  1. void
setName(java.lang.String value)
Sets the value of the ' Name' attribute
  1. void
setType(java.lang.String value)
Sets the value of the ' Type' attribute
  1. void
setValue(java.lang.String value)
Sets the value of the ' Value' 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:

getType_

  1. 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

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

getValue

  1. 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

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