org.jboss.resteasy.test.providers.jaxb.generated.order
Class Itemtype

java.lang.Object
  extended by org.jboss.resteasy.test.providers.jaxb.generated.order.Itemtype

public class Itemtype
extends java.lang.Object

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

title

protected java.lang.String title

note

protected java.lang.String note

quantity

protected java.math.BigInteger quantity

price

protected java.math.BigDecimal price
Constructor Detail

Itemtype

public Itemtype()
Method Detail

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getQuantity

public java.math.BigInteger getQuantity()
Gets the value of the quantity property.

Returns:
possible object is BigInteger

setQuantity

public void setQuantity(java.math.BigInteger value)
Sets the value of the quantity property.

Parameters:
value - allowed object is BigInteger

getPrice

public java.math.BigDecimal getPrice()
Gets the value of the price property.

Returns:
possible object is BigDecimal

setPrice

public void setPrice(java.math.BigDecimal value)
Sets the value of the price property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2008. All Rights Reserved.