@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
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.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Width" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TrimmingParams.TrimCover
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
height |
protected TrimmingParams.TrimCover |
trimCover |
protected java.lang.Float |
trimmingOffset |
protected java.lang.Float |
width |
| Constructor and Description |
|---|
TrimmingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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) |
java.lang.Float |
getHeight()
Gets the value of the height property.
|
TrimmingParams.TrimCover |
getTrimCover()
Gets the value of the trimCover property.
|
java.lang.Float |
getTrimmingOffset()
Gets the value of the trimmingOffset property.
|
java.lang.Float |
getWidth()
Gets the value of the width property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setHeight(java.lang.Float value)
Sets the value of the height property.
|
void |
setTrimCover(TrimmingParams.TrimCover value)
Sets the value of the trimCover property.
|
void |
setTrimmingOffset(java.lang.Float value)
Sets the value of the trimmingOffset property.
|
void |
setWidth(java.lang.Float value)
Sets the value of the width property.
|
TrimmingParams |
withHeight(java.lang.Float value) |
TrimmingParams |
withTrimCover(TrimmingParams.TrimCover value) |
TrimmingParams |
withTrimmingOffset(java.lang.Float value) |
TrimmingParams |
withWidth(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float height
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected TrimmingParams.TrimCover trimCover
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float trimmingOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float width
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public TrimmingParams.TrimCover getTrimCover()
TrimmingParams.TrimCover@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTrimCover(TrimmingParams.TrimCover value)
value - allowed object is
TrimmingParams.TrimCover@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTrimmingOffset()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTrimmingOffset(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setWidth(java.lang.Float value)
value - allowed object is
Floatpublic TrimmingParams withHeight(java.lang.Float value)
public TrimmingParams withTrimCover(TrimmingParams.TrimCover value)
public TrimmingParams withTrimmingOffset(java.lang.Float value)
public TrimmingParams withWidth(java.lang.Float value)
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource