|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.SellerLocation
public class SellerLocation
Java class for SellerLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellerLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UserDefinedLocation" 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="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.lang.String |
city
|
protected java.lang.String |
country
|
protected java.lang.String |
state
|
protected java.lang.String |
userDefinedLocation
|
| Constructor Summary | |
|---|---|
SellerLocation()
|
|
| Method Summary | |
|---|---|
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 |
getState()
Gets the value of the state property. |
java.lang.String |
getUserDefinedLocation()
Gets the value of the userDefinedLocation property. |
boolean |
isSetCity()
|
boolean |
isSetCountry()
|
boolean |
isSetState()
|
boolean |
isSetUserDefinedLocation()
|
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 |
setState(java.lang.String value)
Sets the value of the state property. |
void |
setUserDefinedLocation(java.lang.String value)
Sets the value of the userDefinedLocation property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
SellerLocation |
withCity(java.lang.String value)
Sets the value of the City property. |
SellerLocation |
withCountry(java.lang.String value)
Sets the value of the Country property. |
SellerLocation |
withState(java.lang.String value)
Sets the value of the State property. |
SellerLocation |
withUserDefinedLocation(java.lang.String value)
Sets the value of the UserDefinedLocation 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 userDefinedLocation
protected java.lang.String city
protected java.lang.String state
protected java.lang.String country
| Constructor Detail |
|---|
public SellerLocation()
| Method Detail |
|---|
public java.lang.String getUserDefinedLocation()
Stringpublic void setUserDefinedLocation(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUserDefinedLocation()
public java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCity()
public java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetState()
public java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetCountry()
public SellerLocation withUserDefinedLocation(java.lang.String value)
value -
public SellerLocation withCity(java.lang.String value)
value -
public SellerLocation withState(java.lang.String value)
value -
public SellerLocation withCountry(java.lang.String value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||