org.broadleafcommerce.vendor.cybersource.service.api
Class ShipTo

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.ShipTo
All Implemented Interfaces:
java.io.Serializable

public class ShipTo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

ShipTo

public ShipTo()

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

getTitle

public java.lang.String getTitle()
Gets the title value for this ShipTo.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this ShipTo.

Parameters:
title -

getFirstName

public java.lang.String getFirstName()
Gets the firstName value for this ShipTo.

Returns:
firstName

setFirstName

public void setFirstName(java.lang.String firstName)
Sets the firstName value for this ShipTo.

Parameters:
firstName -

getMiddleName

public java.lang.String getMiddleName()
Gets the middleName value for this ShipTo.

Returns:
middleName

setMiddleName

public void setMiddleName(java.lang.String middleName)
Sets the middleName value for this ShipTo.

Parameters:
middleName -

getLastName

public java.lang.String getLastName()
Gets the lastName value for this ShipTo.

Returns:
lastName

setLastName

public void setLastName(java.lang.String lastName)
Sets the lastName value for this ShipTo.

Parameters:
lastName -

getSuffix

public java.lang.String getSuffix()
Gets the suffix value for this ShipTo.

Returns:
suffix

setSuffix

public void setSuffix(java.lang.String suffix)
Sets the suffix value for this ShipTo.

Parameters:
suffix -

getStreet1

public java.lang.String getStreet1()
Gets the street1 value for this ShipTo.

Returns:
street1

setStreet1

public void setStreet1(java.lang.String street1)
Sets the street1 value for this ShipTo.

Parameters:
street1 -

getStreet2

public java.lang.String getStreet2()
Gets the street2 value for this ShipTo.

Returns:
street2

setStreet2

public void setStreet2(java.lang.String street2)
Sets the street2 value for this ShipTo.

Parameters:
street2 -

getStreet3

public java.lang.String getStreet3()
Gets the street3 value for this ShipTo.

Returns:
street3

setStreet3

public void setStreet3(java.lang.String street3)
Sets the street3 value for this ShipTo.

Parameters:
street3 -

getStreet4

public java.lang.String getStreet4()
Gets the street4 value for this ShipTo.

Returns:
street4

setStreet4

public void setStreet4(java.lang.String street4)
Sets the street4 value for this ShipTo.

Parameters:
street4 -

getCity

public java.lang.String getCity()
Gets the city value for this ShipTo.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this ShipTo.

Parameters:
city -

getCounty

public java.lang.String getCounty()
Gets the county value for this ShipTo.

Returns:
county

setCounty

public void setCounty(java.lang.String county)
Sets the county value for this ShipTo.

Parameters:
county -

getState

public java.lang.String getState()
Gets the state value for this ShipTo.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this ShipTo.

Parameters:
state -

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this ShipTo.

Returns:
postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this ShipTo.

Parameters:
postalCode -

getCountry

public java.lang.String getCountry()
Gets the country value for this ShipTo.

Returns:
country

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this ShipTo.

Parameters:
country -

getCompany

public java.lang.String getCompany()
Gets the company value for this ShipTo.

Returns:
company

setCompany

public void setCompany(java.lang.String company)
Sets the company value for this ShipTo.

Parameters:
company -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this ShipTo.

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this ShipTo.

Parameters:
phoneNumber -

getEmail

public java.lang.String getEmail()
Gets the email value for this ShipTo.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this ShipTo.

Parameters:
email -

getShippingMethod

public java.lang.String getShippingMethod()
Gets the shippingMethod value for this ShipTo.

Returns:
shippingMethod

setShippingMethod

public void setShippingMethod(java.lang.String shippingMethod)
Sets the shippingMethod value for this ShipTo.

Parameters:
shippingMethod -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2010. All Rights Reserved.