com.ibm.wpc
Class WpcSearchElementType

java.lang.Object
  extended by com.ibm.wpc.WpcSearchElementType
All Implemented Interfaces:
java.io.Serializable

public class WpcSearchElementType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
WpcSearchElementType()
           
WpcSearchElementType(java.lang.String wpcAttributePath, java.lang.String wpcAttributeValue, boolean wpcAttributeNotPredicate, WpcSearchElementTypeWpcSearchElementOperator wpcSearchElementOperator)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getWpcAttributePath()
          Gets the wpcAttributePath value for this WpcSearchElementType.
 java.lang.String getWpcAttributeValue()
          Gets the wpcAttributeValue value for this WpcSearchElementType.
 WpcSearchElementTypeWpcSearchElementOperator getWpcSearchElementOperator()
          Gets the wpcSearchElementOperator value for this WpcSearchElementType.
 int hashCode()
           
 boolean isWpcAttributeNotPredicate()
          Gets the wpcAttributeNotPredicate value for this WpcSearchElementType.
 void setWpcAttributeNotPredicate(boolean wpcAttributeNotPredicate)
          Sets the wpcAttributeNotPredicate value for this WpcSearchElementType.
 void setWpcAttributePath(java.lang.String wpcAttributePath)
          Sets the wpcAttributePath value for this WpcSearchElementType.
 void setWpcAttributeValue(java.lang.String wpcAttributeValue)
          Sets the wpcAttributeValue value for this WpcSearchElementType.
 void setWpcSearchElementOperator(WpcSearchElementTypeWpcSearchElementOperator wpcSearchElementOperator)
          Sets the wpcSearchElementOperator value for this WpcSearchElementType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcSearchElementType

public WpcSearchElementType()

WpcSearchElementType

public WpcSearchElementType(java.lang.String wpcAttributePath,
                            java.lang.String wpcAttributeValue,
                            boolean wpcAttributeNotPredicate,
                            WpcSearchElementTypeWpcSearchElementOperator wpcSearchElementOperator)
Method Detail

getWpcAttributePath

public java.lang.String getWpcAttributePath()
Gets the wpcAttributePath value for this WpcSearchElementType.

Returns:
wpcAttributePath

setWpcAttributePath

public void setWpcAttributePath(java.lang.String wpcAttributePath)
Sets the wpcAttributePath value for this WpcSearchElementType.

Parameters:
wpcAttributePath -

getWpcAttributeValue

public java.lang.String getWpcAttributeValue()
Gets the wpcAttributeValue value for this WpcSearchElementType.

Returns:
wpcAttributeValue

setWpcAttributeValue

public void setWpcAttributeValue(java.lang.String wpcAttributeValue)
Sets the wpcAttributeValue value for this WpcSearchElementType.

Parameters:
wpcAttributeValue -

isWpcAttributeNotPredicate

public boolean isWpcAttributeNotPredicate()
Gets the wpcAttributeNotPredicate value for this WpcSearchElementType.

Returns:
wpcAttributeNotPredicate

setWpcAttributeNotPredicate

public void setWpcAttributeNotPredicate(boolean wpcAttributeNotPredicate)
Sets the wpcAttributeNotPredicate value for this WpcSearchElementType.

Parameters:
wpcAttributeNotPredicate -

getWpcSearchElementOperator

public WpcSearchElementTypeWpcSearchElementOperator getWpcSearchElementOperator()
Gets the wpcSearchElementOperator value for this WpcSearchElementType.

Returns:
wpcSearchElementOperator

setWpcSearchElementOperator

public void setWpcSearchElementOperator(WpcSearchElementTypeWpcSearchElementOperator wpcSearchElementOperator)
Sets the wpcSearchElementOperator value for this WpcSearchElementType.

Parameters:
wpcSearchElementOperator -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer