|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.user.provider.capws.v8.BCeIDSubscription
| 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 |
public 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 |
public java.lang.String getOsKey()
public void setOsKey(java.lang.String osKey)
osKey - public BCeIDSubscriptionCodeType getCodeType()
public void setCodeType(BCeIDSubscriptionCodeType codeType)
codeType - public java.lang.String getSubscriptionCode()
public void setSubscriptionCode(java.lang.String subscriptionCode)
subscriptionCode - public int getBatchNumber()
public void setBatchNumber(int batchNumber)
batchNumber - public int getBatchItemNumber()
public void setBatchItemNumber(int batchItemNumber)
batchItemNumber - public BCeIDSubscriptionScope getScope()
public void setScope(BCeIDSubscriptionScope scope)
scope - public java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
question - public java.lang.String getAnswer()
public void setAnswer(java.lang.String answer)
answer - public java.util.Calendar getActivationExpiryDate()
public void setActivationExpiryDate(java.util.Calendar activationExpiryDate)
activationExpiryDate - public java.util.Calendar getCreatedOnDateTime()
public void setCreatedOnDateTime(java.util.Calendar createdOnDateTime)
createdOnDateTime - public java.util.Calendar getDownloadDateTime()
public void setDownloadDateTime(java.util.Calendar downloadDateTime)
downloadDateTime - public BCeIDAccount getAccount()
public void setAccount(BCeIDAccount account)
account - public BCeIDSubscriptionStatus getStatus()
public void setStatus(BCeIDSubscriptionStatus status)
status - public java.lang.String getBatchNumberString()
public void setBatchNumberString(java.lang.String batchNumberString)
batchNumberString - public java.lang.String getBatchItemNumberString()
public void setBatchItemNumberString(java.lang.String batchItemNumberString)
batchItemNumberString - public java.lang.String getInitialActivationPeriod()
public void setInitialActivationPeriod(java.lang.String initialActivationPeriod)
initialActivationPeriod - public java.lang.String getDownloadDate()
public void setDownloadDate(java.lang.String downloadDate)
downloadDate - public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||