yarfraw.generated.googlebase.elements
Class ShippingType

java.lang.Object
  extended by yarfraw.generated.googlebase.elements.ShippingType

public class ShippingType
extends Object

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

country

protected CountryEnumeration country

service

protected String service

price

protected BigDecimal price
Constructor Detail

ShippingType

public ShippingType()
Method Detail

getCountry

public CountryEnumeration getCountry()
Gets the value of the country property.

Returns:
possible object is CountryEnumeration

setCountry

public void setCountry(CountryEnumeration value)
Sets the value of the country property.

Parameters:
value - allowed object is CountryEnumeration

getService

public String getService()
Gets the value of the service property.

Returns:
possible object is String

setService

public void setService(String value)
Sets the value of the service property.

Parameters:
value - allowed object is String

getPrice

public BigDecimal getPrice()
Gets the value of the price property.

Returns:
possible object is BigDecimal

setPrice

public void setPrice(BigDecimal value)
Sets the value of the price property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2008. All Rights Reserved.