Package org.cip4.lib.xjdf.schema
Class InsertingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.InsertingParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class InsertingParams extends SpecificResource implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}int" /> <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>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsertingParams.InsertLocationJava class for null.static classInsertingParams.MethodJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.IntegerfinishedPageprotected java.util.List<Glue>glueprotected InsertingParams.InsertLocationinsertLocationprotected InsertingParams.Methodmethod
-
Constructor Summary
Constructors Constructor Description InsertingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.IntegergetFinishedPage()Gets the value of the finishedPage property.java.util.List<Glue>getGlue()Gets the value of the glue property.InsertingParams.InsertLocationgetInsertLocation()Gets the value of the insertLocation property.InsertingParams.MethodgetMethod()Gets the value of the method property.inthashCode()voidsetFinishedPage(java.lang.Integer value)Sets the value of the finishedPage property.voidsetInsertLocation(InsertingParams.InsertLocation value)Sets the value of the insertLocation property.voidsetMethod(InsertingParams.Method value)Sets the value of the method property.InsertingParamswithFinishedPage(java.lang.Integer value)InsertingParamswithGlue(java.util.Collection<Glue> values)InsertingParamswithGlue(Glue... values)InsertingParamswithInsertLocation(InsertingParams.InsertLocation value)InsertingParamswithMethod(InsertingParams.Method value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
glue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<Glue> glue
-
finishedPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Integer finishedPage
-
insertLocation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected InsertingParams.InsertLocation insertLocation
-
method
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected InsertingParams.Method method
-
-
Method Detail
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<Glue> getGlue()Gets the value of the glue property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the glue property.
-
getFinishedPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.Integer getFinishedPage()Gets the value of the finishedPage property.- Returns:
- possible object is
Integer
-
setFinishedPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setFinishedPage(java.lang.Integer value)Sets the value of the finishedPage property.- Parameters:
value- allowed object isInteger
-
getInsertLocation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public InsertingParams.InsertLocation getInsertLocation()Gets the value of the insertLocation property.- Returns:
- possible object is
InsertingParams.InsertLocation
-
setInsertLocation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setInsertLocation(InsertingParams.InsertLocation value)Sets the value of the insertLocation property.- Parameters:
value- allowed object isInsertingParams.InsertLocation
-
getMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public InsertingParams.Method getMethod()Gets the value of the method property.- Returns:
- possible object is
InsertingParams.Method
-
setMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setMethod(InsertingParams.Method value)Sets the value of the method property.- Parameters:
value- allowed object isInsertingParams.Method
-
withGlue
public InsertingParams withGlue(Glue... values)
-
withGlue
public InsertingParams withGlue(java.util.Collection<Glue> values)
-
withFinishedPage
public InsertingParams withFinishedPage(java.lang.Integer value)
-
withInsertLocation
public InsertingParams withInsertLocation(InsertingParams.InsertLocation value)
-
withMethod
public InsertingParams withMethod(InsertingParams.Method value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-