Package org.cxml
Class LaborDetail
java.lang.Object
org.cxml.LaborDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Contractorprotected JobDescriptionprotected Periodprotected Supervisorprotected Stringprotected WorkLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contractor property.Gets the value of the extrinsic property.Gets the value of the jobDescription property.Gets the value of the period property.Gets the value of the supervisor property.Gets the value of the supplierReferenceCode property.Gets the value of the unitRate property.Gets the value of the workLocation property.voidsetContractor(Contractor value) Sets the value of the contractor property.voidsetJobDescription(JobDescription value) Sets the value of the jobDescription property.voidSets the value of the period property.voidsetSupervisor(Supervisor value) Sets the value of the supervisor property.voidsetSupplierReferenceCode(String value) Sets the value of the supplierReferenceCode property.voidsetWorkLocation(WorkLocation value) Sets the value of the workLocation property.
-
Field Details
-
supplierReferenceCode
-
unitRate
-
period
-
contractor
-
jobDescription
-
supervisor
-
workLocation
-
extrinsic
-
-
Constructor Details
-
LaborDetail
public LaborDetail()
-
-
Method Details
-
getSupplierReferenceCode
Gets the value of the supplierReferenceCode property.- Returns:
- possible object is
String
-
setSupplierReferenceCode
Sets the value of the supplierReferenceCode property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getContractor
Gets the value of the contractor property.- Returns:
- possible object is
Contractor
-
setContractor
Sets the value of the contractor property.- Parameters:
value- allowed object isContractor
-
getJobDescription
Gets the value of the jobDescription property.- Returns:
- possible object is
JobDescription
-
setJobDescription
Sets the value of the jobDescription property.- Parameters:
value- allowed object isJobDescription
-
getSupervisor
Gets the value of the supervisor property.- Returns:
- possible object is
Supervisor
-
setSupervisor
Sets the value of the supervisor property.- Parameters:
value- allowed object isSupervisor
-
getWorkLocation
Gets the value of the workLocation property.- Returns:
- possible object is
WorkLocation
-
setWorkLocation
Sets the value of the workLocation property.- Parameters:
value- allowed object isWorkLocation
-
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
setmethod 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
-