@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class BinderySignature
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for BinderySignature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BinderySignature">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SignatureCell" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BinderySignatureSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="BinderySignatureType">
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="Fold"/>
<enumeration value="Grid"/>
<enumeration value="Die"/>
</restriction>
</simpleType>
</attribute>
<attribute name="BindingOrientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" />
<attribute name="BleedBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BleedLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BleedRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BleedTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Bottling">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="All"/>
<enumeration value="Last"/>
<enumeration value="None"/>
</restriction>
</simpleType>
</attribute>
<attribute name="DieLayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="FoldCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}FoldCatalog" />
<attribute name="NumberUp" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="OutsideGutter" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="StaggerColumns" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="StaggerContinuous" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="StaggerRows" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="TrimBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BinderySignature.BinderySignatureType
Java class for null.
|
static class |
BinderySignature.Bottling
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
binderySignatureSize |
protected BinderySignature.BinderySignatureType |
binderySignatureType |
protected Orientation |
bindingOrientation |
protected java.lang.Double |
bleedBottom |
protected java.lang.Double |
bleedLeft |
protected java.lang.Double |
bleedRight |
protected java.lang.Double |
bleedTop |
protected BinderySignature.Bottling |
bottling |
protected Resource |
dieLayout |
protected java.lang.String |
foldCatalog |
protected XYPair |
numberUp |
protected java.lang.Boolean |
outsideGutter |
protected java.util.List<SignatureCell> |
signatureCell |
protected java.util.List<java.lang.Double> |
staggerColumns |
protected java.lang.Boolean |
staggerContinuous |
protected java.util.List<java.lang.Double> |
staggerRows |
protected java.lang.Double |
trimBottom |
protected java.lang.Double |
trimLeft |
protected java.lang.Double |
trimRight |
protected java.lang.Double |
trimTop |
| Constructor and Description |
|---|
BinderySignature() |
| 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) |
XYPair |
getBinderySignatureSize()
Gets the value of the binderySignatureSize property.
|
BinderySignature.BinderySignatureType |
getBinderySignatureType()
Gets the value of the binderySignatureType property.
|
Orientation |
getBindingOrientation()
Gets the value of the bindingOrientation property.
|
java.lang.Double |
getBleedBottom()
Gets the value of the bleedBottom property.
|
java.lang.Double |
getBleedLeft()
Gets the value of the bleedLeft property.
|
java.lang.Double |
getBleedRight()
Gets the value of the bleedRight property.
|
java.lang.Double |
getBleedTop()
Gets the value of the bleedTop property.
|
BinderySignature.Bottling |
getBottling()
Gets the value of the bottling property.
|
Resource |
getDieLayout()
Gets the value of the dieLayout property.
|
java.lang.String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
XYPair |
getNumberUp()
Gets the value of the numberUp property.
|
java.util.List<SignatureCell> |
getSignatureCell()
Gets the value of the signatureCell property.
|
java.util.List<java.lang.Double> |
getStaggerColumns()
Gets the value of the staggerColumns property.
|
java.util.List<java.lang.Double> |
getStaggerRows()
Gets the value of the staggerRows property.
|
java.lang.Double |
getTrimBottom()
Gets the value of the trimBottom property.
|
java.lang.Double |
getTrimLeft()
Gets the value of the trimLeft property.
|
java.lang.Double |
getTrimRight()
Gets the value of the trimRight property.
|
java.lang.Double |
getTrimTop()
Gets the value of the trimTop property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isOutsideGutter()
Gets the value of the outsideGutter property.
|
java.lang.Boolean |
isStaggerContinuous()
Gets the value of the staggerContinuous property.
|
void |
setBinderySignatureSize(XYPair value)
Sets the value of the binderySignatureSize property.
|
void |
setBinderySignatureType(BinderySignature.BinderySignatureType value)
Sets the value of the binderySignatureType property.
|
void |
setBindingOrientation(Orientation value)
Sets the value of the bindingOrientation property.
|
void |
setBleedBottom(java.lang.Double value)
Sets the value of the bleedBottom property.
|
void |
setBleedLeft(java.lang.Double value)
Sets the value of the bleedLeft property.
|
void |
setBleedRight(java.lang.Double value)
Sets the value of the bleedRight property.
|
void |
setBleedTop(java.lang.Double value)
Sets the value of the bleedTop property.
|
void |
setBottling(BinderySignature.Bottling value)
Sets the value of the bottling property.
|
void |
setDieLayout(Resource value)
Sets the value of the dieLayout property.
|
void |
setFoldCatalog(java.lang.String value)
Sets the value of the foldCatalog property.
|
void |
setNumberUp(XYPair value)
Sets the value of the numberUp property.
|
void |
setOutsideGutter(java.lang.Boolean value)
Sets the value of the outsideGutter property.
|
void |
setStaggerContinuous(java.lang.Boolean value)
Sets the value of the staggerContinuous property.
|
void |
setTrimBottom(java.lang.Double value)
Sets the value of the trimBottom property.
|
void |
setTrimLeft(java.lang.Double value)
Sets the value of the trimLeft property.
|
void |
setTrimRight(java.lang.Double value)
Sets the value of the trimRight property.
|
void |
setTrimTop(java.lang.Double value)
Sets the value of the trimTop property.
|
BinderySignature |
withBinderySignatureSize(XYPair value) |
BinderySignature |
withBinderySignatureType(BinderySignature.BinderySignatureType value) |
BinderySignature |
withBindingOrientation(Orientation value) |
BinderySignature |
withBleedBottom(java.lang.Double value) |
BinderySignature |
withBleedLeft(java.lang.Double value) |
BinderySignature |
withBleedRight(java.lang.Double value) |
BinderySignature |
withBleedTop(java.lang.Double value) |
BinderySignature |
withBottling(BinderySignature.Bottling value) |
BinderySignature |
withDieLayout(Resource value) |
BinderySignature |
withFoldCatalog(java.lang.String value) |
BinderySignature |
withNumberUp(XYPair value) |
BinderySignature |
withOutsideGutter(java.lang.Boolean value) |
BinderySignature |
withSignatureCell(java.util.Collection<SignatureCell> values) |
BinderySignature |
withSignatureCell(SignatureCell... values) |
BinderySignature |
withStaggerColumns(java.util.Collection<java.lang.Double> values) |
BinderySignature |
withStaggerColumns(java.lang.Double... values) |
BinderySignature |
withStaggerContinuous(java.lang.Boolean value) |
BinderySignature |
withStaggerRows(java.util.Collection<java.lang.Double> values) |
BinderySignature |
withStaggerRows(java.lang.Double... values) |
BinderySignature |
withTrimBottom(java.lang.Double value) |
BinderySignature |
withTrimLeft(java.lang.Double value) |
BinderySignature |
withTrimRight(java.lang.Double value) |
BinderySignature |
withTrimTop(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<SignatureCell> signatureCell
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair binderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected BinderySignature.BinderySignatureType binderySignatureType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Orientation bindingOrientation
@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 bleedBottom
@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 bleedLeft
@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 bleedRight
@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 bleedTop
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected BinderySignature.Bottling bottling
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Resource dieLayout
@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 foldCatalog
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair numberUp
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean outsideGutter
@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<java.lang.Double> staggerColumns
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean staggerContinuous
@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<java.lang.Double> staggerRows
@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 trimBottom
@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 trimLeft
@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 trimRight
@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 trimTop
@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<SignatureCell> getSignatureCell()
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 signatureCell property.
For example, to add a new item, do as follows:
getSignatureCell().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureCell
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getBinderySignatureSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBinderySignatureSize(XYPair 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 BinderySignature.BinderySignatureType getBinderySignatureType()
BinderySignature.BinderySignatureType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBinderySignatureType(BinderySignature.BinderySignatureType value)
value - allowed object is
BinderySignature.BinderySignatureType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Orientation getBindingOrientation()
Orientation@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBindingOrientation(Orientation value)
value - allowed object is
Orientation@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 getBleedBottom()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBleedBottom(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 getBleedLeft()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBleedLeft(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 getBleedRight()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBleedRight(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 getBleedTop()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBleedTop(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 BinderySignature.Bottling getBottling()
BinderySignature.Bottling@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBottling(BinderySignature.Bottling value)
value - allowed object is
BinderySignature.Bottling@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Resource getDieLayout()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setDieLayout(Resource value)
value - allowed object is
Object@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 getFoldCatalog()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFoldCatalog(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 XYPair getNumberUp()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setNumberUp(XYPair 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.Boolean isOutsideGutter()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setOutsideGutter(java.lang.Boolean value)
value - allowed object is
Boolean@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<java.lang.Double> getStaggerColumns()
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 staggerColumns property.
For example, to add a new item, do as follows:
getStaggerColumns().add(newItem);
Objects of the following type(s) are allowed in the list
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.Boolean isStaggerContinuous()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setStaggerContinuous(java.lang.Boolean value)
value - allowed object is
Boolean@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<java.lang.Double> getStaggerRows()
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 staggerRows property.
For example, to add a new item, do as follows:
getStaggerRows().add(newItem);
Objects of the following type(s) are allowed in the list
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 getTrimBottom()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTrimBottom(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 getTrimLeft()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTrimLeft(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 getTrimRight()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTrimRight(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 getTrimTop()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTrimTop(java.lang.Double value)
value - allowed object is
Doublepublic BinderySignature withSignatureCell(SignatureCell... values)
public BinderySignature withSignatureCell(java.util.Collection<SignatureCell> values)
public BinderySignature withBinderySignatureSize(XYPair value)
public BinderySignature withBinderySignatureType(BinderySignature.BinderySignatureType value)
public BinderySignature withBindingOrientation(Orientation value)
public BinderySignature withBleedBottom(java.lang.Double value)
public BinderySignature withBleedLeft(java.lang.Double value)
public BinderySignature withBleedRight(java.lang.Double value)
public BinderySignature withBleedTop(java.lang.Double value)
public BinderySignature withBottling(BinderySignature.Bottling value)
public BinderySignature withDieLayout(Resource value)
public BinderySignature withFoldCatalog(java.lang.String value)
public BinderySignature withNumberUp(XYPair value)
public BinderySignature withOutsideGutter(java.lang.Boolean value)
public BinderySignature withStaggerColumns(java.lang.Double... values)
public BinderySignature withStaggerColumns(java.util.Collection<java.lang.Double> values)
public BinderySignature withStaggerContinuous(java.lang.Boolean value)
public BinderySignature withStaggerRows(java.lang.Double... values)
public BinderySignature withStaggerRows(java.util.Collection<java.lang.Double> values)
public BinderySignature withTrimBottom(java.lang.Double value)
public BinderySignature withTrimLeft(java.lang.Double value)
public BinderySignature withTrimRight(java.lang.Double value)
public BinderySignature withTrimTop(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