|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoa.sca.samples.candystore.Product
public class Product
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 |
---|
protected java.lang.String name
protected java.lang.String origin
protected java.lang.String price
Constructor Detail |
---|
public Product()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOrigin()
String
public void setOrigin(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPrice()
String
public void setPrice(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |