|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Calculating
public class Calculating
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>
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 |
---|
public Calculating()
Method Detail |
---|
public List<Classification> getBreakdownList()
ClassificationListType
public void setBreakdownList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addBreakdown(Classification breakdown)
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 PartList getPartList()
PartList
public void setPartList(PartList value)
value
- allowed object is
PartList
public void addPart(Part part)
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 List<Operation> getOperationList()
OperationListType
public void setOperationList(List<Operation> value)
value
- allowed object is
OperationListType
public void addOperation(Operation operation)
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
public Impact getImpactInternalId()
Object
public void setImpactInternalId(Impact value)
value
- allowed object is
Object
public Vehicle getVehicleInternalId()
Object
public void setVehicleInternalId(Vehicle value)
value
- allowed object is
Object
public Calculating getParent()
Object
public void setParent(Calculating value)
value
- allowed object is
Object
public List<Classification> getStatus()
ClassificationListType
public void setStatus(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addStatus(Classification st)
public Boolean isLocked()
Boolean
public void setLocked(Boolean value)
value
- allowed object is
Boolean
public void beforeMarshal(Marshaller m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |