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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class BundlingParams extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BundlingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.IntegergetCopies()Gets the value of the copies property.java.lang.FloatgetLength()Gets the value of the length property.inthashCode()voidsetCopies(java.lang.Integer value)Sets the value of the copies property.voidsetLength(java.lang.Float value)Sets the value of the length property.BundlingParamswithCopies(java.lang.Integer value)BundlingParamswithLength(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Method Detail
-
getCopies
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.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.1", date="2022-12-20T17:59:47Z") public void setCopies(java.lang.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.1", date="2022-12-20T17:59:47Z") public java.lang.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.1", date="2022-12-20T17:59:47Z") public void setLength(java.lang.Float value)Sets the value of the length property.- Parameters:
value- allowed object isFloat
-
withCopies
public BundlingParams withCopies(java.lang.Integer value)
-
withLength
public BundlingParams withLength(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-