Package org.cip4.lib.xjdf.schema
Class TrimmingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.TrimmingParams
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class TrimmingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for TrimmingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrimmingParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <attribute name="Height" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="TrimCover"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="Back"/> <enumeration value="Both"/> <enumeration value="Front"/> <enumeration value="Neither"/> </restriction> </simpleType> </attribute> <attribute name="TrimmingOffset" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="Width" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrimmingParams.TrimCoverJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Floatheightprotected TrimmingParams.TrimCovertrimCoverprotected java.lang.FloattrimmingOffsetprotected java.lang.Floatwidth
-
Constructor Summary
Constructors Constructor Description TrimmingParams()
-
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.FloatgetHeight()Gets the value of the height property.TrimmingParams.TrimCovergetTrimCover()Gets the value of the trimCover property.java.lang.FloatgetTrimmingOffset()Gets the value of the trimmingOffset property.java.lang.FloatgetWidth()Gets the value of the width property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetHeight(java.lang.Float value)Sets the value of the height property.voidsetTrimCover(TrimmingParams.TrimCover value)Sets the value of the trimCover property.voidsetTrimmingOffset(java.lang.Float value)Sets the value of the trimmingOffset property.voidsetWidth(java.lang.Float value)Sets the value of the width property.TrimmingParamswithHeight(java.lang.Float value)TrimmingParamswithTrimCover(TrimmingParams.TrimCover value)TrimmingParamswithTrimmingOffset(java.lang.Float value)TrimmingParamswithWidth(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
height
protected java.lang.Float height
-
trimCover
protected TrimmingParams.TrimCover trimCover
-
trimmingOffset
protected java.lang.Float trimmingOffset
-
width
protected java.lang.Float width
-
-
Method Detail
-
getHeight
public java.lang.Float getHeight()
Gets the value of the height property.- Returns:
- possible object is
Float
-
setHeight
public void setHeight(java.lang.Float value)
Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
getTrimCover
public TrimmingParams.TrimCover getTrimCover()
Gets the value of the trimCover property.- Returns:
- possible object is
TrimmingParams.TrimCover
-
setTrimCover
public void setTrimCover(TrimmingParams.TrimCover value)
Sets the value of the trimCover property.- Parameters:
value- allowed object isTrimmingParams.TrimCover
-
getTrimmingOffset
public java.lang.Float getTrimmingOffset()
Gets the value of the trimmingOffset property.- Returns:
- possible object is
Float
-
setTrimmingOffset
public void setTrimmingOffset(java.lang.Float value)
Sets the value of the trimmingOffset property.- Parameters:
value- allowed object isFloat
-
getWidth
public java.lang.Float getWidth()
Gets the value of the width property.- Returns:
- possible object is
Float
-
setWidth
public void setWidth(java.lang.Float value)
Sets the value of the width property.- Parameters:
value- allowed object isFloat
-
withHeight
public TrimmingParams withHeight(java.lang.Float value)
-
withTrimCover
public TrimmingParams withTrimCover(TrimmingParams.TrimCover value)
-
withTrimmingOffset
public TrimmingParams withTrimmingOffset(java.lang.Float value)
-
withWidth
public TrimmingParams withWidth(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
-
-