public class Insert
extends java.lang.Object
implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.Integer |
folio |
protected java.util.List<GlueLine> |
glueLines |
protected java.lang.String |
glueType |
protected java.lang.String |
method |
protected java.util.List<java.lang.Double> |
transformations |
protected java.lang.Integer |
wrapPages |
| Constructor and Description |
|---|
Insert() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getFolio()
Gets the value of the folio property.
|
java.util.List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
java.lang.String |
getGlueType()
Gets the value of the glueType property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
java.util.List<java.lang.Double> |
getTransformations()
Gets the value of the transformations property.
|
java.lang.Integer |
getWrapPages()
Gets the value of the wrapPages property.
|
void |
setFolio(java.lang.Integer value)
Sets the value of the folio property.
|
void |
setGlueType(java.lang.String value)
Sets the value of the glueType property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
void |
setWrapPages(java.lang.Integer value)
Sets the value of the wrapPages property.
|
protected java.util.List<GlueLine> glueLines
protected java.lang.Integer wrapPages
protected java.lang.Integer folio
protected java.util.List<java.lang.Double> transformations
protected java.lang.String glueType
protected java.lang.String method
public java.util.List<GlueLine> getGlueLines()
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 glueLines property.
For example, to add a new item, do as follows:
getGlueLines().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public java.lang.Integer getWrapPages()
Integerpublic void setWrapPages(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getFolio()
Integerpublic void setFolio(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Double> getTransformations()
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 transformations property.
For example, to add a new item, do as follows:
getTransformations().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getGlueType()
Stringpublic void setGlueType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.