fr.etai.xat2v2.obj
Class PartList

java.lang.Object
  extended by fr.etai.xat2v2.obj.PartList
All Implemented Interfaces:
Serializable

public class PartList
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

PartList

public PartList()
Method Detail

getPriceList

public List<Price> getPriceList()
Gets the value of the priceList property.

Returns:
possible object is PriceListType

setPriceList

public void setPriceList(List<Price> value)
Sets the value of the priceList property.

Parameters:
value - allowed object is PriceListType

addPrice

public void addPrice(Price price)

getPart

public List<Part> getPart()
Gets the value of the part property. Objects of the following type(s) are allowed in the list Part


setPart

public void setPart(List<Part> part)

addPart

public void addPart(Part p)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.