fr.etai.xat2v2.obj
Class Calculating

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

public class Calculating
extends Object
implements Serializable

Calculating describes a whole reparation.

Java class for CalculatingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CalculatingType">
   <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="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-list" type="{http://xat2.etai.fr}PartListType" 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"/>
         <element name="operation-list" type="{http://xat2.etai.fr}OperationListType" minOccurs="0"/>
         <element name="status" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="impact-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="vehicle-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Calculating()
           
 
Method Summary
 void addBreakdown(Classification breakdown)
           
 void addDate(ExplicitDate date)
           
 void addOperation(Operation operation)
           
 void addPart(Part part)
           
 void addPrice(Price price)
           
 void addStatus(Classification st)
           
 void addTime(Time time)
           
 void beforeMarshal(Marshaller m)
           
 List<Classification> getBreakdownList()
          Gets the value of the breakdownList property.
 CommentList getCommentList()
          Gets the value of the commentList property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 Impact getImpactInternalId()
          Gets the value of the impactInternalId property.
 String getInternalId()
          Gets the value of the internalId property.
 List<Operation> getOperationList()
          Gets the value of the operationList property.
 Calculating getParent()
          Gets the value of the parent property.
 PartList getPartList()
          Gets the value of the partList property.
 List<Price> getPriceList()
          Gets the value of the priceList property.
 List<Classification> getStatus()
          Gets the value of the status property.
 List<Time> getTimeList()
          Gets the value of the timeList property.
 Vehicle getVehicleInternalId()
          Gets the value of the vehicleInternalId property.
 Boolean isLocked()
          Gets the value of the locked property.
 void setBreakdownList(List<Classification> value)
          Sets the value of the breakdownList 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 setImpactInternalId(Impact value)
          Sets the value of the impactInternalId property.
 void setInternalId(String value)
          Sets the value of the internalId property.
 void setLocked(Boolean value)
          Sets the value of the locked property.
 void setOperationList(List<Operation> value)
          Sets the value of the operationList property.
 void setParent(Calculating value)
          Sets the value of the parent property.
 void setPartList(PartList value)
          Sets the value of the partList property.
 void setPriceList(List<Price> value)
          Sets the value of the priceList property.
 void setStatus(List<Classification> value)
          Sets the value of the status property.
 void setTimeList(List<Time> value)
          Sets the value of the timeList property.
 void setVehicleInternalId(Vehicle value)
          Sets the value of the vehicleInternalId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calculating

public Calculating()
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)

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)

getPartList

public PartList getPartList()
Gets the value of the partList property.

Returns:
possible object is PartList

setPartList

public void setPartList(PartList value)
Sets the value of the partList property.

Parameters:
value - allowed object is PartList

addPart

public void addPart(Part part)

getDateList

public List<ExplicitDate> getDateList()
Gets the value of the dateList property.

Returns:
possible object is DateListType

setDateList

public void setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.

Parameters:
value - allowed object is DateListType

addDate

public void addDate(ExplicitDate date)

getCommentList

public CommentList getCommentList()
Gets the value of the commentList property.

Returns:
possible object is CommentList

setCommentList

public void setCommentList(CommentList value)
Sets the value of the commentList property.

Parameters:
value - allowed object is CommentList

getOperationList

public List<Operation> getOperationList()
Gets the value of the operationList property.

Returns:
possible object is OperationListType

setOperationList

public void setOperationList(List<Operation> value)
Sets the value of the operationList property.

Parameters:
value - allowed object is OperationListType

addOperation

public void addOperation(Operation operation)

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String

getImpactInternalId

public Impact getImpactInternalId()
Gets the value of the impactInternalId property.

Returns:
possible object is Object

setImpactInternalId

public void setImpactInternalId(Impact value)
Sets the value of the impactInternalId property.

Parameters:
value - allowed object is Object

getVehicleInternalId

public Vehicle getVehicleInternalId()
Gets the value of the vehicleInternalId property.

Returns:
possible object is Object

setVehicleInternalId

public void setVehicleInternalId(Vehicle value)
Sets the value of the vehicleInternalId property.

Parameters:
value - allowed object is Object

getParent

public Calculating getParent()
Gets the value of the parent property.

Returns:
possible object is Object

setParent

public void setParent(Calculating value)
Sets the value of the parent property.

Parameters:
value - allowed object is Object

getStatus

public List<Classification> getStatus()
Gets the value of the status property.

Returns:
possible object is ClassificationListType

setStatus

public void setStatus(List<Classification> value)
Sets the value of the status property.

Parameters:
value - allowed object is ClassificationListType

addStatus

public void addStatus(Classification st)

isLocked

public Boolean isLocked()
Gets the value of the locked property.

Returns:
possible object is Boolean

setLocked

public void setLocked(Boolean value)
Sets the value of the locked property.

Parameters:
value - allowed object is Boolean

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.