Package org.cip4.lib.xjdf.schema
Class ManualLaborParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.ManualLaborParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ManualLaborParams
extends SpecificResource
implements 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}SpecificResource">
<attribute name="LaborType" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the laborType property.inthashCode()voidsetLaborType(String value) Sets the value of the laborType property.withLaborType(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
laborType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String laborType
-
-
Constructor Details
-
ManualLaborParams
public ManualLaborParams()
-
-
Method Details
-
getLaborType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getLaborType()Gets the value of the laborType property.- Returns:
- possible object is
String
-
setLaborType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setLaborType(String value) Sets the value of the laborType property.- Parameters:
value- allowed object isString
-
withLaborType
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-