public class BinderySignature extends ParameterType implements Serializable
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}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Fold" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SignatureCell" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BindingEdge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BindingOrientation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JogEdge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FoldCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="WebCellAlignment" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="StaggerContinuous" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="StaggerRows" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BinderySignatureType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FoldLay" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="AlignmentReferenceWeb" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="OutsideGutter" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="NumberUp" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="StaggerColumns" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DieLayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alignmentReferenceWeb |
protected String |
binderySignatureType |
protected String |
bindingEdge |
protected String |
bindingOrientation |
protected Object |
dieLayoutRef |
protected List<Fold> |
fold |
protected String |
foldCatalog |
protected String |
foldLay |
protected String |
jogEdge |
protected XYPair |
numberUp |
protected Boolean |
outsideGutter |
protected List<SignatureCell> |
signatureCell |
protected String |
staggerColumns |
protected Boolean |
staggerContinuous |
protected String |
staggerRows |
protected XYPair |
webCellAlignment |
| Constructor and Description |
|---|
BinderySignature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlignmentReferenceWeb()
Gets the value of the alignmentReferenceWeb property.
|
String |
getBinderySignatureType()
Gets the value of the binderySignatureType property.
|
String |
getBindingEdge()
Gets the value of the bindingEdge property.
|
String |
getBindingOrientation()
Gets the value of the bindingOrientation property.
|
Object |
getDieLayoutRef()
Gets the value of the dieLayoutRef property.
|
List<Fold> |
getFold()
Gets the value of the fold property.
|
String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
String |
getFoldLay()
Gets the value of the foldLay property.
|
String |
getJogEdge()
Gets the value of the jogEdge property.
|
XYPair |
getNumberUp()
Gets the value of the numberUp property.
|
List<SignatureCell> |
getSignatureCell()
Gets the value of the signatureCell property.
|
String |
getStaggerColumns()
Gets the value of the staggerColumns property.
|
String |
getStaggerRows()
Gets the value of the staggerRows property.
|
XYPair |
getWebCellAlignment()
Gets the value of the webCellAlignment property.
|
Boolean |
isOutsideGutter()
Gets the value of the outsideGutter property.
|
Boolean |
isStaggerContinuous()
Gets the value of the staggerContinuous property.
|
void |
setAlignmentReferenceWeb(String value)
Sets the value of the alignmentReferenceWeb property.
|
void |
setBinderySignatureType(String value)
Sets the value of the binderySignatureType property.
|
void |
setBindingEdge(String value)
Sets the value of the bindingEdge property.
|
void |
setBindingOrientation(String value)
Sets the value of the bindingOrientation property.
|
void |
setDieLayoutRef(Object value)
Sets the value of the dieLayoutRef property.
|
void |
setFoldCatalog(String value)
Sets the value of the foldCatalog property.
|
void |
setFoldLay(String value)
Sets the value of the foldLay property.
|
void |
setJogEdge(String value)
Sets the value of the jogEdge property.
|
void |
setNumberUp(XYPair value)
Sets the value of the numberUp property.
|
void |
setOutsideGutter(Boolean value)
Sets the value of the outsideGutter property.
|
void |
setStaggerColumns(String value)
Sets the value of the staggerColumns property.
|
void |
setStaggerContinuous(Boolean value)
Sets the value of the staggerContinuous property.
|
void |
setStaggerRows(String value)
Sets the value of the staggerRows property.
|
void |
setWebCellAlignment(XYPair value)
Sets the value of the webCellAlignment property.
|
protected List<SignatureCell> signatureCell
protected String bindingEdge
protected String bindingOrientation
protected String jogEdge
protected String foldCatalog
protected XYPair webCellAlignment
protected Boolean staggerContinuous
protected String staggerRows
protected String binderySignatureType
protected String foldLay
protected String alignmentReferenceWeb
protected Boolean outsideGutter
protected XYPair numberUp
protected String staggerColumns
protected Object dieLayoutRef
public List<Fold> getFold()
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 fold property.
For example, to add a new item, do as follows:
getFold().add(newItem);
Objects of the following type(s) are allowed in the list
Fold
public 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
public String getBindingEdge()
Stringpublic void setBindingEdge(String value)
value - allowed object is
Stringpublic String getBindingOrientation()
Stringpublic void setBindingOrientation(String value)
value - allowed object is
Stringpublic String getJogEdge()
Stringpublic void setJogEdge(String value)
value - allowed object is
Stringpublic String getFoldCatalog()
Stringpublic void setFoldCatalog(String value)
value - allowed object is
Stringpublic XYPair getWebCellAlignment()
Stringpublic void setWebCellAlignment(XYPair value)
value - allowed object is
Stringpublic Boolean isStaggerContinuous()
Booleanpublic void setStaggerContinuous(Boolean value)
value - allowed object is
Booleanpublic String getStaggerRows()
Stringpublic void setStaggerRows(String value)
value - allowed object is
Stringpublic String getBinderySignatureType()
Stringpublic void setBinderySignatureType(String value)
value - allowed object is
Stringpublic String getFoldLay()
Stringpublic void setFoldLay(String value)
value - allowed object is
Stringpublic String getAlignmentReferenceWeb()
Stringpublic void setAlignmentReferenceWeb(String value)
value - allowed object is
Stringpublic Boolean isOutsideGutter()
Booleanpublic void setOutsideGutter(Boolean value)
value - allowed object is
Booleanpublic XYPair getNumberUp()
Stringpublic void setNumberUp(XYPair value)
value - allowed object is
Stringpublic String getStaggerColumns()
Stringpublic void setStaggerColumns(String value)
value - allowed object is
Stringpublic Object getDieLayoutRef()
ObjectCopyright © 2013. All Rights Reserved.