|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.ElementaryOperation
public class ElementaryOperation
ElementaryOperation is an operation that is not redivided. It's the tyniest part of a whole operation.
Java class for ElementaryOperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementaryOperationType">
<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="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"/>
</sequence>
<attribute name="excess-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ElementaryOperation()
|
|
| Method Summary | |
|---|---|
void |
addBreakdown(Classification breakdown)
|
void |
addClassification(Classification cl)
|
void |
addIntervention(Classification intervention)
|
void |
addLabelAlternative(Classification labelAlternative)
|
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. |
Excess |
getExcessInternalId()
Gets the value of the excessInternalId 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. |
List<PartLink> |
getPartLinkList()
Gets the value of the partLinkList property. |
List<Price> |
getPriceList()
Gets the value of the priceList 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 |
setExcessInternalId(Excess value)
Sets the value of the excessInternalId 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 |
setPartLinkList(List<PartLink> value)
Sets the value of the partLinkList property. |
void |
setPriceList(List<Price> value)
Sets the value of the priceList 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 ElementaryOperation()
| 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 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 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 Excess getExcessInternalId()
Objectpublic void setExcessInternalId(Excess value)
value - allowed object is
Objectpublic void beforeMarshal(Marshaller m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||