com.ibm.wpc
Class WpcPeriodValueType

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

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

See Also:
Serialized Form

Constructor Summary
WpcPeriodValueType()
           
WpcPeriodValueType(java.math.BigInteger occurrence, java.lang.String startdate, java.lang.String enddate)
           
 
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 getEnddate()
          Gets the enddate value for this WpcPeriodValueType.
 java.math.BigInteger getOccurrence()
          Gets the occurrence value for this WpcPeriodValueType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStartdate()
          Gets the startdate value for this WpcPeriodValueType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setEnddate(java.lang.String enddate)
          Sets the enddate value for this WpcPeriodValueType.
 void setOccurrence(java.math.BigInteger occurrence)
          Sets the occurrence value for this WpcPeriodValueType.
 void setStartdate(java.lang.String startdate)
          Sets the startdate value for this WpcPeriodValueType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcPeriodValueType

public WpcPeriodValueType()

WpcPeriodValueType

public WpcPeriodValueType(java.math.BigInteger occurrence,
                          java.lang.String startdate,
                          java.lang.String enddate)
Method Detail

getOccurrence

public java.math.BigInteger getOccurrence()
Gets the occurrence value for this WpcPeriodValueType.

Returns:
occurrence

setOccurrence

public void setOccurrence(java.math.BigInteger occurrence)
Sets the occurrence value for this WpcPeriodValueType.

Parameters:
occurrence -

getStartdate

public java.lang.String getStartdate()
Gets the startdate value for this WpcPeriodValueType.

Returns:
startdate

setStartdate

public void setStartdate(java.lang.String startdate)
Sets the startdate value for this WpcPeriodValueType.

Parameters:
startdate -

getEnddate

public java.lang.String getEnddate()
Gets the enddate value for this WpcPeriodValueType.

Returns:
enddate

setEnddate

public void setEnddate(java.lang.String enddate)
Sets the enddate value for this WpcPeriodValueType.

Parameters:
enddate -

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