Class Component
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.Component
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class Component extends SpecificResource implements java.io.SerializableJava 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.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected EnumAutomationautomationprotected XYPaircartonTopFlapsprotected java.lang.Integercolumnsprotected java.util.List<Resource>contentsprotected Shapedimensionsprotected java.util.List<IdentificationField>identificationFieldprotected java.lang.FloatmaxHeatprotected Resourcemediaprotected java.lang.Floatoverfoldprotected SideoverfoldSideprotected java.lang.StringproductTypeprotected java.lang.StringproductTypeDetailsprotected java.lang.IntegerreaderPageCountprotected java.lang.IntegersurfaceCountprotected java.lang.IntegerwindingResult
-
Constructor Summary
Constructors Constructor Description Component()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)EnumAutomationgetAutomation()Gets the value of the automation property.XYPairgetCartonTopFlaps()Gets the value of the cartonTopFlaps property.java.lang.IntegergetColumns()Gets the value of the columns property.java.util.List<Resource>getContents()Gets the value of the contents property.ShapegetDimensions()Gets the value of the dimensions property.java.util.List<IdentificationField>getIdentificationField()Gets the value of the identificationField property.java.lang.FloatgetMaxHeat()Gets the value of the maxHeat property.ResourcegetMedia()Gets the value of the media property.java.lang.FloatgetOverfold()Gets the value of the overfold property.SidegetOverfoldSide()Gets the value of the overfoldSide property.java.lang.StringgetProductType()Gets the value of the productType property.java.lang.StringgetProductTypeDetails()Gets the value of the productTypeDetails property.java.lang.IntegergetReaderPageCount()Gets the value of the readerPageCount property.java.lang.IntegergetSurfaceCount()Gets the value of the surfaceCount property.java.lang.IntegergetWindingResult()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(java.lang.Integer value)Sets the value of the columns property.voidsetDimensions(Shape value)Sets the value of the dimensions property.voidsetMaxHeat(java.lang.Float value)Sets the value of the maxHeat property.voidsetMedia(Resource value)Sets the value of the media property.voidsetOverfold(java.lang.Float value)Sets the value of the overfold property.voidsetOverfoldSide(Side value)Sets the value of the overfoldSide property.voidsetProductType(java.lang.String value)Sets the value of the productType property.voidsetProductTypeDetails(java.lang.String value)Sets the value of the productTypeDetails property.voidsetReaderPageCount(java.lang.Integer value)Sets the value of the readerPageCount property.voidsetSurfaceCount(java.lang.Integer value)Sets the value of the surfaceCount property.voidsetWindingResult(java.lang.Integer value)Sets the value of the windingResult property.ComponentwithAutomation(EnumAutomation value)ComponentwithCartonTopFlaps(XYPair value)ComponentwithColumns(java.lang.Integer value)ComponentwithContents(java.util.Collection<Resource> values)ComponentwithContents(Resource... values)ComponentwithDimensions(Shape value)ComponentwithIdentificationField(java.util.Collection<IdentificationField> values)ComponentwithIdentificationField(IdentificationField... values)ComponentwithMaxHeat(java.lang.Float value)ComponentwithMedia(Resource value)ComponentwithOverfold(java.lang.Float value)ComponentwithOverfoldSide(Side value)ComponentwithProductType(java.lang.String value)ComponentwithProductTypeDetails(java.lang.String value)ComponentwithReaderPageCount(java.lang.Integer value)ComponentwithSurfaceCount(java.lang.Integer value)ComponentwithWindingResult(java.lang.Integer value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
identificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<IdentificationField> identificationField
-
automation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected EnumAutomation automation
-
cartonTopFlaps
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair cartonTopFlaps
-
columns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer columns
-
contents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Resource> contents
-
dimensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Shape dimensions
-
maxHeat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float maxHeat
-
media
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Resource media
-
overfold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float overfold
-
overfoldSide
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Side overfoldSide
-
productType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String productType
-
productTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String productTypeDetails
-
readerPageCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer readerPageCount
-
surfaceCount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer surfaceCount
-
windingResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Integer windingResult
-
-
Method Detail
-
getIdentificationField
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.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 Jakarta XML Binding 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.
-
getAutomation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setColumns(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setMaxHeat(java.lang.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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setOverfold(java.lang.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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setProductType(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setProductTypeDetails(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setReaderPageCount(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setSurfaceCount(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setWindingResult(java.lang.Integer value)Sets the value of the windingResult property.- Parameters:
value- allowed object isInteger
-
withIdentificationField
public Component withIdentificationField(IdentificationField... values)
-
withIdentificationField
public Component withIdentificationField(java.util.Collection<IdentificationField> values)
-
withAutomation
public Component withAutomation(EnumAutomation value)
-
withColumns
public Component withColumns(java.lang.Integer value)
-
withMaxHeat
public Component withMaxHeat(java.lang.Float value)
-
withOverfold
public Component withOverfold(java.lang.Float value)
-
withProductType
public Component withProductType(java.lang.String value)
-
withProductTypeDetails
public Component withProductTypeDetails(java.lang.String value)
-
withReaderPageCount
public Component withReaderPageCount(java.lang.Integer value)
-
withSurfaceCount
public Component withSurfaceCount(java.lang.Integer value)
-
withWindingResult
public Component withWindingResult(java.lang.Integer value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-