|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Time
public class Time
Time represents the labor's time for a work.
Java class for TimeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeType"> <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="value" type="{http://xat2.etai.fr}ValueType"/> <element name="intervention-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="activity-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="alternative-ref-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="abatement" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/> </sequence> <attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="part-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="VAT-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="labor-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="impact-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Time()
|
Method Summary | |
---|---|
void |
addActivity(Classification activity)
|
void |
addAlternativeRef(Classification alternativeRef)
|
void |
addBreakdown(Classification breakdown)
|
void |
addIntervention(Classification intervention)
|
void |
beforeMarshal(Marshaller m)
|
Value |
getAbatement()
Gets the value of the abatement property. |
List<Classification> |
getActivityList()
Gets the value of the activityList property. |
List<Classification> |
getAlternativeRefList()
Gets the value of the alternativeRefList property. |
List<Classification> |
getBreakdownList()
Gets the value of the breakdownList property. |
Impact |
getImpactInternalId()
Gets the value of the impactInternalId property. |
List<Classification> |
getInterventionList()
Gets the value of the interventionList property. |
LaborCostRate |
getLaborInternalId()
Gets the value of the laborInternalId property. |
Part |
getPartInternalId()
Gets the value of the partInternalId property. |
String |
getSource()
Gets the value of the source property. |
Value |
getValue()
Gets the value of the value property. |
VATRate |
getVATInternalId()
Gets the value of the vatInternalId property. |
void |
setAbatement(Value value)
Sets the value of the abatement property. |
void |
setActivityList(List<Classification> value)
Sets the value of the activityList property. |
void |
setAlternativeRefList(List<Classification> value)
Sets the value of the alternativeRefList property. |
void |
setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property. |
void |
setImpactInternalId(Impact value)
Sets the value of the impactInternalId property. |
void |
setInterventionList(List<Classification> value)
Sets the value of the interventionList property. |
void |
setLaborInternalId(LaborCostRate value)
Sets the value of the laborInternalId property. |
void |
setPartInternalId(Part value)
Sets the value of the partInternalId property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setValue(Value value)
Sets the value of the value property. |
void |
setVATInternalId(VATRate value)
Sets the value of the vatInternalId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Time()
Method Detail |
---|
public Value getValue()
Value
public void setValue(Value value)
value
- allowed object is
Value
public List<Classification> getBreakdownList()
ClassificationListType
public void setBreakdownList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addBreakdown(Classification breakdown)
public List<Classification> getInterventionList()
ClassificationListType
public void setInterventionList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addIntervention(Classification intervention)
public List<Classification> getActivityList()
ClassificationListType
public void setActivityList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addActivity(Classification activity)
public List<Classification> getAlternativeRefList()
ClassificationListType
public void setAlternativeRefList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addAlternativeRef(Classification alternativeRef)
public Value getAbatement()
Value
public void setAbatement(Value value)
value
- allowed object is
Value
public Part getPartInternalId()
Object
public void setPartInternalId(Part value)
value
- allowed object is
Object
public VATRate getVATInternalId()
Object
public void setVATInternalId(VATRate value)
value
- allowed object is
Object
public LaborCostRate getLaborInternalId()
Object
public void setLaborInternalId(LaborCostRate value)
value
- allowed object is
Object
public Impact getImpactInternalId()
Object
public void setImpactInternalId(Impact value)
value
- allowed object is
Object
public void beforeMarshal(Marshaller m)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |