fr.etai.xat2v2.obj
Class ElementaryOperation

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

public class ElementaryOperation
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

ElementaryOperation

public ElementaryOperation()
Method Detail

getBreakdownList

public List<Classification> getBreakdownList()
Gets the value of the breakdownList property.

Returns:
possible object is ClassificationListType

setBreakdownList

public void setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.

Parameters:
value - allowed object is ClassificationListType

addBreakdown

public void addBreakdown(Classification breakdown)

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

getReferenceList

public List<Classification> getReferenceList()
Gets the value of the referenceList property.

Returns:
possible object is ClassificationListType

setReferenceList

public void setReferenceList(List<Classification> value)
Sets the value of the referenceList property.

Parameters:
value - allowed object is ClassificationListType

addReference

public void addReference(Classification reference)

getLabelAlternativeList

public List<Classification> getLabelAlternativeList()
Gets the value of the labelAlternativeList property.

Returns:
possible object is ClassificationListType

setLabelAlternativeList

public void setLabelAlternativeList(List<Classification> value)
Sets the value of the labelAlternativeList property.

Parameters:
value - allowed object is ClassificationListType

addLabelAlternative

public void addLabelAlternative(Classification labelAlternative)

getClassificationList

public List<Classification> getClassificationList()
Gets the value of the classificationList property.

Returns:
possible object is ClassificationListType

setClassificationList

public void setClassificationList(List<Classification> value)
Sets the value of the classificationList property.

Parameters:
value - allowed object is ClassificationListType

addClassification

public void addClassification(Classification cl)

getInterventionList

public List<Classification> getInterventionList()
Gets the value of the interventionList property.

Returns:
possible object is ClassificationListType

setInterventionList

public void setInterventionList(List<Classification> value)
Sets the value of the interventionList property.

Parameters:
value - allowed object is ClassificationListType

addIntervention

public void addIntervention(Classification intervention)

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)

getTimeList

public List<Time> getTimeList()
Gets the value of the timeList property.

Returns:
possible object is TimeListType

setTimeList

public void setTimeList(List<Time> value)
Sets the value of the timeList property.

Parameters:
value - allowed object is TimeListType

addTime

public void addTime(Time time)

getPartLinkList

public List<PartLink> getPartLinkList()
Gets the value of the partLinkList property.

Returns:
possible object is PartLinkListType

setPartLinkList

public void setPartLinkList(List<PartLink> value)
Sets the value of the partLinkList property.

Parameters:
value - allowed object is PartLinkListType

addPartLink

public void addPartLink(PartLink partLink)

getExcessInternalId

public Excess getExcessInternalId()
Gets the value of the excessInternalId property.

Returns:
possible object is Object

setExcessInternalId

public void setExcessInternalId(Excess value)
Sets the value of the excessInternalId property.

Parameters:
value - allowed object is Object

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.