primer.po
Interface Items.ItemType

Enclosing interface:
Items

public static interface Items.ItemType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/asiegel/jwsdp-1.3/jaxb/samples/unmarshal-read/po.xsd line 28)

 <complexType>
   <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">
           <restriction base="{http://www.w3.org/2001/XMLSchema}positiveInteger">
             <maxExclusive value="100"/>
           </restriction>
         </element>
         <element name="USPrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element ref="{}comment" minOccurs="0"/>
         <element name="shipDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
       <attribute name="partNum" use="required" type="{}SKU" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getComment()
           
 java.lang.String getPartNum()
           
 java.lang.String getProductName()
           
 java.math.BigInteger getQuantity()
           
 java.util.Calendar getShipDate()
           
 java.math.BigDecimal getUSPrice()
           
 void setComment(java.lang.String value)
           
 void setPartNum(java.lang.String value)
           
 void setProductName(java.lang.String value)
           
 void setQuantity(java.math.BigInteger value)
           
 void setShipDate(java.util.Calendar value)
           
 void setUSPrice(java.math.BigDecimal value)
           
 

Method Detail

getComment

public java.lang.String getComment()
Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Parameters:
value - allowed object is String

getUSPrice

public java.math.BigDecimal getUSPrice()
Returns:
possible object is BigDecimal

setUSPrice

public void setUSPrice(java.math.BigDecimal value)
Parameters:
value - allowed object is BigDecimal

getProductName

public java.lang.String getProductName()
Returns:
possible object is String

setProductName

public void setProductName(java.lang.String value)
Parameters:
value - allowed object is String

getPartNum

public java.lang.String getPartNum()
Returns:
possible object is String

setPartNum

public void setPartNum(java.lang.String value)
Parameters:
value - allowed object is String

getShipDate

public java.util.Calendar getShipDate()
Returns:
possible object is Calendar

setShipDate

public void setShipDate(java.util.Calendar value)
Parameters:
value - allowed object is Calendar

getQuantity

public java.math.BigInteger getQuantity()
Returns:
possible object is BigInteger

setQuantity

public void setQuantity(java.math.BigInteger value)
Parameters:
value - allowed object is BigInteger