| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Part
public class Part
Part is a vehicle part. It contains all information about a part.
Java class for PartType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="PartType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="reference-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="description-list" type="{http://xat2.etai.fr}DescriptionListType" minOccurs="0"/>
         <element name="supplier" type="{http://xat2.etai.fr}SupplierType" minOccurs="0"/>
         <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="position-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="coat-number" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/>
         <element name="material" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="decay-rate-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="measure-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="packaging-list" type="{http://xat2.etai.fr}PackagingListType" minOccurs="0"/>
         <element name="quantity" type="{http://xat2.etai.fr}QuantityType" minOccurs="0"/>
         <element name="stock-list" type="{http://xat2.etai.fr}StockListType" minOccurs="0"/>
         <element name="instruction-list" type="{http://xat2.etai.fr}InstructionListType" minOccurs="0"/>
         <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/>
         <element name="status" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="part-list" type="{http://xat2.etai.fr}PartListType" minOccurs="0"/>
         <element name="part-link-list" type="{http://xat2.etai.fr}PartLinkListType" minOccurs="0"/>
         <element name="impact-link-list" type="{http://xat2.etai.fr}ImpactLinkListType" minOccurs="0"/>
         <element name="vehicle-link-list" type="{http://xat2.etai.fr}VehicleLinkListType" minOccurs="0"/>
         <element name="attachment" type="{http://xat2.etai.fr}AttachmentType" minOccurs="0"/>
         <element name="comment-list" type="{http://xat2.etai.fr}CommentListType" minOccurs="0"/>
       </sequence>
       <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="excess-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="labor-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
Part()
 | 
|
| Method Summary | |
|---|---|
 void | 
addBreakdown(Classification breakdown)
 | 
 void | 
addClassification(Classification cl)
 | 
 void | 
addDecayRate(Value decayRate)
 | 
 void | 
addDescription(Classification description)
 | 
 void | 
addImpactLink(ImpactLink impactLink)
 | 
 void | 
addInstruction(Instruction instruction)
 | 
 void | 
addMaterial(Classification mat)
 | 
 void | 
addMeasure(Value measure)
 | 
 void | 
addPackaging(Packaging packaging)
 | 
 void | 
addPart(Part part)
 | 
 void | 
addPartLink(PartLink partLink)
 | 
 void | 
addPartPrice(Price price)
 | 
 void | 
addPosition(Classification position)
 | 
 void | 
addPrice(Price price)
 | 
 void | 
addReference(Classification reference)
 | 
 void | 
addStatus(Classification st)
 | 
 void | 
addStock(Stock stock)
 | 
 void | 
addVehicleLink(VehicleLink vehicle)
 | 
 void | 
beforeMarshal(Marshaller m)
 | 
 Attachment | 
getAttachment()
Gets the value of the attachment property.  | 
 List<Classification> | 
getBreakdownList()
Gets the value of the breakdownList property.  | 
 List<Classification> | 
getClassificationList()
Gets the value of the classificationList property.  | 
 Value | 
getCoatNumber()
Gets the value of the coatNumber property.  | 
 CommentList | 
getCommentList()
Gets the value of the commentList property.  | 
 List<Value> | 
getDecayRateList()
Gets the value of the decayRateList property.  | 
 DescriptionList | 
getDescriptionList()
Gets the value of the descriptionList property.  | 
 Excess | 
getExcessInternalId()
Gets the value of the excessInternalId property.  | 
 List<ImpactLink> | 
getImpactLinkList()
Gets the value of the impactLinkList property.  | 
 List<Instruction> | 
getInstructionList()
Gets the value of the instructionList property.  | 
 String | 
getInternalId()
Gets the value of the internalId property.  | 
 Label | 
getLabel()
Gets the value of the label property.  | 
 LaborCostRate | 
getLaborInternalId()
Gets the value of the laborInternalId property.  | 
 List<Classification> | 
getMaterial()
Gets the value of the material property.  | 
 List<Value> | 
getMeasureList()
Gets the value of the measureList property.  | 
 Integer | 
getNumber()
Gets the value of the number property.  | 
 List<Packaging> | 
getPackagingList()
Gets the value of the packagingList property.  | 
 Part | 
getParent()
Gets the value of the parent property.  | 
 List<PartLink> | 
getPartLinkList()
Gets the value of the partLinkList property.  | 
 PartList | 
getPartList()
Gets the value of the partList property.  | 
 List<Classification> | 
getPositionList()
Gets the value of the positionList property.  | 
 List<Price> | 
getPriceList()
Gets the value of the priceList property.  | 
 Quantity | 
getQuantity()
Gets the value of the quantity property.  | 
 List<Classification> | 
getReferenceList()
Gets the value of the referenceList property.  | 
 String | 
getSource()
Gets the value of the source property.  | 
 List<Classification> | 
getStatus()
Gets the value of the status property.  | 
 List<Stock> | 
getStockList()
Gets the value of the stockList property.  | 
 Supplier | 
getSupplier()
Gets the value of the supplier property.  | 
 List<VehicleLink> | 
getVehicleLinkList()
Gets the value of the vehicleLinkList property.  | 
 void | 
setAttachment(Attachment value)
Sets the value of the attachment property.  | 
 void | 
setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.  | 
 void | 
setClassificationList(List<Classification> value)
Sets the value of the classificationList property.  | 
 void | 
setCoatNumber(Value value)
Sets the value of the coatNumber property.  | 
 void | 
setCommentList(CommentList value)
Sets the value of the commentList property.  | 
 void | 
setDecayRateList(List<Value> value)
Sets the value of the decayRateList property.  | 
 void | 
setDescriptionList(DescriptionList value)
Sets the value of the descriptionList property.  | 
 void | 
