Class BinderySignature
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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}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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XYPairprotected BinderySignature.BinderySignatureTypeprotected Orientationprotected BinderySignature.Bottlingprotected Resourceprotected Stringprotected List<MultiPageFold>protected XYPairprotected Floatprotected BinderySignature.OverfoldSideprotected List<SignatureCell>protected SpreadTypeprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the binderySignatureSize property.Gets the value of the binderySignatureType property.Gets the value of the bindingOrientation property.Gets the value of the bottling property.Gets the value of the dieLayout property.Gets the value of the foldCatalog property.Gets the value of the multiPageFold property.Gets the value of the numberUp property.Gets the value of the overfold property.Gets the value of the overfoldSide property.Gets the value of the signatureCell property.Gets the value of the spreadType property.Gets the value of the staggerColumns property.Gets the value of the staggerRows property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the staggerContinuous property.voidsetBinderySignatureSize(XYPair value) Sets the value of the binderySignatureSize property.voidSets the value of the binderySignatureType property.voidsetBindingOrientation(Orientation value) Sets the value of the bindingOrientation property.voidSets the value of the bottling property.voidsetDieLayout(Resource value) Sets the value of the dieLayout property.voidsetFoldCatalog(String value) Sets the value of the foldCatalog property.voidsetNumberUp(XYPair value) Sets the value of the numberUp property.voidsetOverfold(Float value) Sets the value of the overfold property.voidSets the value of the overfoldSide property.voidsetSpreadType(SpreadType value) Sets the value of the spreadType property.voidsetStaggerContinuous(Boolean value) Sets the value of the staggerContinuous property.withBinderySignatureSize(XYPair value) withDieLayout(Resource value) withFoldCatalog(String value) withMultiPageFold(Collection<MultiPageFold> values) withMultiPageFold(MultiPageFold... values) withNumberUp(XYPair value) withOverfold(Float value) withSignatureCell(Collection<SignatureCell> values) withSignatureCell(SignatureCell... values) withSpreadType(SpreadType value) withStaggerColumns(Float... values) withStaggerColumns(Collection<Float> values) withStaggerContinuous(Boolean value) withStaggerRows(Float... values) withStaggerRows(Collection<Float> values) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
multiPageFold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<MultiPageFold> multiPageFold -
signatureCell
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<SignatureCell> signatureCell -
binderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair binderySignatureSize -
binderySignatureType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BinderySignature.BinderySignatureType binderySignatureType -
bindingOrientation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Orientation bindingOrientation -
bottling
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BinderySignature.Bottling bottling -
dieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource dieLayout -
foldCatalog
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String foldCatalog -
numberUp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair numberUp -
overfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float overfold -
overfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BinderySignature.OverfoldSide overfoldSide -
spreadType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected SpreadType spreadType -
staggerColumns
-
staggerContinuous
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean staggerContinuous -
staggerRows
-
-
Constructor Details
-
BinderySignature
public BinderySignature()
-
-
Method Details
-
getMultiPageFold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 -
getSignatureCell
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 -
getBinderySignatureSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setFoldCatalog(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setOverfold(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public List<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 -
isStaggerContinuous
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setStaggerContinuous(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 v2.3.6", date="2022-12-18T20:00:09Z") public List<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 -
withMultiPageFold
-
withMultiPageFold
-
withSignatureCell
-
withSignatureCell
-
withBinderySignatureSize
-
withBinderySignatureType
-
withBindingOrientation
-
withBottling
-
withDieLayout
-
withFoldCatalog
-
withNumberUp
-
withOverfold
-
withOverfoldSide
-
withSpreadType
-
withStaggerColumns
-
withStaggerColumns
-
withStaggerContinuous
-
withStaggerRows
-
withStaggerRows
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-