public class CustomerAddressEntityCreate extends Object implements Serializable
| Constructor and Description |
|---|
CustomerAddressEntityCreate() |
CustomerAddressEntityCreate(String city,
String company,
String country_id,
String fax,
String firstname,
String lastname,
String middlename,
String postcode,
String prefix,
Integer region_id,
String region,
String[] street,
String suffix,
String telephone,
Boolean is_default_billing,
Boolean is_default_shipping) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCity()
Gets the city value for this CustomerAddressEntityCreate.
|
String |
getCompany()
Gets the company value for this CustomerAddressEntityCreate.
|
String |
getCountry_id()
Gets the country_id value for this CustomerAddressEntityCreate.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFax()
Gets the fax value for this CustomerAddressEntityCreate.
|
String |
getFirstname()
Gets the firstname value for this CustomerAddressEntityCreate.
|
Boolean |
getIs_default_billing()
Gets the is_default_billing value for this CustomerAddressEntityCreate.
|
Boolean |
getIs_default_shipping()
Gets the is_default_shipping value for this CustomerAddressEntityCreate.
|
String |
getLastname()
Gets the lastname value for this CustomerAddressEntityCreate.
|
String |
getMiddlename()
Gets the middlename value for this CustomerAddressEntityCreate.
|
String |
getPostcode()
Gets the postcode value for this CustomerAddressEntityCreate.
|
String |
getPrefix()
Gets the prefix value for this CustomerAddressEntityCreate.
|
Integer |
getRegion_id()
Gets the region_id value for this CustomerAddressEntityCreate.
|
String |
getRegion()
Gets the region value for this CustomerAddressEntityCreate.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String[] |
getStreet()
Gets the street value for this CustomerAddressEntityCreate.
|
String |
getSuffix()
Gets the suffix value for this CustomerAddressEntityCreate.
|
String |
getTelephone()
Gets the telephone value for this CustomerAddressEntityCreate.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCity(String city)
Sets the city value for this CustomerAddressEntityCreate.
|
void |
setCompany(String company)
Sets the company value for this CustomerAddressEntityCreate.
|
void |
setCountry_id(String country_id)
Sets the country_id value for this CustomerAddressEntityCreate.
|
void |
setFax(String fax)
Sets the fax value for this CustomerAddressEntityCreate.
|
void |
setFirstname(String firstname)
Sets the firstname value for this CustomerAddressEntityCreate.
|
void |
setIs_default_billing(Boolean is_default_billing)
Sets the is_default_billing value for this CustomerAddressEntityCreate.
|
void |
setIs_default_shipping(Boolean is_default_shipping)
Sets the is_default_shipping value for this CustomerAddressEntityCreate.
|
void |
setLastname(String lastname)
Sets the lastname value for this CustomerAddressEntityCreate.
|
void |
setMiddlename(String middlename)
Sets the middlename value for this CustomerAddressEntityCreate.
|
void |
setPostcode(String postcode)
Sets the postcode value for this CustomerAddressEntityCreate.
|
void |
setPrefix(String prefix)
Sets the prefix value for this CustomerAddressEntityCreate.
|
void |
setRegion_id(Integer region_id)
Sets the region_id value for this CustomerAddressEntityCreate.
|
void |
setRegion(String region)
Sets the region value for this CustomerAddressEntityCreate.
|
void |
setStreet(String[] street)
Sets the street value for this CustomerAddressEntityCreate.
|
void |
setSuffix(String suffix)
Sets the suffix value for this CustomerAddressEntityCreate.
|
void |
setTelephone(String telephone)
Sets the telephone value for this CustomerAddressEntityCreate.
|
public CustomerAddressEntityCreate()
public CustomerAddressEntityCreate(String city, String company, String country_id, String fax, String firstname, String lastname, String middlename, String postcode, String prefix, Integer region_id, String region, String[] street, String suffix, String telephone, Boolean is_default_billing, Boolean is_default_shipping)
public String getCity()
public void setCity(String city)
city - public String getCompany()
public void setCompany(String company)
company - public String getCountry_id()
public void setCountry_id(String country_id)
country_id - public String getFax()
public void setFax(String fax)
fax - public String getFirstname()
public void setFirstname(String firstname)
firstname - public String getLastname()
public void setLastname(String lastname)
lastname - public String getMiddlename()
public void setMiddlename(String middlename)
middlename - public String getPostcode()
public void setPostcode(String postcode)
postcode - public String getPrefix()
public void setPrefix(String prefix)
prefix - public Integer getRegion_id()
public void setRegion_id(Integer region_id)
region_id - public String getRegion()
public void setRegion(String region)
region - public String[] getStreet()
public void setStreet(String[] street)
street - public String getSuffix()
public void setSuffix(String suffix)
suffix - public String getTelephone()
public void setTelephone(String telephone)
telephone - public Boolean getIs_default_billing()
public void setIs_default_billing(Boolean is_default_billing)
is_default_billing - public Boolean getIs_default_shipping()
public void setIs_default_shipping(Boolean is_default_shipping)
is_default_shipping - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.