fr.etai.xat2v2.obj
Class Time

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

public class Time
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Time

public Time()
Method Detail

getValue

public Value getValue()
Gets the value of the value property.

Returns:
possible object is Value

setValue

public void setValue(Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Value

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)

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)

getActivityList

public List<Classification> getActivityList()
Gets the value of the activityList property.

Returns:
possible object is ClassificationListType

setActivityList

public void setActivityList(List<Classification> value)
Sets the value of the activityList property.

Parameters:
value - allowed object is ClassificationListType

addActivity

public void addActivity(Classification activity)

getAlternativeRefList

public List<Classification> getAlternativeRefList()
Gets the value of the alternativeRefList property.

Returns:
possible object is ClassificationListType

setAlternativeRefList

public void setAlternativeRefList(List<Classification> value)
Sets the value of the alternativeRefList property.

Parameters:
value - allowed object is ClassificationListType

addAlternativeRef

public void addAlternativeRef(Classification alternativeRef)

getAbatement

public Value getAbatement()
Gets the value of the abatement property.

Returns:
possible object is Value

setAbatement

public void setAbatement(Value value)
Sets the value of the abatement property.

Parameters:
value - allowed object is Value

getPartInternalId

public Part getPartInternalId()
Gets the value of the partInternalId property.

Returns:
possible object is Object

setPartInternalId

public void setPartInternalId(Part value)
Sets the value of the partInternalId property.

Parameters:
value - allowed object is Object

getVATInternalId

public VATRate getVATInternalId()
Gets the value of the vatInternalId property.

Returns:
possible object is Object

setVATInternalId

public void setVATInternalId(VATRate value)
Sets the value of the vatInternalId property.

Parameters:
value - allowed object is Object

getLaborInternalId

public LaborCostRate getLaborInternalId()
Gets the value of the laborInternalId property.

Returns:
possible object is Object

setLaborInternalId

public void setLaborInternalId(LaborCostRate value)
Sets the value of the laborInternalId property.

Parameters:
value - allowed object is Object

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

beforeMarshal

public void beforeMarshal(Marshaller m)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.