|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Operation
public class Operation
Operation is an operation of repair.
Java class for OperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationType"> <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="label-alternative-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="intervention-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="quantity" type="{http://xat2.etai.fr}QuantityType" minOccurs="0"/> <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/> <element name="time-list" type="{http://xat2.etai.fr}TimeListType" minOccurs="0"/> <element name="part-link-list" type="{http://xat2.etai.fr}PartLinkListType" minOccurs="0"/> <element name="operation-list" type="{http://xat2.etai.fr}OperationListType" minOccurs="0"/> <element name="elementary-operation-list" type="{http://xat2.etai.fr}ElementaryOperationListType" minOccurs="0"/> <element name="paint-class" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="date-list" type="{http://xat2.etai.fr}DateListType" 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="excess-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="impact-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Operation()
|
Method Summary | |
---|---|
void |
addBreakdown(Classification breakdown)
|
void |
addClassification(Classification cl)
|
void |
addComment(Classification comment)
|
void |
addDate(ExplicitDate date)
|
void |
addElementaryOperation(ElementaryOperation elementaryOperation)
|
void |
addIntervention(Classification intervention)
|
void |
addLabelAlternative(Classification labelAlternative)
|
void |
addOperation(Operation operation)
|
void |
addPaintClass(Classification pc)
|
void |
addPartLink(PartLink partLink)
|
void |
addPrice(Price price)
|
void |
addReference(Classification reference)
|
void |
addTime(Time time)
|
void |
beforeMarshal(Marshaller m)
|
List<Classification> |
getBreakdownList()
Gets the value of the breakdownList property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
CommentList |
getCommentList()
Gets the value of the commentList property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
List<ElementaryOperation> |
getElementaryOperationList()
Gets the value of the elementaryOperationList property. |
Excess |
getExcessInternalId()
Gets the value of the excessInternalId property. |
Impact |
getImpactInternalId()
Gets the value of the impactInternalId property. |
String |
getInternalId()
Gets the value of the internalId property. |
List<Classification> |
getInterventionList()
Gets the value of the interventionList property. |
Label |
getLabel()
Gets the value of the label property. |
List<Classification> |
getLabelAlternativeList()
Gets the value of the labelAlternativeList property. |
Integer |
getNumber()
Gets the value of the number property. |
List<Operation> |
getOperationList()
Gets the value of the operationList property. |
List<Classification> |
getPaintClass()
Gets the value of the paintClass property. |
List<PartLink> |
getPartLinkList()
Gets the value of the partLinkList 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. |
List<Time> |
getTimeList()
Gets the value of the timeList 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 |
setCommentList(CommentList value)
Sets the value of the commentList property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setElementaryOperationList(List<ElementaryOperation> value)
Sets the value of the elementaryOperationList property. |
void |
setExcessInternalId(Excess value)
Sets the value of the excessInternalId property. |
void |
setImpactInternalId(Impact value)
Sets the value of the impactInternalId property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setInterventionList(List<Classification> value)
Sets the value of the interventionList property. |
void |
setLabel(Label value)
Sets the value of the label property. |
void |
setLabelAlternativeList(List<Classification> value)
Sets the value of the labelAlternativeList property. |
void |
setNumber(Integer value)
Sets the value of the number property. |
void |
setOperationList(List<Operation> value)
Sets the value of the operationList property. |
void |
setPaintClass(List<Classification> value)
Sets the value of the paintClass property. |
void |
setPartLinkList(List<PartLink> value)
Sets the value of the partLinkList 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 |
setTimeList(List<Time> value)
Sets the value of the timeList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Operation()
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()
Label
public void setLabel(Label value)
value
- allowed object is
Label
public List<Classification> getReferenceList()
ClassificationListType
public void setReferenceList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addReference(Classification reference)
public List<Classification> getLabelAlternativeList()
ClassificationListType
public void setLabelAlternativeList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addLabelAlternative(Classification labelAlternative)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification cl)
public List<Classification> getInterventionList()
ClassificationListType
public void setInterventionList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addIntervention(Classification intervention)
public Quantity getQuantity()
Quantity
public void setQuantity(Quantity value)
value
- allowed object is
Quantity
public List<Price> getPriceList()
PriceListType
public void setPriceList(List<Price> value)
value
- allowed object is
PriceListType
public void addPrice(Price price)
public List<Time> getTimeList()
TimeListType
public void setTimeList(List<Time> value)
value
- allowed object is
TimeListType
public void addTime(Time time)
public List<PartLink> getPartLinkList()
PartLinkListType
public void setPartLinkList(List<PartLink> value)
value
- allowed object is
PartLinkListType
public void addPartLink(PartLink partLink)
public List<Operation> getOperationList()
OperationListType
public void setOperationList(List<Operation> value)
value
- allowed object is
OperationListType
public void addOperation(Operation operation)
public List<ElementaryOperation> getElementaryOperationList()
ElementaryOperationListType
public void setElementaryOperationList(List<ElementaryOperation> value)
value
- allowed object is
ElementaryOperationListType
public void addElementaryOperation(ElementaryOperation elementaryOperation)
public List<Classification> getPaintClass()
ClassificationListType
public void setPaintClass(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addPaintClass(Classification pc)
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public CommentList getCommentList()
CommentList
public void setCommentList(CommentList value)
value
- allowed object is
CommentList
public void addComment(Classification comment)
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
public Excess getExcessInternalId()
Object
public void setExcessInternalId(Excess value)
value
- allowed object is
Object
public Impact getImpactInternalId()
Object
public void setImpactInternalId(Impact value)
value
- allowed object is
Object
public Integer getNumber()
Integer
public void setNumber(Integer value)
value
- allowed object is
Integer
public void beforeMarshal(Marshaller m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |