Package org.cip4.lib.xjdf.schema
Class ImageSetterParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.ImageSetterParams
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class ImageSetterParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ImageSetterParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageSetterParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <attribute name="AdvanceDistance" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="BurnOutArea" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <attribute name="CenterAcross" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" /> <attribute name="CutMedia" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="ManualFeed" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="MirrorAround" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeviceAxis" /> <attribute name="Polarity" type="{http://www.CIP4.org/JDFSchema_2_0}Polarity" /> <attribute name="RollCut" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.FloatadvanceDistanceprotected XYPairburnOutAreaprotected EnumDeviceAxiscenterAcrossprotected java.lang.BooleancutMediaprotected java.lang.BooleanmanualFeedprotected EnumDeviceAxismirrorAroundprotected Polaritypolarityprotected java.lang.FloatrollCut
-
Constructor Summary
Constructors Constructor Description ImageSetterParams()
-
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)java.lang.FloatgetAdvanceDistance()Gets the value of the advanceDistance property.XYPairgetBurnOutArea()Gets the value of the burnOutArea property.EnumDeviceAxisgetCenterAcross()Gets the value of the centerAcross property.EnumDeviceAxisgetMirrorAround()Gets the value of the mirrorAround property.PolaritygetPolarity()Gets the value of the polarity property.java.lang.FloatgetRollCut()Gets the value of the rollCut property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisCutMedia()Gets the value of the cutMedia property.java.lang.BooleanisManualFeed()Gets the value of the manualFeed property.voidsetAdvanceDistance(java.lang.Float value)Sets the value of the advanceDistance property.voidsetBurnOutArea(XYPair value)Sets the value of the burnOutArea property.voidsetCenterAcross(EnumDeviceAxis value)Sets the value of the centerAcross property.voidsetCutMedia(java.lang.Boolean value)Sets the value of the cutMedia property.voidsetManualFeed(java.lang.Boolean value)Sets the value of the manualFeed property.voidsetMirrorAround(EnumDeviceAxis value)Sets the value of the mirrorAround property.voidsetPolarity(Polarity value)Sets the value of the polarity property.voidsetRollCut(java.lang.Float value)Sets the value of the rollCut property.ImageSetterParamswithAdvanceDistance(java.lang.Float value)ImageSetterParamswithBurnOutArea(XYPair value)ImageSetterParamswithCenterAcross(EnumDeviceAxis value)ImageSetterParamswithCutMedia(java.lang.Boolean value)ImageSetterParamswithManualFeed(java.lang.Boolean value)ImageSetterParamswithMirrorAround(EnumDeviceAxis value)ImageSetterParamswithPolarity(Polarity value)ImageSetterParamswithRollCut(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
advanceDistance
protected java.lang.Float advanceDistance
-
burnOutArea
protected XYPair burnOutArea
-
centerAcross
protected EnumDeviceAxis centerAcross
-
cutMedia
protected java.lang.Boolean cutMedia
-
manualFeed
protected java.lang.Boolean manualFeed
-
mirrorAround
protected EnumDeviceAxis mirrorAround
-
polarity
protected Polarity polarity
-
rollCut
protected java.lang.Float rollCut
-
-
Method Detail
-
getAdvanceDistance
public java.lang.Float getAdvanceDistance()
Gets the value of the advanceDistance property.- Returns:
- possible object is
Float
-
setAdvanceDistance
public void setAdvanceDistance(java.lang.Float value)
Sets the value of the advanceDistance property.- Parameters:
value- allowed object isFloat
-
getBurnOutArea
public XYPair getBurnOutArea()
Gets the value of the burnOutArea property.- Returns:
- possible object is
String
-
setBurnOutArea
public void setBurnOutArea(XYPair value)
Sets the value of the burnOutArea property.- Parameters:
value- allowed object isString
-
getCenterAcross
public EnumDeviceAxis getCenterAcross()
Gets the value of the centerAcross property.- Returns:
- possible object is
EnumDeviceAxis
-
setCenterAcross
public void setCenterAcross(EnumDeviceAxis value)
Sets the value of the centerAcross property.- Parameters:
value- allowed object isEnumDeviceAxis
-
isCutMedia
public java.lang.Boolean isCutMedia()
Gets the value of the cutMedia property.- Returns:
- possible object is
Boolean
-
setCutMedia
public void setCutMedia(java.lang.Boolean value)
Sets the value of the cutMedia property.- Parameters:
value- allowed object isBoolean
-
isManualFeed
public java.lang.Boolean isManualFeed()
Gets the value of the manualFeed property.- Returns:
- possible object is
Boolean
-
setManualFeed
public void setManualFeed(java.lang.Boolean value)
Sets the value of the manualFeed property.- Parameters:
value- allowed object isBoolean
-
getMirrorAround
public EnumDeviceAxis getMirrorAround()
Gets the value of the mirrorAround property.- Returns:
- possible object is
EnumDeviceAxis
-
setMirrorAround
public void setMirrorAround(EnumDeviceAxis value)
Sets the value of the mirrorAround property.- Parameters:
value- allowed object isEnumDeviceAxis
-
getPolarity
public Polarity getPolarity()
Gets the value of the polarity property.- Returns:
- possible object is
Polarity
-
setPolarity
public void setPolarity(Polarity value)
Sets the value of the polarity property.- Parameters:
value- allowed object isPolarity
-
getRollCut
public java.lang.Float getRollCut()
Gets the value of the rollCut property.- Returns:
- possible object is
Float
-
setRollCut
public void setRollCut(java.lang.Float value)
Sets the value of the rollCut property.- Parameters:
value- allowed object isFloat
-
withAdvanceDistance
public ImageSetterParams withAdvanceDistance(java.lang.Float value)
-
withBurnOutArea
public ImageSetterParams withBurnOutArea(XYPair value)
-
withCenterAcross
public ImageSetterParams withCenterAcross(EnumDeviceAxis value)
-
withCutMedia
public ImageSetterParams withCutMedia(java.lang.Boolean value)
-
withManualFeed
public ImageSetterParams withManualFeed(java.lang.Boolean value)
-
withMirrorAround
public ImageSetterParams withMirrorAround(EnumDeviceAxis value)
-
withPolarity
public ImageSetterParams withPolarity(Polarity value)
-
withRollCut
public ImageSetterParams withRollCut(java.lang.Float 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
-
-