Package org.cip4.lib.xjdf.schema
Class BundlingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.BundlingParams
- 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 BundlingParams
extends SpecificResource
implements Serializable
Java class for BundlingParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="BundlingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="Copies" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Length" type="{http://www.w3.org/2001/XMLSchema}float" />
<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 copies property.Gets the value of the length property.inthashCode()voidSets the value of the copies property.voidSets the value of the length property.withCopies(Integer value) withLength(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
Constructor Details
-
BundlingParams
public BundlingParams()
-
-
Method Details
-
getCopies
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getCopies()Gets the value of the copies property.- Returns:
- possible object is
Integer
-
setCopies
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCopies(Integer value) Sets the value of the copies property.- Parameters:
value- allowed object isInteger
-
getLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getLength()Gets the value of the length property.- Returns:
- possible object is
Float
-
setLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setLength(Float value) Sets the value of the length property.- Parameters:
value- allowed object isFloat
-
withCopies
-
withLength
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-