@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class CaseMakingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CaseMakingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseMakingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="TopFoldIn" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FrontFoldIn" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="JointWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SpineWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BottomFoldIn" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CornerType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="CoverWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
bottomFoldIn |
protected java.lang.String |
cornerType |
protected java.lang.Double |
coverWidth |
protected java.lang.Double |
frontFoldIn |
protected java.util.List<Glue> |
glue |
protected java.lang.Double |
height |
protected java.lang.Double |
jointWidth |
protected java.lang.Double |
spineWidth |
protected java.lang.Double |
topFoldIn |
| Constructor and Description |
|---|
CaseMakingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Double |
getBottomFoldIn()
Gets the value of the bottomFoldIn property.
|
java.lang.String |
getCornerType()
Gets the value of the cornerType property.
|
java.lang.Double |
getCoverWidth()
Gets the value of the coverWidth property.
|
java.lang.Double |
getFrontFoldIn()
Gets the value of the frontFoldIn property.
|
java.util.List<Glue> |
getGlue()
Gets the value of the glue property.
|
java.lang.Double |
getHeight()
Gets the value of the height property.
|
java.lang.Double |
getJointWidth()
Gets the value of the jointWidth property.
|
java.lang.Double |
getSpineWidth()
Gets the value of the spineWidth property.
|
java.lang.Double |
getTopFoldIn()
Gets the value of the topFoldIn property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBottomFoldIn(java.lang.Double value)
Sets the value of the bottomFoldIn property.
|
void |
setCornerType(java.lang.String value)
Sets the value of the cornerType property.
|
void |
setCoverWidth(java.lang.Double value)
Sets the value of the coverWidth property.
|
void |
setFrontFoldIn(java.lang.Double value)
Sets the value of the frontFoldIn property.
|
void |
setHeight(java.lang.Double value)
Sets the value of the height property.
|
void |
setJointWidth(java.lang.Double value)
Sets the value of the jointWidth property.
|
void |
setSpineWidth(java.lang.Double value)
Sets the value of the spineWidth property.
|
void |
setTopFoldIn(java.lang.Double value)
Sets the value of the topFoldIn property.
|
CaseMakingParams |
withBottomFoldIn(java.lang.Double value) |
CaseMakingParams |
withCornerType(java.lang.String value) |
CaseMakingParams |
withCoverWidth(java.lang.Double value) |
CaseMakingParams |
withFrontFoldIn(java.lang.Double value) |
CaseMakingParams |
withGlue(java.util.Collection<Glue> values) |
CaseMakingParams |
withGlue(Glue... values) |
CaseMakingParams |
withHeight(java.lang.Double value) |
CaseMakingParams |
withJointWidth(java.lang.Double value) |
CaseMakingParams |
withSpineWidth(java.lang.Double value) |
CaseMakingParams |
withTopFoldIn(java.lang.Double value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Glue> glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double topFoldIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double frontFoldIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double height
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double jointWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double spineWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double bottomFoldIn
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String cornerType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double coverWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Glue> getGlue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the glue property.
For example, to add a new item, do as follows:
getGlue().add(newItem);
Objects of the following type(s) are allowed in the list
Glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getTopFoldIn()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTopFoldIn(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getFrontFoldIn()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFrontFoldIn(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getHeight()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setHeight(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getJointWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setJointWidth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getSpineWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSpineWidth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getBottomFoldIn()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBottomFoldIn(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCornerType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCornerType(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getCoverWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCoverWidth(java.lang.Double value)
value - allowed object is
Doublepublic CaseMakingParams withGlue(Glue... values)
public CaseMakingParams withGlue(java.util.Collection<Glue> values)
public CaseMakingParams withTopFoldIn(java.lang.Double value)
public CaseMakingParams withFrontFoldIn(java.lang.Double value)
public CaseMakingParams withHeight(java.lang.Double value)
public CaseMakingParams withJointWidth(java.lang.Double value)
public CaseMakingParams withSpineWidth(java.lang.Double value)
public CaseMakingParams withBottomFoldIn(java.lang.Double value)
public CaseMakingParams withCornerType(java.lang.String value)
public CaseMakingParams withCoverWidth(java.lang.Double value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource