@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class InsertingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for InsertingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsertingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="FinishedPage" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="InsertLocation" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Back"/>
<enumeration value="FinishedPage"/>
<enumeration value="Front"/>
<enumeration value="Overfold"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Method">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BindIn"/>
<enumeration value="BlowIn"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
InsertingParams.InsertLocation
Java class for null.
|
static class |
InsertingParams.Method
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
finishedPage |
protected java.util.List<Glue> |
glue |
protected InsertingParams.InsertLocation |
insertLocation |
protected InsertingParams.Method |
method |
| Constructor and Description |
|---|
InsertingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.Integer |
getFinishedPage()
Gets the value of the finishedPage property.
|
java.util.List<Glue> |
getGlue()
Gets the value of the glue property.
|
InsertingParams.InsertLocation |
getInsertLocation()
Gets the value of the insertLocation property.
|
InsertingParams.Method |
getMethod()
Gets the value of the method property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFinishedPage(java.lang.Integer value)
Sets the value of the finishedPage property.
|
void |
setInsertLocation(InsertingParams.InsertLocation value)
Sets the value of the insertLocation property.
|
void |
setMethod(InsertingParams.Method value)
Sets the value of the method property.
|
InsertingParams |
withFinishedPage(java.lang.Integer value) |
InsertingParams |
withGlue(java.util.Collection<Glue> values) |
InsertingParams |
withGlue(Glue... values) |
InsertingParams |
withInsertLocation(InsertingParams.InsertLocation value) |
InsertingParams |
withMethod(InsertingParams.Method value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Glue> glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer finishedPage
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected InsertingParams.InsertLocation insertLocation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected InsertingParams.Method method
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Glue> getGlue()
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 glue property.
For example, to add a new item, do as follows:
getGlue().add(newItem);
Objects of the following type(s) are allowed in the list
Glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getFinishedPage()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFinishedPage(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public InsertingParams.InsertLocation getInsertLocation()
InsertingParams.InsertLocation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setInsertLocation(InsertingParams.InsertLocation value)
value - allowed object is
InsertingParams.InsertLocation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public InsertingParams.Method getMethod()
InsertingParams.Method@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMethod(InsertingParams.Method value)
value - allowed object is
InsertingParams.Methodpublic InsertingParams withGlue(Glue... values)
public InsertingParams withGlue(java.util.Collection<Glue> values)
public InsertingParams withFinishedPage(java.lang.Integer value)
public InsertingParams withInsertLocation(InsertingParams.InsertLocation value)
public InsertingParams withMethod(InsertingParams.Method value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource