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>
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