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

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

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

See Also:
Serialized Form

Constructor Summary
BCeIDSubscription()
           
BCeIDSubscription(java.lang.String osKey, BCeIDSubscriptionCodeType codeType, java.lang.String subscriptionCode, int batchNumber, int batchItemNumber, BCeIDSubscriptionScope scope, java.lang.String question, java.lang.String answer, java.util.Calendar activationExpiryDate, java.util.Calendar createdOnDateTime, java.util.Calendar downloadDateTime, BCeIDAccount account, BCeIDSubscriptionStatus status, java.lang.String batchNumberString, java.lang.String batchItemNumberString, java.lang.String initialActivationPeriod, java.lang.String downloadDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BCeIDAccount getAccount()
          Gets the account value for this BCeIDSubscription.
 java.util.Calendar getActivationExpiryDate()
          Gets the activationExpiryDate value for this BCeIDSubscription.
 java.lang.String getAnswer()
          Gets the answer value for this BCeIDSubscription.
 int getBatchItemNumber()
          Gets the batchItemNumber value for this BCeIDSubscription.
 java.lang.String getBatchItemNumberString()
          Gets the batchItemNumberString value for this BCeIDSubscription.
 int getBatchNumber()
          Gets the batchNumber value for this BCeIDSubscription.
 java.lang.String getBatchNumberString()
          Gets the batchNumberString value for this BCeIDSubscription.
 BCeIDSubscriptionCodeType getCodeType()
          Gets the codeType value for this BCeIDSubscription.
 java.util.Calendar getCreatedOnDateTime()
          Gets the createdOnDateTime value for this BCeIDSubscription.
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 getDownloadDate()
          Gets the downloadDate value for this BCeIDSubscription.
 java.util.Calendar getDownloadDateTime()
          Gets the downloadDateTime value for this BCeIDSubscription.
 java.lang.String getInitialActivationPeriod()
          Gets the initialActivationPeriod value for this BCeIDSubscription.
 java.lang.String getOsKey()
          Gets the osKey value for this BCeIDSubscription.
 java.lang.String getQuestion()
          Gets the question value for this BCeIDSubscription.
 BCeIDSubscriptionScope getScope()
          Gets the scope value for this BCeIDSubscription.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 BCeIDSubscriptionStatus getStatus()
          Gets the status value for this BCeIDSubscription.
 java.lang.String getSubscriptionCode()
          Gets the subscriptionCode value for this BCeIDSubscription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccount(BCeIDAccount account)
          Sets the account value for this BCeIDSubscription.
 void setActivationExpiryDate(java.util.Calendar activationExpiryDate)
          Sets the activationExpiryDate value for this BCeIDSubscription.
 void setAnswer(java.lang.String answer)
          Sets the answer value for this BCeIDSubscription.
 void setBatchItemNumber(int batchItemNumber)
          Sets the batchItemNumber value for this BCeIDSubscription.
 void setBatchItemNumberString(java.lang.String batchItemNumberString)
          Sets the batchItemNumberString value for this BCeIDSubscription.
 void setBatchNumber(int batchNumber)
          Sets the batchNumber value for this BCeIDSubscription.
 void setBatchNumberString(java.lang.String batchNumberString)
          Sets the batchNumberString value for this BCeIDSubscription.
 void setCodeType(BCeIDSubscriptionCodeType codeType)
          Sets the codeType value for this BCeIDSubscription.
 void setCreatedOnDateTime(java.util.Calendar createdOnDateTime)
          Sets the createdOnDateTime value for this BCeIDSubscription.
 void setDownloadDate(java.lang.String downloadDate)
          Sets the downloadDate value for this BCeIDSubscription.
 void setDownloadDateTime(java.util.Calendar downloadDateTime)
          Sets the downloadDateTime value for this BCeIDSubscription.
 void setInitialActivationPeriod(java.lang.String initialActivationPeriod)
          Sets the initialActivationPeriod value for this BCeIDSubscription.
 void setOsKey(java.lang.String osKey)
          Sets the osKey value for this BCeIDSubscription.
 void setQuestion(java.lang.String question)
          Sets the question value for this BCeIDSubscription.
 void setScope(BCeIDSubscriptionScope scope)
          Sets the scope value for this BCeIDSubscription.
 void setStatus(BCeIDSubscriptionStatus status)
          Sets the status value for this BCeIDSubscription.
 void setSubscriptionCode(java.lang.String subscriptionCode)
          Sets the subscriptionCode value for this BCeIDSubscription.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCeIDSubscription

public BCeIDSubscription()

BCeIDSubscription

public BCeIDSubscription(java.lang.String osKey,
                         BCeIDSubscriptionCodeType codeType,
                         java.lang.String subscriptionCode,
                         int batchNumber,
                         int batchItemNumber,
                         BCeIDSubscriptionScope scope,
                         java.lang.String question,
                         java.lang.String answer,
                         java.util.Calendar activationExpiryDate,
                         java.util.Calendar createdOnDateTime,
                         java.util.Calendar downloadDateTime,
                         BCeIDAccount account,
                         BCeIDSubscriptionStatus status,
                         java.lang.String batchNumberString,
                         java.lang.String batchItemNumberString,
                         java.lang.String initialActivationPeriod,
                         java.lang.String downloadDate)
Method Detail

getOsKey

public java.lang.String getOsKey()
Gets the osKey value for this BCeIDSubscription.

Returns:
osKey

setOsKey

public void setOsKey(java.lang.String osKey)
Sets the osKey value for this BCeIDSubscription.

Parameters:
osKey -

getCodeType

public BCeIDSubscriptionCodeType getCodeType()
Gets the codeType value for this BCeIDSubscription.

Returns:
codeType

setCodeType

public void setCodeType(BCeIDSubscriptionCodeType codeType)
Sets the codeType value for this BCeIDSubscription.

Parameters:
codeType -

getSubscriptionCode

public java.lang.String getSubscriptionCode()
Gets the subscriptionCode value for this BCeIDSubscription.

Returns:
subscriptionCode

setSubscriptionCode

public void setSubscriptionCode(java.lang.String subscriptionCode)
Sets the subscriptionCode value for this BCeIDSubscription.

Parameters:
subscriptionCode -

getBatchNumber

public int getBatchNumber()
Gets the batchNumber value for this BCeIDSubscription.

Returns:
batchNumber

setBatchNumber

public void setBatchNumber(int batchNumber)
Sets the batchNumber value for this BCeIDSubscription.

Parameters:
batchNumber -

getBatchItemNumber

public int getBatchItemNumber()
Gets the batchItemNumber value for this BCeIDSubscription.

Returns:
batchItemNumber

setBatchItemNumber

public void setBatchItemNumber(int batchItemNumber)
Sets the batchItemNumber value for this BCeIDSubscription.

Parameters:
batchItemNumber -

getScope

public BCeIDSubscriptionScope getScope()
Gets the scope value for this BCeIDSubscription.

Returns:
scope

setScope

public void setScope(BCeIDSubscriptionScope scope)
Sets the scope value for this BCeIDSubscription.

Parameters:
scope -

getQuestion

public java.lang.String getQuestion()
Gets the question value for this BCeIDSubscription.

Returns:
question

setQuestion

public void setQuestion(java.lang.String question)
Sets the question value for this BCeIDSubscription.

Parameters:
question -

getAnswer

public java.lang.String getAnswer()
Gets the answer value for this BCeIDSubscription.

Returns:
answer

setAnswer

public void setAnswer(java.lang.String answer)
Sets the answer value for this BCeIDSubscription.

Parameters:
answer -

getActivationExpiryDate

public java.util.Calendar getActivationExpiryDate()
Gets the activationExpiryDate value for this BCeIDSubscription.

Returns:
activationExpiryDate

setActivationExpiryDate

public void setActivationExpiryDate(java.util.Calendar activationExpiryDate)
Sets the activationExpiryDate value for this BCeIDSubscription.

Parameters:
activationExpiryDate -

getCreatedOnDateTime

public java.util.Calendar getCreatedOnDateTime()
Gets the createdOnDateTime value for this BCeIDSubscription.

Returns:
createdOnDateTime

setCreatedOnDateTime

public void setCreatedOnDateTime(java.util.Calendar createdOnDateTime)
Sets the createdOnDateTime value for this BCeIDSubscription.

Parameters:
createdOnDateTime -

getDownloadDateTime

public java.util.Calendar getDownloadDateTime()
Gets the downloadDateTime value for this BCeIDSubscription.

Returns:
downloadDateTime

setDownloadDateTime

public void setDownloadDateTime(java.util.Calendar downloadDateTime)
Sets the downloadDateTime value for this BCeIDSubscription.

Parameters:
downloadDateTime -

getAccount

public BCeIDAccount getAccount()
Gets the account value for this BCeIDSubscription.

Returns:
account

setAccount

public void setAccount(BCeIDAccount account)
Sets the account value for this BCeIDSubscription.

Parameters:
account -

getStatus

public BCeIDSubscriptionStatus getStatus()
Gets the status value for this BCeIDSubscription.

Returns:
status

setStatus

public void setStatus(BCeIDSubscriptionStatus status)
Sets the status value for this BCeIDSubscription.

Parameters:
status -

getBatchNumberString

public java.lang.String getBatchNumberString()
Gets the batchNumberString value for this BCeIDSubscription.

Returns:
batchNumberString

setBatchNumberString

public void setBatchNumberString(java.lang.String batchNumberString)
Sets the batchNumberString value for this BCeIDSubscription.

Parameters:
batchNumberString -

getBatchItemNumberString

public java.lang.String getBatchItemNumberString()
Gets the batchItemNumberString value for this BCeIDSubscription.

Returns:
batchItemNumberString

setBatchItemNumberString

public void setBatchItemNumberString(java.lang.String batchItemNumberString)
Sets the batchItemNumberString value for this BCeIDSubscription.

Parameters:
batchItemNumberString -

getInitialActivationPeriod

public java.lang.String getInitialActivationPeriod()
Gets the initialActivationPeriod value for this BCeIDSubscription.

Returns:
initialActivationPeriod

setInitialActivationPeriod

public void setInitialActivationPeriod(java.lang.String initialActivationPeriod)
Sets the initialActivationPeriod value for this BCeIDSubscription.

Parameters:
initialActivationPeriod -

getDownloadDate

public java.lang.String getDownloadDate()
Gets the downloadDate value for this BCeIDSubscription.

Returns:
downloadDate

setDownloadDate

public void setDownloadDate(java.lang.String downloadDate)
Sets the downloadDate value for this BCeIDSubscription.

Parameters:
downloadDate -

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