@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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}float" />
<attribute name="BleedLeft" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="BleedRight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="BleedTop" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<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="Overfold" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="OverfoldSide">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Back"/>
<enumeration value="BackHalf"/>
<enumeration value="Front"/>
<enumeration value="FrontHalf"/>
</restriction>
</simpleType>
</attribute>
<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}float" />
<attribute name="TrimLeft" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="TrimRight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="TrimTop" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<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.
|
static class |
BinderySignature.OverfoldSide
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
binderySignatureSize |
protected BinderySignature.BinderySignatureType |
binderySignatureType |
protected Orientation |
bindingOrientation |
protected java.lang.Float |
bleedBottom |
protected java.lang.Float |
bleedLeft |
protected java.lang.Float |
bleedRight |
protected java.lang.Float |
bleedTop |
protected BinderySignature.Bottling |
bottling |
protected Resource |
dieLayout |
protected java.lang.String |
foldCatalog |
protected XYPair |
numberUp |
protected java.lang.Float |
overfold |
protected BinderySignature.OverfoldSide |
overfoldSide |
protected java.util.List<SignatureCell> |
signatureCell |
protected java.util.List<java.lang.Float> |
staggerColumns |
protected java.lang.Boolean |
staggerContinuous |
protected java.util.List<java.lang.Float> |
staggerRows |
protected java.lang.Float |
trimBottom |
protected java.lang.Float |
trimLeft |
protected java.lang.Float |
trimRight |
protected java.lang.Float |
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.Float |
getBleedBottom()
Gets the value of the bleedBottom property.
|
java.lang.Float |
getBleedLeft()
Gets the value of the bleedLeft property.
|
java.lang.Float |
getBleedRight()
Gets the value of the bleedRight property.
|
java.lang.Float |
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.lang.Float |
getOverfold()
Gets the value of the overfold property.
|
BinderySignature.OverfoldSide |
getOverfoldSide()
Gets the value of the overfoldSide property.
|
java.util.List<SignatureCell> |
getSignatureCell()
Gets the value of the signatureCell property.
|
java.util.List<java.lang.Float> |
getStaggerColumns()
Gets the value of the staggerColumns property.
|
java.util.List<java.lang.Float> |
getStaggerRows()
Gets the value of the staggerRows property.
|
java.lang.Float |
getTrimBottom()
Gets the value of the trimBottom property.
|
java.lang.Float |
getTrimLeft()
Gets the value of the trimLeft property.
|
java.lang.Float |
getTrimRight()
Gets the value of the trimRight property.
|
java.lang.Float |
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 |
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.Float value)
Sets the value of the bleedBottom property.
|
void |
setBleedLeft(java.lang.Float value)
Sets the value of the bleedLeft property.
|
void |
setBleedRight(java.lang.Float value)
Sets the value of the bleedRight property.
|
void |
setBleedTop(java.lang.Float 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 |
setOverfold(java.lang.Float value)
Sets the value of the overfold property.
|
void |
setOverfoldSide(BinderySignature.OverfoldSide value)
Sets the value of the overfoldSide property.
|
void |
setStaggerContinuous(java.lang.Boolean value)
Sets the value of the staggerContinuous property.
|
void |
setTrimBottom(java.lang.Float value)
Sets the value of the trimBottom property.
|
void |
setTrimLeft(java.lang.Float value)
Sets the value of the trimLeft property.
|
void |
setTrimRight(java.lang.Float value)
Sets the value of the trimRight property.
|
void |
setTrimTop(java.lang.Float 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.Float value) |
BinderySignature |
withBleedLeft(java.lang.Float value) |
BinderySignature |
withBleedRight(java.lang.Float value) |
BinderySignature |
withBleedTop(java.lang.Float value) |
BinderySignature |
withBottling(BinderySignature.Bottling value) |
BinderySignature |
withDieLayout(Resource value) |
BinderySignature |
withFoldCatalog(java.lang.String value) |
BinderySignature |
withNumberUp(XYPair value) |
BinderySignature |
withOverfold(java.lang.Float value) |
BinderySignature |
withOverfoldSide(BinderySignature.OverfoldSide value) |
BinderySignature |
withSignatureCell(java.util.Collection<SignatureCell> values) |
BinderySignature |
withSignatureCell(SignatureCell... values) |
BinderySignature |
withStaggerColumns(java.util.Collection<java.lang.Float> values) |
BinderySignature |
withStaggerColumns(java.lang.Float... values) |
BinderySignature |
withStaggerContinuous(java.lang.Boolean value) |
BinderySignature |
withStaggerRows(java.util.Collection<java.lang.Float> values) |
BinderySignature |
withStaggerRows(java.lang.Float... values) |
BinderySignature |
withTrimBottom(java.lang.Float value) |
BinderySignature |
withTrimLeft(java.lang.Float value) |
BinderySignature |
withTrimRight(java.lang.Float value) |
BinderySignature |
withTrimTop(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<SignatureCell> signatureCell
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair binderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected BinderySignature.BinderySignatureType binderySignatureType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Orientation bindingOrientation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float bleedBottom
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float bleedLeft
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float bleedRight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float bleedTop
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected BinderySignature.Bottling bottling
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource dieLayout
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String foldCatalog
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair numberUp
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float overfold
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected BinderySignature.OverfoldSide overfoldSide
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> staggerColumns
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean staggerContinuous
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> staggerRows
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float trimBottom
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float trimLeft
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float trimRight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float trimTop
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getBinderySignatureSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public BinderySignature.BinderySignatureType getBinderySignatureType()
BinderySignature.BinderySignatureType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Orientation getBindingOrientation()
Orientation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getBleedBottom()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBleedBottom(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getBleedLeft()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBleedLeft(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getBleedRight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBleedRight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getBleedTop()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBleedTop(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public BinderySignature.Bottling getBottling()
BinderySignature.Bottling@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getDieLayout()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFoldCatalog()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getNumberUp()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getOverfold()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setOverfold(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public BinderySignature.OverfoldSide getOverfoldSide()
BinderySignature.OverfoldSide@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setOverfoldSide(BinderySignature.OverfoldSide value)
value - allowed object is
BinderySignature.OverfoldSide@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> 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
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isStaggerContinuous()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> 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
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTrimBottom()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setTrimBottom(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTrimLeft()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setTrimLeft(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTrimRight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setTrimRight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTrimTop()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setTrimTop(java.lang.Float value)
value - allowed object is
Floatpublic 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.Float value)
public BinderySignature withBleedLeft(java.lang.Float value)
public BinderySignature withBleedRight(java.lang.Float value)
public BinderySignature withBleedTop(java.lang.Float 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 withOverfold(java.lang.Float value)
public BinderySignature withOverfoldSide(BinderySignature.OverfoldSide value)
public BinderySignature withStaggerColumns(java.lang.Float... values)
public BinderySignature withStaggerColumns(java.util.Collection<java.lang.Float> values)
public BinderySignature withStaggerContinuous(java.lang.Boolean value)
public BinderySignature withStaggerRows(java.lang.Float... values)
public BinderySignature withStaggerRows(java.util.Collection<java.lang.Float> values)
public BinderySignature withTrimBottom(java.lang.Float value)
public BinderySignature withTrimLeft(java.lang.Float value)
public BinderySignature withTrimRight(java.lang.Float value)
public BinderySignature withTrimTop(java.lang.Float 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