public class BillingCustomer extends Object implements Serializable
| Constructor and Description |
|---|
BillingCustomer() |
BillingCustomer(String accessCodeType,
boolean active,
String billingCode,
Calendar expirationDate,
boolean publisher) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAccessCodeType()
Gets the accessCodeType value for this BillingCustomer.
|
String |
getBillingCode()
Gets the billingCode value for this BillingCustomer.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getExpirationDate()
Gets the expirationDate value for this BillingCustomer.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this BillingCustomer.
|
boolean |
isPublisher()
Gets the publisher value for this BillingCustomer.
|
void |
setAccessCodeType(String accessCodeType)
Sets the accessCodeType value for this BillingCustomer.
|
void |
setActive(boolean active)
Sets the active value for this BillingCustomer.
|
void |
setBillingCode(String billingCode)
Sets the billingCode value for this BillingCustomer.
|
void |
setExpirationDate(Calendar expirationDate)
Sets the expirationDate value for this BillingCustomer.
|
void |
setPublisher(boolean publisher)
Sets the publisher value for this BillingCustomer.
|
public String getAccessCodeType()
public void setAccessCodeType(String accessCodeType)
accessCodeType - public boolean isActive()
public void setActive(boolean active)
active - public String getBillingCode()
public void setBillingCode(String billingCode)
billingCode - public Calendar getExpirationDate()
public void setExpirationDate(Calendar expirationDate)
expirationDate - public boolean isPublisher()
public void setPublisher(boolean publisher)
publisher - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.