|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.frascati.examples.sales.StockItem
public class StockItem
Java class for StockItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StockItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="refId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
quantity
|
protected int |
refId
|
| Constructor Summary | |
|---|---|
StockItem()
|
|
| Method Summary | |
|---|---|
int |
getQuantity()
Gets the value of the quantity property. |
int |
getRefId()
Gets the value of the refId property. |
void |
setQuantity(int value)
Sets the value of the quantity property. |
void |
setRefId(int value)
Sets the value of the refId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int refId
protected int quantity
| Constructor Detail |
|---|
public StockItem()
| Method Detail |
|---|
public int getRefId()
public void setRefId(int value)
public int getQuantity()
public void setQuantity(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||