ca.bc.gov.webade.user.provider.capws.v8
Class BCeIDSubscriptionBatch

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.BCeIDSubscriptionBatch
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BCeIDSubscriptionBatch()
           
BCeIDSubscriptionBatch(java.lang.String batchNumber, java.util.Calendar createdOn, BCeIDAccount createdBy, java.util.Calendar deletedOn, java.lang.String description, BCeIDSubscriptionCodeType type, java.lang.Object[] subscriptionList)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBatchNumber()
          Gets the batchNumber value for this BCeIDSubscriptionBatch.
 BCeIDAccount getCreatedBy()
          Gets the createdBy value for this BCeIDSubscriptionBatch.
 java.util.Calendar getCreatedOn()
          Gets the createdOn value for this BCeIDSubscriptionBatch.
 java.util.Calendar getDeletedOn()
          Gets the deletedOn value for this BCeIDSubscriptionBatch.
 java.lang.String getDescription()
          Gets the description value for this BCeIDSubscriptionBatch.
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
 java.lang.Object[] getSubscriptionList()
          Gets the subscriptionList value for this BCeIDSubscriptionBatch.
 BCeIDSubscriptionCodeType getType()
          Gets the type value for this BCeIDSubscriptionBatch.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBatchNumber(java.lang.String batchNumber)
          Sets the batchNumber value for this BCeIDSubscriptionBatch.
 void setCreatedBy(BCeIDAccount createdBy)
          Sets the createdBy value for this BCeIDSubscriptionBatch.
 void setCreatedOn(java.util.Calendar createdOn)
          Sets the createdOn value for this BCeIDSubscriptionBatch.
 void setDeletedOn(java.util.Calendar deletedOn)
          Sets the deletedOn value for this BCeIDSubscriptionBatch.
 void setDescription(java.lang.String description)
          Sets the description value for this BCeIDSubscriptionBatch.
 void setSubscriptionList(java.lang.Object[] subscriptionList)
          Sets the subscriptionList value for this BCeIDSubscriptionBatch.
 void setType(BCeIDSubscriptionCodeType type)
          Sets the type value for this BCeIDSubscriptionBatch.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDSubscriptionBatch

public BCeIDSubscriptionBatch()

BCeIDSubscriptionBatch

public BCeIDSubscriptionBatch(java.lang.String batchNumber,
                              java.util.Calendar createdOn,
                              BCeIDAccount createdBy,
                              java.util.Calendar deletedOn,
                              java.lang.String description,
                              BCeIDSubscriptionCodeType type,
                              java.lang.Object[] subscriptionList)
Method Detail

getBatchNumber

public java.lang.String getBatchNumber()
Gets the batchNumber value for this BCeIDSubscriptionBatch.

Returns:
batchNumber

setBatchNumber

public void setBatchNumber(java.lang.String batchNumber)
Sets the batchNumber value for this BCeIDSubscriptionBatch.

Parameters:
batchNumber -

getCreatedOn

public java.util.Calendar getCreatedOn()
Gets the createdOn value for this BCeIDSubscriptionBatch.

Returns:
createdOn

setCreatedOn

public void setCreatedOn(java.util.Calendar createdOn)
Sets the createdOn value for this BCeIDSubscriptionBatch.

Parameters:
createdOn -

getCreatedBy

public BCeIDAccount getCreatedBy()
Gets the createdBy value for this BCeIDSubscriptionBatch.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(BCeIDAccount createdBy)
Sets the createdBy value for this BCeIDSubscriptionBatch.

Parameters:
createdBy -

getDeletedOn

public java.util.Calendar getDeletedOn()
Gets the deletedOn value for this BCeIDSubscriptionBatch.

Returns:
deletedOn

setDeletedOn

public void setDeletedOn(java.util.Calendar deletedOn)
Sets the deletedOn value for this BCeIDSubscriptionBatch.

Parameters:
deletedOn -

getDescription

public java.lang.String getDescription()
Gets the description value for this BCeIDSubscriptionBatch.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this BCeIDSubscriptionBatch.

Parameters:
description -

getType

public BCeIDSubscriptionCodeType getType()
Gets the type value for this BCeIDSubscriptionBatch.

Returns:
type

setType

public void setType(BCeIDSubscriptionCodeType type)
Sets the type value for this BCeIDSubscriptionBatch.

Parameters:
type -

getSubscriptionList

public java.lang.Object[] getSubscriptionList()
Gets the subscriptionList value for this BCeIDSubscriptionBatch.

Returns:
subscriptionList

setSubscriptionList

public void setSubscriptionList(java.lang.Object[] subscriptionList)
Sets the subscriptionList value for this BCeIDSubscriptionBatch.

Parameters:
subscriptionList -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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