|
||||||||||
| 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.po.Item
public class Item
Java class for Item complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Item">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="productName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="quantity">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
<maxExclusive value="100"/>
</restriction>
</simpleType>
</element>
<element name="USPrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element ref="{http://jboss.org/resteasy/test/providers/jaxb/generated/po}comment" minOccurs="0"/>
<element name="shipDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute name="partNum" use="required" type="{http://jboss.org/resteasy/test/providers/jaxb/generated/po}SKU" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
comment
|
protected java.lang.String |
partNum
|
protected java.lang.String |
productName
|
protected int |
quantity
|
protected javax.xml.datatype.XMLGregorianCalendar |
shipDate
|
protected java.math.BigDecimal |
usPrice
|
| Constructor Summary | |
|---|---|
Item()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getComment()
Gets the value of the comment property. |
java.lang.String |
getPartNum()
Gets the value of the partNum property. |
java.lang.String |
getProductName()
Gets the value of the productName property. |
int |
getQuantity()
Gets the value of the quantity property. |
javax.xml.datatype.XMLGregorianCalendar |
getShipDate()
Gets the value of the shipDate property. |
java.math.BigDecimal |
getUSPrice()
Gets the value of the usPrice property. |
void |
setComment(java.lang.String value)
Sets the value of the comment property. |
void |
setPartNum(java.lang.String value)
Sets the value of the partNum property. |
void |
setProductName(java.lang.String value)
Sets the value of the productName property. |
void |
setQuantity(int value)
Sets the value of the quantity property. |
void |
setShipDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the shipDate property. |
void |
setUSPrice(java.math.BigDecimal value)
Sets the value of the usPrice 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 productName
protected int quantity
protected java.math.BigDecimal usPrice
protected java.lang.String comment
protected javax.xml.datatype.XMLGregorianCalendar shipDate
protected java.lang.String partNum
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public java.lang.String getProductName()
Stringpublic void setProductName(java.lang.String value)
value - allowed object is
Stringpublic int getQuantity()
public void setQuantity(int value)
public java.math.BigDecimal getUSPrice()
BigDecimalpublic void setUSPrice(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getShipDate()
XMLGregorianCalendarpublic void setShipDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getPartNum()
Stringpublic void setPartNum(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 | |||||||||