org.jboss.resteasy.test.providers.jaxb.generated.po
Class Item

java.lang.Object
  extended by org.jboss.resteasy.test.providers.jaxb.generated.po.Item

public class Item
extends java.lang.Object

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

productName

protected java.lang.String productName

quantity

protected int quantity

usPrice

protected java.math.BigDecimal usPrice

comment

protected java.lang.String comment

shipDate

protected javax.xml.datatype.XMLGregorianCalendar shipDate

partNum

protected java.lang.String partNum
Constructor Detail

Item

public Item()
Method Detail

getProductName

public java.lang.String getProductName()
Gets the value of the productName property.

Returns:
possible object is String

setProductName

public void setProductName(java.lang.String value)
Sets the value of the productName property.

Parameters:
value - allowed object is String

getQuantity

public int getQuantity()
Gets the value of the quantity property.


setQuantity

public void setQuantity(int value)
Sets the value of the quantity property.


getUSPrice

public java.math.BigDecimal getUSPrice()
Gets the value of the usPrice property.

Returns:
possible object is BigDecimal

setUSPrice

public void setUSPrice(java.math.BigDecimal value)
Sets the value of the usPrice property.

Parameters:
value - allowed object is BigDecimal

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getShipDate

public javax.xml.datatype.XMLGregorianCalendar getShipDate()
Gets the value of the shipDate property.

Returns:
possible object is XMLGregorianCalendar

setShipDate

public void setShipDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the shipDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getPartNum

public java.lang.String getPartNum()
Gets the value of the partNum property.

Returns:
possible object is String

setPartNum

public void setPartNum(java.lang.String value)
Sets the value of the partNum property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.