|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Address
public class Address
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Address2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Address3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
address1
|
protected java.lang.String |
address2
|
protected java.lang.String |
address3
|
protected java.lang.String |
city
|
protected java.lang.String |
country
|
protected java.lang.String |
name
|
protected java.lang.String |
postalCode
|
protected java.lang.String |
state
|
Constructor Summary | |
---|---|
Address()
|
Method Summary | |
---|---|
java.lang.String |
getAddress1()
Gets the value of the address1 property. |
java.lang.String |
getAddress2()
Gets the value of the address2 property. |
java.lang.String |
getAddress3()
Gets the value of the address3 property. |
java.lang.String |
getCity()
Gets the value of the city property. |
java.lang.String |
getCountry()
Gets the value of the country property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getPostalCode()
Gets the value of the postalCode property. |
java.lang.String |
getState()
Gets the value of the state property. |
void |
setAddress1(java.lang.String value)
Sets the value of the address1 property. |
void |
setAddress2(java.lang.String value)
Sets the value of the address2 property. |
void |
setAddress3(java.lang.String value)
Sets the value of the address3 property. |
void |
setCity(java.lang.String value)
Sets the value of the city property. |
void |
setCountry(java.lang.String value)
Sets the value of the country property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property. |
void |
setState(java.lang.String value)
Sets the value of the state property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String address1
protected java.lang.String address2
protected java.lang.String address3
protected java.lang.String city
protected java.lang.String state
protected java.lang.String postalCode
protected java.lang.String country
Constructor Detail |
---|
public Address()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddress1()
String
public void setAddress1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddress2()
String
public void setAddress2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddress3()
String
public void setAddress3(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCity()
String
public void setCity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getState()
String
public void setState(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPostalCode()
String
public void setPostalCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCountry()
String
public void setCountry(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |