public class BinderySignature extends ParameterType implements java.io.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 java.lang.String |
alignmentReferenceWeb |
protected java.lang.String |
binderySignatureType |
protected java.lang.String |
bindingEdge |
protected java.lang.String |
bindingOrientation |
protected java.lang.Object |
dieLayoutRef |
protected java.lang.String |
foldCatalog |
protected java.lang.String |
foldLay |
protected java.util.List<Fold> |
folds |
protected java.lang.String |
jogEdge |
protected java.util.List<java.lang.Double> |
numberUps |
protected java.lang.Boolean |
outsideGutter |
protected java.util.List<SignatureCell> |
signatureCells |
protected java.lang.String |
staggerColumns |
protected java.lang.Boolean |
staggerContinuous |
protected java.lang.String |
staggerRows |
protected java.util.List<java.lang.Double> |
webCellAlignments |
| Constructor and Description |
|---|
BinderySignature() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlignmentReferenceWeb()
Gets the value of the alignmentReferenceWeb property.
|
java.lang.String |
getBinderySignatureType()
Gets the value of the binderySignatureType property.
|
java.lang.String |
getBindingEdge()
Gets the value of the bindingEdge property.
|
java.lang.String |
getBindingOrientation()
Gets the value of the bindingOrientation property.
|
java.lang.Object |
getDieLayoutRef()
Gets the value of the dieLayoutRef property.
|
java.lang.String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
java.lang.String |
getFoldLay()
Gets the value of the foldLay property.
|
java.util.List<Fold> |
getFolds()
Gets the value of the folds property.
|
java.lang.String |
getJogEdge()
Gets the value of the jogEdge property.
|
java.util.List<java.lang.Double> |
getNumberUps()
Gets the value of the numberUps property.
|
java.lang.Boolean |
getOutsideGutter()
Gets the value of the outsideGutter property.
|
java.util.List<SignatureCell> |
getSignatureCells()
Gets the value of the signatureCells property.
|
java.lang.String |
getStaggerColumns()
Gets the value of the staggerColumns property.
|
java.lang.Boolean |
getStaggerContinuous()
Gets the value of the staggerContinuous property.
|
java.lang.String |
getStaggerRows()
Gets the value of the staggerRows property.
|
java.util.List<java.lang.Double> |
getWebCellAlignments()
Gets the value of the webCellAlignments property.
|
void |
setAlignmentReferenceWeb(java.lang.String value)
Sets the value of the alignmentReferenceWeb property.
|
void |
setBinderySignatureType(java.lang.String value)
Sets the value of the binderySignatureType property.
|
void |
setBindingEdge(java.lang.String value)
Sets the value of the bindingEdge property.
|
void |
setBindingOrientation(java.lang.String value)
Sets the value of the bindingOrientation property.
|
void |
setDieLayoutRef(java.lang.Object value)
Sets the value of the dieLayoutRef property.
|
void |
setFoldCatalog(java.lang.String value)
Sets the value of the foldCatalog property.
|
void |
setFoldLay(java.lang.String value)
Sets the value of the foldLay property.
|
void |
setJogEdge(java.lang.String value)
Sets the value of the jogEdge property.
|
void |
setOutsideGutter(java.lang.Boolean value)
Sets the value of the outsideGutter property.
|
void |
setStaggerColumns(java.lang.String value)
Sets the value of the staggerColumns property.
|
void |
setStaggerContinuous(java.lang.Boolean value)
Sets the value of the staggerContinuous property.
|
void |
setStaggerRows(java.lang.String value)
Sets the value of the staggerRows property.
|
protected java.util.List<SignatureCell> signatureCells
protected java.util.List<Fold> folds
protected java.lang.String bindingEdge
protected java.lang.String bindingOrientation
protected java.lang.String jogEdge
protected java.lang.String foldCatalog
protected java.util.List<java.lang.Double> webCellAlignments
protected java.lang.Boolean staggerContinuous
protected java.lang.String staggerRows
protected java.lang.String binderySignatureType
protected java.lang.String foldLay
protected java.lang.String alignmentReferenceWeb
protected java.lang.Boolean outsideGutter
protected java.util.List<java.lang.Double> numberUps
protected java.lang.String staggerColumns
protected java.lang.Object dieLayoutRef
public java.util.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 java.util.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 java.lang.String getBindingEdge()
Stringpublic void setBindingEdge(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBindingOrientation()
Stringpublic void setBindingOrientation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJogEdge()
Stringpublic void setJogEdge(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFoldCatalog()
Stringpublic void setFoldCatalog(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.Boolean getStaggerContinuous()
Booleanpublic void setStaggerContinuous(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getStaggerRows()
Stringpublic void setStaggerRows(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBinderySignatureType()
Stringpublic void setBinderySignatureType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFoldLay()
Stringpublic void setFoldLay(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlignmentReferenceWeb()
Stringpublic void setAlignmentReferenceWeb(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getOutsideGutter()
Booleanpublic void setOutsideGutter(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.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 java.lang.String getStaggerColumns()
Stringpublic void setStaggerColumns(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getDieLayoutRef()
Objectpublic void setDieLayoutRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.