public class ManualLaborParams extends ParameterType implements java.io.Serializable
Java class for ManualLaborParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManualLaborParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="LaborType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
laborType |
| Constructor and Description |
|---|
ManualLaborParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLaborType()
Gets the value of the laborType property.
|
void |
setLaborType(java.lang.String value)
Sets the value of the laborType property.
|
Copyright © 2012. All Rights Reserved.