|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.checkout.ShipFrom
public class ShipFrom
This class encapsulates the <ship-from> element.
Constructor Summary | |
---|---|
ShipFrom()
The default constructor. |
Method Summary | |
---|---|
org.w3c.dom.Element |
getRootElement()
Get the root element, <ship-from> |
void |
setCity(java.lang.String city)
Set the city. |
void |
setCountryCode(java.lang.String countryCode)
Set the countryCode. |
void |
setId(java.lang.String id)
Set the id. |
void |
setPostalCode(java.lang.String postalCode)
Set the postalCode. |
void |
setRegion(java.lang.String region)
Set the region. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShipFrom()
Method Detail |
---|
public void setId(java.lang.String id)
id
- The id of the ShipFrom instance.public void setCity(java.lang.String city)
city
- The city.public void setCountryCode(java.lang.String countryCode)
countryCode
- The countryCode.public void setPostalCode(java.lang.String postalCode)
postalCode
- The postalCode.public void setRegion(java.lang.String region)
region
- The region.public org.w3c.dom.Element getRootElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |