Class Component
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.Component
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class Component extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected java.util.List<IdentificationField> identificationField
-
automation
protected EnumAutomation automation
-
cartonTopFlaps
protected XYPair cartonTopFlaps
-
columns
protected java.lang.Integer columns
-
contents
protected java.util.List<Resource> contents
-
dimensions
protected Shape dimensions
-
maxHeat
protected java.lang.Float maxHeat
-
media
protected Resource media
-
overfold
protected java.lang.Float overfold
-
overfoldSide
protected Side overfoldSide
-
productType
protected java.lang.String productType
-
productTypeDetails
protected java.lang.String productTypeDetails
-
readerPageCount
protected java.lang.Integer readerPageCount
-
surfaceCount
protected java.lang.Integer surfaceCount
-
windingResult
protected java.lang.Integer windingResult
-
-
Method Detail
-
getIdentificationField
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 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
-
getAutomation
public EnumAutomation getAutomation()
Gets the value of the automation property.- Returns:
- possible object is
EnumAutomation
-
setAutomation
public void setAutomation(EnumAutomation value)
Sets the value of the automation property.- Parameters:
value- allowed object isEnumAutomation
-
getCartonTopFlaps
public XYPair getCartonTopFlaps()
Gets the value of the cartonTopFlaps property.- Returns:
- possible object is
String
-
setCartonTopFlaps
public void setCartonTopFlaps(XYPair value)
Sets the value of the cartonTopFlaps property.- Parameters:
value- allowed object isString
-
getColumns
public java.lang.Integer getColumns()
Gets the value of the columns property.- Returns:
- possible object is
Integer
-
setColumns
public void setColumns(java.lang.Integer value)
Sets the value of the columns property.- Parameters:
value- allowed object isInteger
-
getContents
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 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
-
getDimensions
public Shape getDimensions()
Gets the value of the dimensions property.- Returns:
- possible object is
String
-
setDimensions
public void setDimensions(Shape value)
Sets the value of the dimensions property.- Parameters:
value- allowed object isString
-
getMaxHeat
public java.lang.Float getMaxHeat()
Gets the value of the maxHeat property.- Returns:
- possible object is
Float
-
setMaxHeat
public void setMaxHeat(java.lang.Float value)
Sets the value of the maxHeat property.- Parameters:
value- allowed object isFloat
-
getMedia
public Resource getMedia()
Gets the value of the media property.- Returns:
- possible object is
Object
-
setMedia
public void setMedia(Resource value)
Sets the value of the media property.- Parameters:
value- allowed object isObject
-
getOverfold
public java.lang.Float getOverfold()
Gets the value of the overfold property.- Returns:
- possible object is
Float
-
setOverfold
public void setOverfold(java.lang.Float value)
Sets the value of the overfold property.- Parameters:
value- allowed object isFloat
-
getOverfoldSide
public Side getOverfoldSide()
Gets the value of the overfoldSide property.- Returns:
- possible object is
Side
-
setOverfoldSide
public void setOverfoldSide(Side value)
Sets the value of the overfoldSide property.- Parameters:
value- allowed object isSide
-
getProductType
public java.lang.String getProductType()
Gets the value of the productType property.- Returns:
- possible object is
String
-
setProductType
public void setProductType(java.lang.String value)
Sets the value of the productType property.- Parameters:
value- allowed object isString
-
getProductTypeDetails
public java.lang.String getProductTypeDetails()
Gets the value of the productTypeDetails property.- Returns:
- possible object is
String
-
setProductTypeDetails
public void setProductTypeDetails(java.lang.String value)
Sets the value of the productTypeDetails property.- Parameters:
value- allowed object isString
-
getReaderPageCount
public java.lang.Integer getReaderPageCount()
Gets the value of the readerPageCount property.- Returns:
- possible object is
Integer
-
setReaderPageCount
public void setReaderPageCount(java.lang.Integer value)
Sets the value of the readerPageCount property.- Parameters:
value- allowed object isInteger
-
getSurfaceCount
public java.lang.Integer getSurfaceCount()
Gets the value of the surfaceCount property.- Returns:
- possible object is
Integer
-
setSurfaceCount
public void setSurfaceCount(java.lang.Integer value)
Sets the value of the surfaceCount property.- Parameters:
value- allowed object isInteger
-
getWindingResult
public java.lang.Integer getWindingResult()
Gets the value of the windingResult property.- Returns:
- possible object is
Integer
-
setWindingResult
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-