soa.sca.samples.candystore
Class Product

java.lang.Object
  extended by soa.sca.samples.candystore.Product

public class Product
extends java.lang.Object

Java class for product complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="product">
   <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="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="price" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  java.lang.String origin
           
protected  java.lang.String price
           
 
Constructor Summary
Product()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOrigin()
          Gets the value of the origin property.
 java.lang.String getPrice()
          Gets the value of the price property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOrigin(java.lang.String value)
          Sets the value of the origin property.
 void setPrice(java.lang.String value)
          Sets the value of the price property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

origin

protected java.lang.String origin

price

protected java.lang.String price
Constructor Detail

Product

public Product()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOrigin

public java.lang.String getOrigin()
Gets the value of the origin property.

Returns:
possible object is String

setOrigin

public void setOrigin(java.lang.String value)
Sets the value of the origin property.

Parameters:
value - allowed object is String

getPrice

public java.lang.String getPrice()
Gets the value of the price property.

Returns:
possible object is String

setPrice

public void setPrice(java.lang.String value)
Sets the value of the price property.

Parameters:
value - allowed object is String