Class Component
- All Implemented Interfaces:
Serializable
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"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SurfaceMark" 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.w3.org/2001/XMLSchema}int" />
<attribute name="ContentRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" />
<attribute name="Dimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="MaxHeat" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="MediaRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="Overfold" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="OverfoldSide" type="{http://www.CIP4.org/JDFSchema_2_0}Side" />
<attribute name="ProductType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="ProductTypeDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ReaderPageCount" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="SurfaceCount" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="WindingResult" type="{http://www.w3.org/2001/XMLSchema}int" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EnumAutomationprotected XYPairprotected Integerprotected Shapeprotected List<IdentificationField> protected Floatprotected Resourceprotected Floatprotected Sideprotected Stringprotected Stringprotected Integerprotected Integerprotected List<SurfaceMark> protected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the automation property.Gets the value of the cartonTopFlaps property.Gets the value of the columns property.Gets the value of the contents property.Gets the value of the dimensions property.Gets the value of the identificationField property.Gets the value of the maxHeat property.getMedia()Gets the value of the media property.Gets the value of the overfold property.Gets the value of the overfoldSide property.Gets the value of the productType property.Gets the value of the productTypeDetails property.Gets the value of the readerPageCount property.Gets the value of the surfaceCount property.Gets the value of the surfaceMark property.Gets the value of the windingResult property.inthashCode()voidsetAutomation(EnumAutomation value) Sets the value of the automation property.voidsetCartonTopFlaps(XYPair value) Sets the value of the cartonTopFlaps property.voidsetColumns(Integer value) Sets the value of the columns property.voidsetDimensions(Shape value) Sets the value of the dimensions property.voidsetMaxHeat(Float value) Sets the value of the maxHeat property.voidSets the value of the media property.voidsetOverfold(Float value) Sets the value of the overfold property.voidsetOverfoldSide(Side value) Sets the value of the overfoldSide property.voidsetProductType(String value) Sets the value of the productType property.voidsetProductTypeDetails(String value) Sets the value of the productTypeDetails property.voidsetReaderPageCount(Integer value) Sets the value of the readerPageCount property.voidsetSurfaceCount(Integer value) Sets the value of the surfaceCount property.voidsetWindingResult(Integer value) Sets the value of the windingResult property.withAutomation(EnumAutomation value) withCartonTopFlaps(XYPair value) withColumns(Integer value) withContents(Collection<Resource> values) withContents(Resource... values) withDimensions(Shape value) withIdentificationField(IdentificationField... values) withMaxHeat(Float value) withOverfold(Float value) withOverfoldSide(Side value) withProductType(String value) withProductTypeDetails(String value) withReaderPageCount(Integer value) withSurfaceCount(Integer value) withSurfaceMark(Collection<SurfaceMark> values) withSurfaceMark(SurfaceMark... values) withWindingResult(Integer value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<IdentificationField> identificationField -
surfaceMark
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<SurfaceMark> surfaceMark -
automation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected EnumAutomation automation -
cartonTopFlaps
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected XYPair cartonTopFlaps -
columns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer columns -
contents
-
dimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Shape dimensions -
maxHeat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float maxHeat -
media
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Resource media -
overfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float overfold -
overfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Side overfoldSide -
productType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String productType -
productTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String productTypeDetails -
readerPageCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer readerPageCount -
surfaceCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer surfaceCount -
windingResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer windingResult
-
-
Constructor Details
-
Component
public Component()
-
-
Method Details
-
getIdentificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<IdentificationField> getIdentificationField()Gets the value of the identificationField 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 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- Returns:
- The value of the identificationField property.
-
getSurfaceMark
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<SurfaceMark> getSurfaceMark()Gets the value of the surfaceMark 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 surfaceMark property.For example, to add a new item, do as follows:
getSurfaceMark().add(newItem);
Objects of the following type(s) are allowed in the list
SurfaceMark- Returns:
- The value of the surfaceMark property.
-
getAutomation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public EnumAutomation getAutomation()Gets the value of the automation property.- Returns:
- possible object is
EnumAutomation
-
setAutomation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setAutomation(EnumAutomation value) Sets the value of the automation property.- Parameters:
value- allowed object isEnumAutomation
-
getCartonTopFlaps
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public XYPair getCartonTopFlaps()Gets the value of the cartonTopFlaps property.- Returns:
- possible object is
String
-
setCartonTopFlaps
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCartonTopFlaps(XYPair value) Sets the value of the cartonTopFlaps property.- Parameters:
value- allowed object isString
-
getColumns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getColumns()Gets the value of the columns property.- Returns:
- possible object is
Integer
-
setColumns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setColumns(Integer value) Sets the value of the columns property.- Parameters:
value- allowed object isInteger
-
getContents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Resource> getContents()Gets the value of the contents 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 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- Returns:
- The value of the contents property.
-
getDimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Shape getDimensions()Gets the value of the dimensions property.- Returns:
- possible object is
String
-
setDimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDimensions(Shape value) Sets the value of the dimensions property.- Parameters:
value- allowed object isString
-
getMaxHeat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getMaxHeat()Gets the value of the maxHeat property.- Returns:
- possible object is
Float
-
setMaxHeat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMaxHeat(Float value) Sets the value of the maxHeat property.- Parameters:
value- allowed object isFloat
-
getMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Resource getMedia()Gets the value of the media property.- Returns:
- possible object is
Object
-
setMedia
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setMedia(Resource value) Sets the value of the media property.- Parameters:
value- allowed object isObject
-
getOverfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getOverfold()Gets the value of the overfold property.- Returns:
- possible object is
Float
-
setOverfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setOverfold(Float value) Sets the value of the overfold property.- Parameters:
value- allowed object isFloat
-
getOverfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Side getOverfoldSide()Gets the value of the overfoldSide property.- Returns:
- possible object is
Side
-
setOverfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setOverfoldSide(Side value) Sets the value of the overfoldSide property.- Parameters:
value- allowed object isSide
-
getProductType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getProductType()Gets the value of the productType property.- Returns:
- possible object is
String
-
setProductType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setProductType(String value) Sets the value of the productType property.- Parameters:
value- allowed object isString
-
getProductTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getProductTypeDetails()Gets the value of the productTypeDetails property.- Returns:
- possible object is
String
-
setProductTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setProductTypeDetails(String value) Sets the value of the productTypeDetails property.- Parameters:
value- allowed object isString
-
getReaderPageCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getReaderPageCount()Gets the value of the readerPageCount property.- Returns:
- possible object is
Integer
-
setReaderPageCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setReaderPageCount(Integer value) Sets the value of the readerPageCount property.- Parameters:
value- allowed object isInteger
-
getSurfaceCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getSurfaceCount()Gets the value of the surfaceCount property.- Returns:
- possible object is
Integer
-
setSurfaceCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSurfaceCount(Integer value) Sets the value of the surfaceCount property.- Parameters:
value- allowed object isInteger
-
getWindingResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getWindingResult()Gets the value of the windingResult property.- Returns:
- possible object is
Integer
-
setWindingResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setWindingResult(Integer value) Sets the value of the windingResult property.- Parameters:
value- allowed object isInteger
-
withIdentificationField
-
withIdentificationField
-
withSurfaceMark
-
withSurfaceMark
-
withAutomation
-
withCartonTopFlaps
-
withColumns
-
withContents
-
withContents
-
withDimensions
-
withMaxHeat
-
withMedia
-
withOverfold
-
withOverfoldSide
-
withProductType
-
withProductTypeDetails
-
withReaderPageCount
-
withSurfaceCount
-
withWindingResult
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-