public class AnnouncementsDeliverySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AnnouncementsDeliverySoap() |
AnnouncementsDeliverySoap(long companyId,
long deliveryId,
boolean email,
long primaryKey,
boolean sms,
java.lang.String type,
long userId,
boolean website) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this AnnouncementsDeliverySoap.
|
long |
getDeliveryId()
Gets the deliveryId value for this AnnouncementsDeliverySoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getPrimaryKey()
Gets the primaryKey value for this AnnouncementsDeliverySoap.
|
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 |
getType()
Gets the type value for this AnnouncementsDeliverySoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUserId()
Gets the userId value for this AnnouncementsDeliverySoap.
|
int |
hashCode() |
boolean |
isEmail()
Gets the email value for this AnnouncementsDeliverySoap.
|
boolean |
isSms()
Gets the sms value for this AnnouncementsDeliverySoap.
|
boolean |
isWebsite()
Gets the website value for this AnnouncementsDeliverySoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this AnnouncementsDeliverySoap.
|
void |
setDeliveryId(long deliveryId)
Sets the deliveryId value for this AnnouncementsDeliverySoap.
|
void |
setEmail(boolean email)
Sets the email value for this AnnouncementsDeliverySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this AnnouncementsDeliverySoap.
|
void |
setSms(boolean sms)
Sets the sms value for this AnnouncementsDeliverySoap.
|
void |
setType(java.lang.String type)
Sets the type value for this AnnouncementsDeliverySoap.
|
void |
setUserId(long userId)
Sets the userId value for this AnnouncementsDeliverySoap.
|
void |
setWebsite(boolean website)
Sets the website value for this AnnouncementsDeliverySoap.
|
public AnnouncementsDeliverySoap()
public AnnouncementsDeliverySoap(long companyId,
long deliveryId,
boolean email,
long primaryKey,
boolean sms,
java.lang.String type,
long userId,
boolean website)
public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public long getDeliveryId()
public void setDeliveryId(long deliveryId)
deliveryId - public boolean isEmail()
public void setEmail(boolean email)
email - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public boolean isSms()
public void setSms(boolean sms)
sms - public java.lang.String getType()
public void setType(java.lang.String type)
type - public long getUserId()
public void setUserId(long userId)
userId - public boolean isWebsite()
public void setWebsite(boolean website)
website - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)