Class BinderySignature
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.BinderySignature
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class BinderySignature extends SpecificResource implements java.io.SerializableJava 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}MultiPageFold" maxOccurs="unbounded" minOccurs="0"/> <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" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}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="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.w3.org/2001/XMLSchema}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.w3.org/2001/XMLSchema}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="SpreadType" type="{http://www.CIP4.org/JDFSchema_2_0}SpreadType" /> <attribute name="StaggerColumns" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" /> <attribute name="StaggerContinuous" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="StaggerRows" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBinderySignature.BinderySignatureTypeJava class for nullstatic classBinderySignature.BottlingJava class for nullstatic classBinderySignature.OverfoldSideJava class for null
-
Field Summary
Fields Modifier and Type Field Description protected XYPairbinderySignatureSizeprotected BinderySignature.BinderySignatureTypebinderySignatureTypeprotected OrientationbindingOrientationprotected BinderySignature.Bottlingbottlingprotected ResourcedieLayoutprotected java.lang.StringfoldCatalogprotected java.util.List<MultiPageFold>multiPageFoldprotected XYPairnumberUpprotected java.lang.Floatoverfoldprotected BinderySignature.OverfoldSideoverfoldSideprotected java.util.List<SignatureCell>signatureCellprotected SpreadTypespreadTypeprotected java.util.List<java.lang.Float>staggerColumnsprotected java.lang.BooleanstaggerContinuousprotected java.util.List<java.lang.Float>staggerRows
-
Constructor Summary
Constructors Constructor Description BinderySignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)XYPairgetBinderySignatureSize()Gets the value of the binderySignatureSize property.BinderySignature.BinderySignatureTypegetBinderySignatureType()Gets the value of the binderySignatureType property.OrientationgetBindingOrientation()Gets the value of the bindingOrientation property.BinderySignature.BottlinggetBottling()Gets the value of the bottling property.ResourcegetDieLayout()Gets the value of the dieLayout property.java.lang.StringgetFoldCatalog()Gets the value of the foldCatalog property.java.util.List<MultiPageFold>getMultiPageFold()Gets the value of the multiPageFold property.XYPairgetNumberUp()Gets the value of the numberUp property.java.lang.FloatgetOverfold()Gets the value of the overfold property.BinderySignature.OverfoldSidegetOverfoldSide()Gets the value of the overfoldSide property.java.util.List<SignatureCell>getSignatureCell()Gets the value of the signatureCell property.SpreadTypegetSpreadType()Gets the value of the spreadType 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.inthashCode()java.lang.BooleanisStaggerContinuous()Gets the value of the staggerContinuous property.voidsetBinderySignatureSize(XYPair value)Sets the value of the binderySignatureSize property.voidsetBinderySignatureType(BinderySignature.BinderySignatureType value)Sets the value of the binderySignatureType property.voidsetBindingOrientation(Orientation value)Sets the value of the bindingOrientation property.voidsetBottling(BinderySignature.Bottling value)Sets the value of the bottling property.voidsetDieLayout(Resource value)Sets the value of the dieLayout property.voidsetFoldCatalog(java.lang.String value)Sets the value of the foldCatalog property.voidsetNumberUp(XYPair value)Sets the value of the numberUp property.voidsetOverfold(java.lang.Float value)Sets the value of the overfold property.voidsetOverfoldSide(BinderySignature.OverfoldSide value)Sets the value of the overfoldSide property.voidsetSpreadType(SpreadType value)Sets the value of the spreadType property.voidsetStaggerContinuous(java.lang.Boolean value)Sets the value of the staggerContinuous property.BinderySignaturewithBinderySignatureSize(XYPair value)BinderySignaturewithBinderySignatureType(BinderySignature.BinderySignatureType value)BinderySignaturewithBindingOrientation(Orientation value)BinderySignaturewithBottling(BinderySignature.Bottling value)BinderySignaturewithDieLayout(Resource value)BinderySignaturewithFoldCatalog(java.lang.String value)BinderySignaturewithMultiPageFold(java.util.Collection<MultiPageFold> values)BinderySignaturewithMultiPageFold(MultiPageFold... values)BinderySignaturewithNumberUp(XYPair value)BinderySignaturewithOverfold(java.lang.Float value)BinderySignaturewithOverfoldSide(BinderySignature.OverfoldSide value)BinderySignaturewithSignatureCell(java.util.Collection<SignatureCell> values)BinderySignaturewithSignatureCell(SignatureCell... values)BinderySignaturewithSpreadType(SpreadType value)BinderySignaturewithStaggerColumns(java.lang.Float... values)BinderySignaturewithStaggerColumns(java.util.Collection<java.lang.Float> values)BinderySignaturewithStaggerContinuous(java.lang.Boolean value)BinderySignaturewithStaggerRows(java.lang.Float... values)BinderySignaturewithStaggerRows(java.util.Collection<java.lang.Float> values)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
multiPageFold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<MultiPageFold> multiPageFold
-
signatureCell
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<SignatureCell> signatureCell
-
binderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected XYPair binderySignatureSize
-
binderySignatureType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected BinderySignature.BinderySignatureType binderySignatureType
-
bindingOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Orientation bindingOrientation
-
bottling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected BinderySignature.Bottling bottling
-
dieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Resource dieLayout
-
foldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String foldCatalog
-
numberUp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected XYPair numberUp
-
overfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float overfold
-
overfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected BinderySignature.OverfoldSide overfoldSide
-
spreadType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected SpreadType spreadType
-
staggerColumns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<java.lang.Float> staggerColumns
-
staggerContinuous
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Boolean staggerContinuous
-
staggerRows
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<java.lang.Float> staggerRows
-
-
Method Detail
-
getMultiPageFold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<MultiPageFold> getMultiPageFold()Gets the value of the multiPageFold property.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
setmethod for the multiPageFold property.For example, to add a new item, do as follows:
getMultiPageFold().add(newItem);
Objects of the following type(s) are allowed in the list
MultiPageFold- Returns:
- The value of the multiPageFold property.
-
getSignatureCell
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<SignatureCell> getSignatureCell()Gets the value of the signatureCell property.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
setmethod 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- Returns:
- The value of the signatureCell property.
-
getBinderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public XYPair getBinderySignatureSize()Gets the value of the binderySignatureSize property.- Returns:
- possible object is
String
-
setBinderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setBinderySignatureSize(XYPair value)Sets the value of the binderySignatureSize property.- Parameters:
value- allowed object isString
-
getBinderySignatureType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public BinderySignature.BinderySignatureType getBinderySignatureType()Gets the value of the binderySignatureType property.- Returns:
- possible object is
BinderySignature.BinderySignatureType
-
setBinderySignatureType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setBinderySignatureType(BinderySignature.BinderySignatureType value)Sets the value of the binderySignatureType property.- Parameters:
value- allowed object isBinderySignature.BinderySignatureType
-
getBindingOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public Orientation getBindingOrientation()Gets the value of the bindingOrientation property.- Returns:
- possible object is
Orientation
-
setBindingOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setBindingOrientation(Orientation value)Sets the value of the bindingOrientation property.- Parameters:
value- allowed object isOrientation
-
getBottling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public BinderySignature.Bottling getBottling()Gets the value of the bottling property.- Returns:
- possible object is
BinderySignature.Bottling
-
setBottling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setBottling(BinderySignature.Bottling value)Sets the value of the bottling property.- Parameters:
value- allowed object isBinderySignature.Bottling
-
getDieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public Resource getDieLayout()Gets the value of the dieLayout property.- Returns:
- possible object is
Object
-
setDieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setDieLayout(Resource value)Sets the value of the dieLayout property.- Parameters:
value- allowed object isObject
-
getFoldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.String getFoldCatalog()Gets the value of the foldCatalog property.- Returns:
- possible object is
String
-
setFoldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setFoldCatalog(java.lang.String value)Sets the value of the foldCatalog property.- Parameters:
value- allowed object isString
-
getNumberUp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public XYPair getNumberUp()Gets the value of the numberUp property.- Returns:
- possible object is
String
-
setNumberUp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setNumberUp(XYPair value)Sets the value of the numberUp property.- Parameters:
value- allowed object isString
-
getOverfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Float getOverfold()Gets the value of the overfold property.- Returns:
- possible object is
Float
-
setOverfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setOverfold(java.lang.Float value)Sets the value of the overfold property.- Parameters:
value- allowed object isFloat
-
getOverfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public BinderySignature.OverfoldSide getOverfoldSide()Gets the value of the overfoldSide property.- Returns:
- possible object is
BinderySignature.OverfoldSide
-
setOverfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setOverfoldSide(BinderySignature.OverfoldSide value)Sets the value of the overfoldSide property.- Parameters:
value- allowed object isBinderySignature.OverfoldSide
-
getSpreadType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public SpreadType getSpreadType()Gets the value of the spreadType property.- Returns:
- possible object is
SpreadType
-
setSpreadType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setSpreadType(SpreadType value)Sets the value of the spreadType property.- Parameters:
value- allowed object isSpreadType
-
getStaggerColumns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<java.lang.Float> getStaggerColumns()Gets the value of the staggerColumns property.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
setmethod 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- Returns:
- The value of the staggerColumns property.
-
isStaggerContinuous
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Boolean isStaggerContinuous()Gets the value of the staggerContinuous property.- Returns:
- possible object is
Boolean
-
setStaggerContinuous
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setStaggerContinuous(java.lang.Boolean value)Sets the value of the staggerContinuous property.- Parameters:
value- allowed object isBoolean
-
getStaggerRows
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<java.lang.Float> getStaggerRows()Gets the value of the staggerRows property.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
setmethod 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- Returns:
- The value of the staggerRows property.
-
withMultiPageFold
public BinderySignature withMultiPageFold(MultiPageFold... values)
-
withMultiPageFold
public BinderySignature withMultiPageFold(java.util.Collection<MultiPageFold> values)
-
withSignatureCell
public BinderySignature withSignatureCell(SignatureCell... values)
-
withSignatureCell
public BinderySignature withSignatureCell(java.util.Collection<SignatureCell> values)
-
withBinderySignatureSize
public BinderySignature withBinderySignatureSize(XYPair value)
-
withBinderySignatureType
public BinderySignature withBinderySignatureType(BinderySignature.BinderySignatureType value)
-
withBindingOrientation
public BinderySignature withBindingOrientation(Orientation value)
-
withBottling
public BinderySignature withBottling(BinderySignature.Bottling value)
-
withDieLayout
public BinderySignature withDieLayout(Resource value)
-
withFoldCatalog
public BinderySignature withFoldCatalog(java.lang.String value)
-
withNumberUp
public BinderySignature withNumberUp(XYPair value)
-
withOverfold
public BinderySignature withOverfold(java.lang.Float value)
-
withOverfoldSide
public BinderySignature withOverfoldSide(BinderySignature.OverfoldSide value)
-
withSpreadType
public BinderySignature withSpreadType(SpreadType value)
-
withStaggerColumns
public BinderySignature withStaggerColumns(java.lang.Float... values)
-
withStaggerColumns
public BinderySignature withStaggerColumns(java.util.Collection<java.lang.Float> values)
-
withStaggerContinuous
public BinderySignature withStaggerContinuous(java.lang.Boolean value)
-
withStaggerRows
public BinderySignature withStaggerRows(java.lang.Float... values)
-
withStaggerRows
public BinderySignature withStaggerRows(java.util.Collection<java.lang.Float> values)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-