public class Insert extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="WrapPages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="Folio" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="Transformation" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="GlueType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Method" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
folio |
protected List<GlueLine> |
glueLine |
protected String |
glueType |
protected String |
method |
protected Matrix |
transformation |
protected Integer |
wrapPages |
| Constructor and Description |
|---|
Insert() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFolio()
Gets the value of the folio property.
|
List<GlueLine> |
getGlueLine()
Gets the value of the glueLine property.
|
String |
getGlueType()
Gets the value of the glueType property.
|
String |
getMethod()
Gets the value of the method property.
|
Matrix |
getTransformation()
Gets the value of the transformation property.
|
Integer |
getWrapPages()
Gets the value of the wrapPages property.
|
void |
setFolio(Integer value)
Sets the value of the folio property.
|
void |
setGlueType(String value)
Sets the value of the glueType property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setTransformation(Matrix value)
Sets the value of the transformation property.
|
void |
setWrapPages(Integer value)
Sets the value of the wrapPages property.
|
protected Integer wrapPages
protected Integer folio
protected Matrix transformation
protected String glueType
protected String method
public List<GlueLine> getGlueLine()
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 glueLine property.
For example, to add a new item, do as follows:
getGlueLine().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public Integer getWrapPages()
Integerpublic void setWrapPages(Integer value)
value - allowed object is
Integerpublic Integer getFolio()
Integerpublic void setFolio(Integer value)
value - allowed object is
Integerpublic Matrix getTransformation()
Stringpublic void setTransformation(Matrix value)
value - allowed object is
Stringpublic String getGlueType()
Stringpublic void setGlueType(String value)
value - allowed object is
Stringpublic String getMethod()
StringCopyright © 2013. All Rights Reserved.