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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class TrimmingParams extends SpecificResource implements java.io.SerializableJava 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)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()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
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float height
-
trimCover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected TrimmingParams.TrimCover trimCover
-
trimmingOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float trimmingOffset
-
width
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float width
-
-
Method Detail
-
getHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getHeight()Gets the value of the height property.- Returns:
- possible object is
Float
-
setHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setHeight(java.lang.Float value)Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
getTrimCover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public TrimmingParams.TrimCover getTrimCover()Gets the value of the trimCover property.- Returns:
- possible object is
TrimmingParams.TrimCover
-
setTrimCover
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setTrimCover(TrimmingParams.TrimCover value)Sets the value of the trimCover property.- Parameters:
value- allowed object isTrimmingParams.TrimCover
-
getTrimmingOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getTrimmingOffset()Gets the value of the trimmingOffset property.- Returns:
- possible object is
Float
-
setTrimmingOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setTrimmingOffset(java.lang.Float value)Sets the value of the trimmingOffset property.- Parameters:
value- allowed object isFloat
-
getWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getWidth()Gets the value of the width property.- Returns:
- possible object is
Float
-
setWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") 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(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-