@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class PreviewGenerationParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PreviewGenerationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PreviewGenerationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="AspectRatio">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="CenterMax"/>
<enumeration value="CenterMin"/>
<enumeration value="Crop"/>
<enumeration value="Expand"/>
<enumeration value="Ignore"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PreviewGenerationParams.AspectRatio
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected PreviewGenerationParams.AspectRatio |
aspectRatio |
protected XYPair |
resolution |
protected XYPair |
size |
| Constructor and Description |
|---|
PreviewGenerationParams() |
| 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.EqualsStrategy strategy) |
PreviewGenerationParams.AspectRatio |
getAspectRatio()
Gets the value of the aspectRatio property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
XYPair |
getSize()
Gets the value of the size property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAspectRatio(PreviewGenerationParams.AspectRatio value)
Sets the value of the aspectRatio property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
void |
setSize(XYPair value)
Sets the value of the size property.
|
PreviewGenerationParams |
withAspectRatio(PreviewGenerationParams.AspectRatio value) |
PreviewGenerationParams |
withResolution(XYPair value) |
PreviewGenerationParams |
withSize(XYPair value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected PreviewGenerationParams.AspectRatio aspectRatio
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected XYPair resolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected XYPair size
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public PreviewGenerationParams.AspectRatio getAspectRatio()
PreviewGenerationParams.AspectRatio@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAspectRatio(PreviewGenerationParams.AspectRatio value)
value - allowed object is
PreviewGenerationParams.AspectRatio@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public XYPair getResolution()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setResolution(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public XYPair getSize()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSize(XYPair value)
value - allowed object is
Stringpublic PreviewGenerationParams withAspectRatio(PreviewGenerationParams.AspectRatio value)
public PreviewGenerationParams withResolution(XYPair value)
public PreviewGenerationParams withSize(XYPair 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals 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.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource