Package org.cxml

Class LaborDetail

java.lang.Object
org.cxml.LaborDetail

public class LaborDetail extends Object
  • Field Details

  • Constructor Details

    • LaborDetail

      public LaborDetail()
  • Method Details

    • getSupplierReferenceCode

      public String getSupplierReferenceCode()
      Gets the value of the supplierReferenceCode property.
      Returns:
      possible object is String
    • setSupplierReferenceCode

      public void setSupplierReferenceCode(String value)
      Sets the value of the supplierReferenceCode property.
      Parameters:
      value - allowed object is String
    • getUnitRate

      public List<UnitRate> getUnitRate()
      Gets the value of the unitRate property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the unitRate property.

      For example, to add a new item, do as follows:

          getUnitRate().add(newItem);
       

      Objects of the following type(s) are allowed in the list UnitRate

    • getPeriod

      public Period getPeriod()
      Gets the value of the period property.
      Returns:
      possible object is Period
    • setPeriod

      public void setPeriod(Period value)
      Sets the value of the period property.
      Parameters:
      value - allowed object is Period
    • getContractor

      public Contractor getContractor()
      Gets the value of the contractor property.
      Returns:
      possible object is Contractor
    • setContractor

      public void setContractor(Contractor value)
      Sets the value of the contractor property.
      Parameters:
      value - allowed object is Contractor
    • getJobDescription

      public JobDescription getJobDescription()
      Gets the value of the jobDescription property.
      Returns:
      possible object is JobDescription
    • setJobDescription

      public void setJobDescription(JobDescription value)
      Sets the value of the jobDescription property.
      Parameters:
      value - allowed object is JobDescription
    • getSupervisor

      public Supervisor getSupervisor()
      Gets the value of the supervisor property.
      Returns:
      possible object is Supervisor
    • setSupervisor

      public void setSupervisor(Supervisor value)
      Sets the value of the supervisor property.
      Parameters:
      value - allowed object is Supervisor
    • getWorkLocation

      public WorkLocation getWorkLocation()
      Gets the value of the workLocation property.
      Returns:
      possible object is WorkLocation
    • setWorkLocation

      public void setWorkLocation(WorkLocation value)
      Sets the value of the workLocation property.
      Parameters:
      value - allowed object is WorkLocation
    • getExtrinsic

      public List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extrinsic property.

      For example, to add a new item, do as follows:

          getExtrinsic().add(newItem);
       

      Objects of the following type(s) are allowed in the list Extrinsic