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>
<choice>
<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"/>
</choice>
</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 String |
foldCatalog |
protected String |
foldLay |
protected List<Fold> |
folds |
protected String |
jogEdge |
protected List<Double> |
numberUps |
protected Boolean |
outsideGutter |
protected List<SignatureCell> |
signatureCells |
protected String |
staggerColumns |
protected Boolean |
staggerContinuous |
protected String |
staggerRows |
protected List<Double> |
webCellAlignments |
| 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.
|
String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
String |
getFoldLay()
Gets the value of the foldLay property.
|
List<Fold> |
getFolds()
Gets the value of the folds property.
|
String |
getJogEdge()
Gets the value of the jogEdge property.
|
List<Double> |
getNumberUps()
Gets the value of the numberUps property.
|
List<SignatureCell> |
getSignatureCells()
Gets the value of the signatureCells property.
|
String |
getStaggerColumns()
Gets the value of the staggerColumns property.
|
String |
getStaggerRows()
Gets the value of the staggerRows property.
|
List<Double> |
getWebCellAlignments()
Gets the value of the webCellAlignments 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 |
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.
|
protected List<SignatureCell> signatureCells
protected String bindingEdge
protected String bindingOrientation
protected String jogEdge
protected String foldCatalog
protected Boolean staggerContinuous
protected String staggerRows
protected String binderySignatureType
protected String foldLay
protected String alignmentReferenceWeb
protected Boolean outsideGutter
protected String staggerColumns
protected Object dieLayoutRef
public List<SignatureCell> getSignatureCells()
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 signatureCells property.
For example, to add a new item, do as follows:
getSignatureCells().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureCell
public List<Fold> getFolds()
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 folds property.
For example, to add a new item, do as follows:
getFolds().add(newItem);
Objects of the following type(s) are allowed in the list
Fold
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 List<Double> getWebCellAlignments()
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 webCellAlignments property.
For example, to add a new item, do as follows:
getWebCellAlignments().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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 List<Double> getNumberUps()
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 numberUps property.
For example, to add a new item, do as follows:
getNumberUps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getStaggerColumns()
Stringpublic void setStaggerColumns(String value)
value - allowed object is
Stringpublic Object getDieLayoutRef()
ObjectCopyright © 2012. All Rights Reserved.