com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc

Class UserDefinedProperty

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.UserDefinedProperty

  1. public class UserDefinedProperty
  2. extends java.lang.Object
Represents a UserDefinedProperty WSRR object

Constructor Summary

Constructor and Description
UserDefinedProperty()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
  1. java.lang.String
getValue()
  1. void
setName(java.lang.String name)
  1. void
setValue(java.lang.String value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

UserDefinedProperty

  1. public UserDefinedProperty()

Method Detail

getName

  1. public java.lang.String getName( )

setName

  1. public void setName(java.lang.String name)

getValue

  1. public java.lang.String getValue( )

setValue

  1. public void setValue(java.lang.String value)