|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.test.providers.jaxb.generated.order.Itemtype
public class Itemtype
Java class for itemtype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="itemtype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype"/>
<element name="note" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}stringtype" minOccurs="0"/>
<element name="quantity" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}inttype"/>
<element name="price" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/order}dectype"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
note
|
protected java.math.BigDecimal |
price
|
protected java.math.BigInteger |
quantity
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
Itemtype()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNote()
Gets the value of the note property. |
java.math.BigDecimal |
getPrice()
Gets the value of the price property. |
java.math.BigInteger |
getQuantity()
Gets the value of the quantity property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setNote(java.lang.String value)
Sets the value of the note property. |
void |
setPrice(java.math.BigDecimal value)
Sets the value of the price property. |
void |
setQuantity(java.math.BigInteger value)
Sets the value of the quantity property. |
void |
setTitle(java.lang.String value)
Sets the value of the title 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 title
protected java.lang.String note
protected java.math.BigInteger quantity
protected java.math.BigDecimal price
| Constructor Detail |
|---|
public Itemtype()
| Method Detail |
|---|
public java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getQuantity()
BigIntegerpublic void setQuantity(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigDecimal getPrice()
BigDecimalpublic void setPrice(java.math.BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||