|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyarfraw.generated.googlebase.elements.ShippingType
public class ShippingType
Defines shipping option for an item.
Java class for shippingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="shippingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="country" type="{http://base.google.com/ns/1.0}countryEnumeration"/>
<element name="service" type="{http://base.google.com/ns/1.0}stringAttrValueType"/>
<element name="price" type="{http://base.google.com/ns/1.0}nonNegativeDecimalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CountryEnumeration |
country
|
protected BigDecimal |
price
|
protected String |
service
|
| Constructor Summary | |
|---|---|
ShippingType()
|
|
| Method Summary | |
|---|---|
CountryEnumeration |
getCountry()
Gets the value of the country property. |
BigDecimal |
getPrice()
Gets the value of the price property. |
String |
getService()
Gets the value of the service property. |
void |
setCountry(CountryEnumeration value)
Sets the value of the country property. |
void |
setPrice(BigDecimal value)
Sets the value of the price property. |
void |
setService(String value)
Sets the value of the service property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CountryEnumeration country
protected String service
protected BigDecimal price
| Constructor Detail |
|---|
public ShippingType()
| Method Detail |
|---|
public CountryEnumeration getCountry()
CountryEnumerationpublic void setCountry(CountryEnumeration value)
value - allowed object is
CountryEnumerationpublic String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic BigDecimal getPrice()
BigDecimalpublic void setPrice(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||