com.ibm.wpc
Class WpcAvilabilityPeriodType

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

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

See Also:
Serialized Form

Constructor Summary
WpcAvilabilityPeriodType()
           
WpcAvilabilityPeriodType(java.util.Date START_DATE, java.util.Date END_DATE)
           
 
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.util.Date getEND_DATE()
          Gets the END_DATE value for this WpcAvilabilityPeriodType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Date getSTART_DATE()
          Gets the START_DATE value for this WpcAvilabilityPeriodType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEND_DATE(java.util.Date END_DATE)
          Sets the END_DATE value for this WpcAvilabilityPeriodType.
 void setSTART_DATE(java.util.Date START_DATE)
          Sets the START_DATE value for this WpcAvilabilityPeriodType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcAvilabilityPeriodType

public WpcAvilabilityPeriodType()

WpcAvilabilityPeriodType

public WpcAvilabilityPeriodType(java.util.Date START_DATE,
                                java.util.Date END_DATE)
Method Detail

getSTART_DATE

public java.util.Date getSTART_DATE()
Gets the START_DATE value for this WpcAvilabilityPeriodType.

Returns:
START_DATE

setSTART_DATE

public void setSTART_DATE(java.util.Date START_DATE)
Sets the START_DATE value for this WpcAvilabilityPeriodType.

Parameters:
START_DATE -

getEND_DATE

public java.util.Date getEND_DATE()
Gets the END_DATE value for this WpcAvilabilityPeriodType.

Returns:
END_DATE

setEND_DATE

public void setEND_DATE(java.util.Date END_DATE)
Sets the END_DATE value for this WpcAvilabilityPeriodType.

Parameters:
END_DATE -

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