setExcessInternalId(Excess value)
Sets the value of the excessInternalId property.  | 
 void | 
setImpactLinkList(List<ImpactLink> value)
Sets the value of the impactLinkList property.  | 
 void | 
setInstructionList(List<Instruction> value)
Sets the value of the instructionList property.  | 
 void | 
setInternalId(String value)
Sets the value of the internalId property.  | 
 void | 
setLabel(Label value)
Sets the value of the label property.  | 
 void | 
setLaborInternalId(LaborCostRate value)
Sets the value of the laborInternalId property.  | 
 void | 
setMaterial(List<Classification> value)
Sets the value of the material property.  | 
 void | 
setMeasureList(List<Value> value)
Sets the value of the measureList property.  | 
 void | 
setNumber(Integer value)
Sets the value of the number property.  | 
 void | 
setPackagingList(List<Packaging> value)
Sets the value of the packagingList property.  | 
 void | 
setParent(Part value)
Sets the value of the parent property.  | 
 void | 
setPartLinkList(List<PartLink> value)
Sets the value of the partLinkList property.  | 
 void | 
setPartList(PartList value)
Sets the value of the partList property.  | 
 void | 
setPositionList(List<Classification> value)
Sets the value of the positionList property.  | 
 void | 
setPriceList(List<Price> value)
Sets the value of the priceList property.  | 
 void | 
setQuantity(Quantity value)
Sets the value of the quantity property.  | 
 void | 
setReferenceList(List<Classification> value)
Sets the value of the referenceList property.  | 
 void | 
setSource(String value)
Sets the value of the source property.  | 
 void | 
setStatus(List<Classification> value)
Sets the value of the status property.  | 
 void | 
setStockList(List<Stock> value)
Sets the value of the stockList property.  | 
 void | 
setSupplier(Supplier value)
Sets the value of the supplier property.  | 
 void | 
setVehicleLinkList(List<VehicleLink> value)
Sets the value of the vehicleLinkList property.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Part()
| Method Detail | 
|---|
public List<Classification> getBreakdownList()
ClassificationListType public void setBreakdownList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addBreakdown(Classification breakdown)
public Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
     Labelpublic DescriptionList getDescriptionList()
DescriptionListpublic void setDescriptionList(DescriptionList value)
value - allowed object is
     DescriptionListpublic void addDescription(Classification description)
public List<Classification> getReferenceList()
ClassificationListType public void setReferenceList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addReference(Classification reference)
public Supplier getSupplier()
Supplierpublic void setSupplier(Supplier value)
value - allowed object is
     Supplierpublic List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addClassification(Classification cl)
public List<Classification> getPositionList()
ClassificationListType public void setPositionList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addPosition(Classification position)
public Value getCoatNumber()
Valuepublic void setCoatNumber(Value value)
value - allowed object is
     Valuepublic List<Classification> getMaterial()
ClassificationListType public void setMaterial(List<Classification> value)
value - allowed object is
     ClassificationListType public void addMaterial(Classification mat)
public List<Value> getDecayRateList()
ValueListType public void setDecayRateList(List<Value> value)
value - allowed object is
     ValueListType public void addDecayRate(Value decayRate)
public List<Value> getMeasureList()
ValueListType public void setMeasureList(List<Value> value)
value - allowed object is
     ValueListType public void addMeasure(Value measure)
public List<Packaging> getPackagingList()
PackagingListType public void setPackagingList(List<Packaging> value)
value - allowed object is
     PackagingListType public void addPackaging(Packaging packaging)
public Quantity getQuantity()
Quantitypublic void setQuantity(Quantity value)
value - allowed object is
     Quantitypublic List<Stock> getStockList()
Stockpublic void setStockList(List<Stock> value)
value - allowed object is
     Stockpublic void addStock(Stock stock)
public List<Instruction> getInstructionList()
Instructionpublic void setInstructionList(List<Instruction> value)
value - allowed object is
     Instructionpublic void addInstruction(Instruction instruction)
public List<Price> getPriceList()
PriceListType public void setPriceList(List<Price> value)
value - allowed object is
     PriceListType public void addPrice(Price price)
public List<Classification> getStatus()
ClassificationListType public void setStatus(List<Classification> value)
value - allowed object is
     ClassificationListType public void addStatus(Classification st)
public PartList getPartList()
PartListpublic void setPartList(PartList value)
value - allowed object is
     PartListpublic void addPart(Part part)
public void addPartPrice(Price price)
public List<PartLink> getPartLinkList()
PartLinkListType public void setPartLinkList(List<PartLink> value)
value - allowed object is
     PartLinkListType public void addPartLink(PartLink partLink)
public List<ImpactLink> getImpactLinkList()
ImpactLinkListType public void setImpactLinkList(List<ImpactLink> value)
value - allowed object is
     ImpactLinkListType public void addImpactLink(ImpactLink impactLink)
public List<VehicleLink> getVehicleLinkList()
VehicleLinkListType public void setVehicleLinkList(List<VehicleLink> value)
value - allowed object is
     VehicleLinkListType public void addVehicleLink(VehicleLink vehicle)
public Attachment getAttachment()
Attachmentpublic void setAttachment(Attachment value)
value - allowed object is
     Attachmentpublic CommentList getCommentList()
CommentListpublic void setCommentList(CommentList value)
value - allowed object is
     CommentListpublic String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
     Stringpublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
     Integerpublic Excess getExcessInternalId()
Objectpublic void setExcessInternalId(Excess value)
value - allowed object is
     Objectpublic LaborCostRate getLaborInternalId()
Objectpublic void setLaborInternalId(LaborCostRate value)
value - allowed object is
     Objectpublic Part getParent()
Objectpublic void setParent(Part value)
value - allowed object is
     Objectpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
     Stringpublic void beforeMarshal(Marshaller m)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||