IBM WebSphere Application ServerTM
Release 7

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

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.PropertyQueryResult

public class PropertyQueryResult
extends java.lang.Object

Represents a PropertyQueryResult WSRR object


Constructor Summary
PropertyQueryResult()
           
 
Method Summary
 UserDefinedProperty[] getUserDefinedProperties()
           
 UserDefinedProperty getUserDefinedProperties(int i)
           
 void setUserDefinedProperties(int i, UserDefinedProperty value)
           
 void setUserDefinedProperties(UserDefinedProperty[] userDefinedProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyQueryResult

public PropertyQueryResult()
Method Detail

getUserDefinedProperties

public UserDefinedProperty[] getUserDefinedProperties()

setUserDefinedProperties

public void setUserDefinedProperties(UserDefinedProperty[] userDefinedProperties)

getUserDefinedProperties

public UserDefinedProperty getUserDefinedProperties(int i)

setUserDefinedProperties

public void setUserDefinedProperties(int i,
                                     UserDefinedProperty value)

IBM WebSphere Application ServerTM
Release 7