|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.ShipTo
public class ShipTo
| Constructor Summary | |
|---|---|
ShipTo()
|
|
ShipTo(java.lang.String title,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String suffix,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String street4,
java.lang.String city,
java.lang.String county,
java.lang.String state,
java.lang.String postalCode,
java.lang.String country,
java.lang.String company,
java.lang.String phoneNumber,
java.lang.String email,
java.lang.String shippingMethod)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCity()
Gets the city value for this ShipTo. |
java.lang.String |
getCompany()
Gets the company value for this ShipTo. |
java.lang.String |
getCountry()
Gets the country value for this ShipTo. |
java.lang.String |
getCounty()
Gets the county value for this ShipTo. |
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 |
getEmail()
Gets the email value for this ShipTo. |
java.lang.String |
getFirstName()
Gets the firstName value for this ShipTo. |
java.lang.String |
getLastName()
Gets the lastName value for this ShipTo. |
java.lang.String |
getMiddleName()
Gets the middleName value for this ShipTo. |
java.lang.String |
getPhoneNumber()
Gets the phoneNumber value for this ShipTo. |
java.lang.String |
getPostalCode()
Gets the postalCode value for this ShipTo. |
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 |
getShippingMethod()
Gets the shippingMethod value for this ShipTo. |
java.lang.String |
getState()
Gets the state value for this ShipTo. |
java.lang.String |
getStreet1()
Gets the street1 value for this ShipTo. |
java.lang.String |
getStreet2()
Gets the street2 value for this ShipTo. |
java.lang.String |
getStreet3()
Gets the street3 value for this ShipTo. |
java.lang.String |
getStreet4()
Gets the street4 value for this ShipTo. |
java.lang.String |
getSuffix()
Gets the suffix value for this ShipTo. |
java.lang.String |
getTitle()
Gets the title value for this ShipTo. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCity(java.lang.String city)
Sets the city value for this ShipTo. |
void |
setCompany(java.lang.String company)
Sets the company value for this ShipTo. |
void |
setCountry(java.lang.String country)
Sets the country value for this ShipTo. |
void |
setCounty(java.lang.String county)
Sets the county value for this ShipTo. |
void |
setEmail(java.lang.String email)
Sets the email value for this ShipTo. |
void |
setFirstName(java.lang.String firstName)
Sets the firstName value for this ShipTo. |
void |
setLastName(java.lang.String lastName)
Sets the lastName value for this ShipTo. |
void |
setMiddleName(java.lang.String middleName)
Sets the middleName value for this ShipTo. |
void |
setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this ShipTo. |
void |
setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this ShipTo. |
void |
setShippingMethod(java.lang.String shippingMethod)
Sets the shippingMethod value for this ShipTo. |
void |
setState(java.lang.String state)
Sets the state value for this ShipTo. |
void |
setStreet1(java.lang.String street1)
Sets the street1 value for this ShipTo. |
void |
setStreet2(java.lang.String street2)
Sets the street2 value for this ShipTo. |
void |
setStreet3(java.lang.String street3)
Sets the street3 value for this ShipTo. |
void |
setStreet4(java.lang.String street4)
Sets the street4 value for this ShipTo. |
void |
setSuffix(java.lang.String suffix)
Sets the suffix value for this ShipTo. |
void |
setTitle(java.lang.String title)
Sets the title value for this ShipTo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShipTo()
public ShipTo(java.lang.String title,
java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName,
java.lang.String suffix,
java.lang.String street1,
java.lang.String street2,
java.lang.String street3,
java.lang.String street4,
java.lang.String city,
java.lang.String county,
java.lang.String state,
java.lang.String postalCode,
java.lang.String country,
java.lang.String company,
java.lang.String phoneNumber,
java.lang.String email,
java.lang.String shippingMethod)
| Method Detail |
|---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - public java.lang.String getMiddleName()
public void setMiddleName(java.lang.String middleName)
middleName - public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName - public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix - public java.lang.String getStreet1()
public void setStreet1(java.lang.String street1)
street1 - public java.lang.String getStreet2()
public void setStreet2(java.lang.String street2)
street2 - public java.lang.String getStreet3()
public void setStreet3(java.lang.String street3)
street3 - public java.lang.String getStreet4()
public void setStreet4(java.lang.String street4)
street4 - public java.lang.String getCity()
public void setCity(java.lang.String city)
city - public java.lang.String getCounty()
public void setCounty(java.lang.String county)
county - public java.lang.String getState()
public void setState(java.lang.String state)
state - public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode - public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - public java.lang.String getCompany()
public void setCompany(java.lang.String company)
company - public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber - public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - public java.lang.String getShippingMethod()
public void setShippingMethod(java.lang.String shippingMethod)
shippingMethod - 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 | ||||||||