Uses of Class
com.ibm.wpc.WpcSearchElementType

Packages that use WpcSearchElementType
com.ibm.wpc   
 

Uses of WpcSearchElementType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcSearchElementType
 WpcSearchElementType[] WpcSearchOperatorType.getWpcSearchElement()
          Gets the wpcSearchElement value for this WpcSearchOperatorType.
 WpcSearchElementType WpcSearchCriteriaType.getWpcSearchElement()
          Gets the wpcSearchElement value for this WpcSearchCriteriaType.
 WpcSearchElementType WpcSearchOperatorType.getWpcSearchElement(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcSearchElementType
 void WpcSearchOperatorType.setWpcSearchElement(int i, WpcSearchElementType _value)
           
 void WpcSearchCriteriaType.setWpcSearchElement(WpcSearchElementType wpcSearchElement)
          Sets the wpcSearchElement value for this WpcSearchCriteriaType.
 void WpcSearchOperatorType.setWpcSearchElement(WpcSearchElementType[] wpcSearchElement)
          Sets the wpcSearchElement value for this WpcSearchOperatorType.
 

Constructors in com.ibm.wpc with parameters of type WpcSearchElementType
WpcSearchCriteriaType(WpcSearchElementType wpcSearchElement, WpcSearchOperatorType[] wpcSearchOperator)
           
WpcSearchOperatorType(WpcSearchElementType[] wpcSearchElement, WpcSearchOperatorType[] wpcSearchOperator, java.lang.String name)