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

Class PropertyQueryResult

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

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

Constructor Summary

Constructor and Description
PropertyQueryResult()

Method Summary

Modifier and Type Method and Description
  1. UserDefinedProperty[]
getUserDefinedProperties()
  1. UserDefinedProperty
getUserDefinedProperties(int i)
  1. void
setUserDefinedProperties(int i,UserDefinedProperty value)
  1. 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

  1. public PropertyQueryResult()

Method Detail

getUserDefinedProperties

  1. public UserDefinedProperty[] getUserDefinedProperties( )

setUserDefinedProperties

  1. public void setUserDefinedProperties( UserDefinedProperty[] userDefinedProperties)

getUserDefinedProperties

  1. public UserDefinedProperty getUserDefinedProperties( int i)

setUserDefinedProperties

  1. public void setUserDefinedProperties( int i,
  2. UserDefinedProperty value)