|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.PartList
public class PartList
PartList is a list of Part
Java class for PartListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/> <element name="part" type="{http://xat2.etai.fr}PartType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
PartList()
|
Method Summary | |
---|---|
void |
addPart(Part p)
|
void |
addPrice(Price price)
|
List<Part> |
getPart()
Gets the value of the part property. |
List<Price> |
getPriceList()
Gets the value of the priceList property. |
String |
getSource()
Gets the value of the source property. |
void |
setPart(List<Part> part)
|
void |
setPriceList(List<Price> value)
Sets the value of the priceList property. |
void |
setSource(String value)
Sets the value of the source property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PartList()
Method Detail |
---|
public List<Price> getPriceList()
PriceListType
public void setPriceList(List<Price> value)
value
- allowed object is
PriceListType
public void addPrice(Price price)
public List<Part> getPart()
Part
public void setPart(List<Part> part)
public void addPart(Part p)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |