com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc
Class PropertyQueryResult
- java.lang.Object
com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.PropertyQueryResult
- public class PropertyQueryResult
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
PropertyQueryResult()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getUserDefinedProperties()
|
|
getUserDefinedProperties(int i)
|
|
|
setUserDefinedProperties(int i,UserDefinedProperty value)
|
|
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)