com.ibm.wpc
Class WpcTimeoutType

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

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

See Also:
Serialized Form

Constructor Summary
WpcTimeoutType()
           
WpcTimeoutType(java.lang.String duration, WpcTimeoutTypeUnit unit)
           
 
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
 java.lang.String getDuration()
          Gets the duration value for this WpcTimeoutType.
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
 WpcTimeoutTypeUnit getUnit()
          Gets the unit value for this WpcTimeoutType.
 int hashCode()
           
 void setDuration(java.lang.String duration)
          Sets the duration value for this WpcTimeoutType.
 void setUnit(WpcTimeoutTypeUnit unit)
          Sets the unit value for this WpcTimeoutType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcTimeoutType

public WpcTimeoutType()

WpcTimeoutType

public WpcTimeoutType(java.lang.String duration,
                      WpcTimeoutTypeUnit unit)
Method Detail

getDuration

public java.lang.String getDuration()
Gets the duration value for this WpcTimeoutType.

Returns:
duration

setDuration

public void setDuration(java.lang.String duration)
Sets the duration value for this WpcTimeoutType.

Parameters:
duration -

getUnit

public WpcTimeoutTypeUnit getUnit()
Gets the unit value for this WpcTimeoutType.

Returns:
unit

setUnit

public void setUnit(WpcTimeoutTypeUnit unit)
Sets the unit value for this WpcTimeoutType.

Parameters:
unit -

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