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 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 is String
    • withLaborType

      public ManualLaborParams withLaborType(String value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource