|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yahoo.marketing.apt.OrderContact
public class OrderContact
| Field Summary | |
|---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private java.lang.Long |
contactID
|
private java.lang.Boolean |
primary
|
private OrderContactType |
type
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
| Constructor Summary | |
|---|---|
OrderContact()
|
|
OrderContact(java.lang.Long contactID,
java.lang.Boolean primary,
OrderContactType type)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getContactID()
Gets the contactID value for this OrderContact. |
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.Boolean |
getPrimary()
Gets the primary value for this OrderContact. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
OrderContactType |
getType()
Gets the type value for this OrderContact. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setContactID(java.lang.Long contactID)
Sets the contactID value for this OrderContact. |
void |
setPrimary(java.lang.Boolean primary)
Sets the primary value for this OrderContact. |
void |
setType(OrderContactType type)
Sets the type value for this OrderContact. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.Long contactID
private java.lang.Boolean primary
private OrderContactType type
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public OrderContact()
public OrderContact(java.lang.Long contactID,
java.lang.Boolean primary,
OrderContactType type)
| Method Detail |
|---|
public java.lang.Long getContactID()
public void setContactID(java.lang.Long contactID)
contactID - public java.lang.Boolean getPrimary()
public void setPrimary(java.lang.Boolean primary)
primary - public OrderContactType getType()
public void setType(OrderContactType type)
type - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||