@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class Component
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Component complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}IdentificationField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Automation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAutomation" />
<attribute name="CartonTopFlaps" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Columns" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Dimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="ContentRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="MaxHeat" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Overfold" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="OverfoldSide" type="{http://www.CIP4.org/JDFSchema_2_0}Side" />
<attribute name="ProductType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ProductTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ReaderPageCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SurfaceCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="WindingResult" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAutomation |
automation |
protected XYPair |
cartonTopFlaps |
protected java.lang.Integer |
columns |
protected java.util.List<Resource> |
contents |
protected Shape |
dimensions |
protected java.util.List<IdentificationField> |
identificationField |
protected java.lang.Float |
maxHeat |
protected Resource |
media |
protected java.lang.Float |
overfold |
protected Side |
overfoldSide |
protected java.lang.String |
productType |
protected java.lang.String |
productTypeDetails |
protected java.lang.Integer |
readerPageCount |
protected java.lang.Integer |
surfaceCount |
protected java.lang.Integer |
windingResult |
| Constructor and Description |
|---|
Component() |
| 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) |
EnumAutomation |
getAutomation()
Gets the value of the automation property.
|
XYPair |
getCartonTopFlaps()
Gets the value of the cartonTopFlaps property.
|
java.lang.Integer |
getColumns()
Gets the value of the columns property.
|
java.util.List<Resource> |
getContents()
Gets the value of the contents property.
|
Shape |
getDimensions()
Gets the value of the dimensions property.
|
java.util.List<IdentificationField> |
getIdentificationField()
Gets the value of the identificationField property.
|
java.lang.Float |
getMaxHeat()
Gets the value of the maxHeat property.
|
Resource |
getMedia()
Gets the value of the media property.
|
java.lang.Float |
getOverfold()
Gets the value of the overfold property.
|
Side |
getOverfoldSide()
Gets the value of the overfoldSide property.
|
java.lang.String |
getProductType()
Gets the value of the productType property.
|
java.lang.String |
getProductTypeDetails()
Gets the value of the productTypeDetails property.
|
java.lang.Integer |
getReaderPageCount()
Gets the value of the readerPageCount property.
|
java.lang.Integer |
getSurfaceCount()
Gets the value of the surfaceCount property.
|
java.lang.Integer |
getWindingResult()
Gets the value of the windingResult property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAutomation(EnumAutomation value)
Sets the value of the automation property.
|
void |
setCartonTopFlaps(XYPair value)
Sets the value of the cartonTopFlaps property.
|
void |
setColumns(java.lang.Integer value)
Sets the value of the columns property.
|
void |
setDimensions(Shape value)
Sets the value of the dimensions property.
|
void |
setMaxHeat(java.lang.Float value)
Sets the value of the maxHeat property.
|
void |
setMedia(Resource value)
Sets the value of the media property.
|
void |
setOverfold(java.lang.Float value)
Sets the value of the overfold property.
|
void |
setOverfoldSide(Side value)
Sets the value of the overfoldSide property.
|
void |
setProductType(java.lang.String value)
Sets the value of the productType property.
|
void |
setProductTypeDetails(java.lang.String value)
Sets the value of the productTypeDetails property.
|
void |
setReaderPageCount(java.lang.Integer value)
Sets the value of the readerPageCount property.
|
void |
setSurfaceCount(java.lang.Integer value)
Sets the value of the surfaceCount property.
|
void |
setWindingResult(java.lang.Integer value)
Sets the value of the windingResult property.
|
Component |
withAutomation(EnumAutomation value) |
Component |
withCartonTopFlaps(XYPair value) |
Component |
withColumns(java.lang.Integer value) |
Component |
withContents(java.util.Collection<Resource> values) |
Component |
withContents(Resource... values) |
Component |
withDimensions(Shape value) |
Component |
withIdentificationField(java.util.Collection<IdentificationField> values) |
Component |
withIdentificationField(IdentificationField... values) |
Component |
withMaxHeat(java.lang.Float value) |
Component |
withMedia(Resource value) |
Component |
withOverfold(java.lang.Float value) |
Component |
withOverfoldSide(Side value) |
Component |
withProductType(java.lang.String value) |
Component |
withProductTypeDetails(java.lang.String value) |
Component |
withReaderPageCount(java.lang.Integer value) |
Component |
withSurfaceCount(java.lang.Integer value) |
Component |
withWindingResult(java.lang.Integer value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<IdentificationField> identificationField
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected EnumAutomation automation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair cartonTopFlaps
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer columns
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Shape dimensions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Resource> contents
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float maxHeat
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource media
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float overfold
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Side overfoldSide
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String productType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String productTypeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer readerPageCount
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer surfaceCount
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer windingResult
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<IdentificationField> getIdentificationField()
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 identificationField property.
For example, to add a new item, do as follows:
getIdentificationField().add(newItem);
Objects of the following type(s) are allowed in the list
IdentificationField
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public EnumAutomation getAutomation()
EnumAutomation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setAutomation(EnumAutomation value)
value - allowed object is
EnumAutomation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getCartonTopFlaps()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCartonTopFlaps(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getColumns()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setColumns(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Shape getDimensions()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setDimensions(Shape value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Resource> getContents()
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 contents property.
For example, to add a new item, do as follows:
getContents().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMaxHeat()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setMaxHeat(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getMedia()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setMedia(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getOverfold()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setOverfold(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Side getOverfoldSide()
Side@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setOverfoldSide(Side value)
value - allowed object is
Side@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getProductType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setProductType(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getProductTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setProductTypeDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getReaderPageCount()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setReaderPageCount(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getSurfaceCount()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setSurfaceCount(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getWindingResult()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setWindingResult(java.lang.Integer value)
value - allowed object is
Integerpublic Component withIdentificationField(IdentificationField... values)
public Component withIdentificationField(java.util.Collection<IdentificationField> values)
public Component withAutomation(EnumAutomation value)
public Component withColumns(java.lang.Integer value)
public Component withMaxHeat(java.lang.Float value)
public Component withOverfold(java.lang.Float value)
public Component withProductType(java.lang.String value)
public Component withProductTypeDetails(java.lang.String value)
public Component withReaderPageCount(java.lang.Integer value)
public Component withSurfaceCount(java.lang.Integer value)
public Component withWindingResult(java.lang.Integer 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