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:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class InsertingParams
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected InsertingParams.InsertLocationprotected InsertingParams.Method -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the finishedPage property.getGlue()Gets the value of the glue property.Gets the value of the insertLocation property.Gets the value of the method property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetFinishedPage(Integer value) Sets the value of the finishedPage property.voidSets the value of the insertLocation property.voidsetMethod(InsertingParams.Method value) Sets the value of the method property.withFinishedPage(Integer value) withGlue(Collection<Glue> values) withMethod(InsertingParams.Method value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
glue
-
finishedPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer finishedPage -
insertLocation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected InsertingParams.InsertLocation insertLocation -
method
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected InsertingParams.Method method
-
-
Constructor Details
-
InsertingParams
public InsertingParams()
-
-
Method Details
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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 -
getFinishedPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setFinishedPage(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMethod(InsertingParams.Method value) Sets the value of the method property.- Parameters:
value- allowed object isInsertingParams.Method
-
withGlue
-
withGlue
-
withFinishedPage
-
withInsertLocation
-
withMethod
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-