Package org.cxml

Class LaborDetail


  • public class LaborDetail
    extends java.lang.Object
    • Field Detail

      • supplierReferenceCode

        protected java.lang.String supplierReferenceCode
      • unitRate

        protected java.util.List<UnitRate> unitRate
      • period

        protected Period period
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • LaborDetail

        public LaborDetail()
    • Method Detail

      • getSupplierReferenceCode

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

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

        public java.util.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 java.util.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