Package org.cip4.lib.xjdf.schema
Class PreviewGenerationParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.PreviewGenerationParams
-
- 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 PreviewGenerationParams extends SpecificResource implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPreviewGenerationParams.AspectRatioJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected PreviewGenerationParams.AspectRatioaspectRatioprotected XYPairresolutionprotected XYPairsize
-
Constructor Summary
Constructors Constructor Description PreviewGenerationParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)PreviewGenerationParams.AspectRatiogetAspectRatio()Gets the value of the aspectRatio property.XYPairgetResolution()Gets the value of the resolution property.XYPairgetSize()Gets the value of the size property.inthashCode()voidsetAspectRatio(PreviewGenerationParams.AspectRatio value)Sets the value of the aspectRatio property.voidsetResolution(XYPair value)Sets the value of the resolution property.voidsetSize(XYPair value)Sets the value of the size property.PreviewGenerationParamswithAspectRatio(PreviewGenerationParams.AspectRatio value)PreviewGenerationParamswithResolution(XYPair value)PreviewGenerationParamswithSize(XYPair value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
aspectRatio
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected PreviewGenerationParams.AspectRatio aspectRatio
-
resolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected XYPair resolution
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected XYPair size
-
-
Method Detail
-
getAspectRatio
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public PreviewGenerationParams.AspectRatio getAspectRatio()Gets the value of the aspectRatio property.- Returns:
- possible object is
PreviewGenerationParams.AspectRatio
-
setAspectRatio
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setAspectRatio(PreviewGenerationParams.AspectRatio value)Sets the value of the aspectRatio property.- Parameters:
value- allowed object isPreviewGenerationParams.AspectRatio
-
getResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public XYPair getResolution()Gets the value of the resolution property.- Returns:
- possible object is
String
-
setResolution
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setResolution(XYPair value)Sets the value of the resolution property.- Parameters:
value- allowed object isString
-
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public XYPair getSize()Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setSize(XYPair value)Sets the value of the size property.- Parameters:
value- allowed object isString
-
withAspectRatio
public PreviewGenerationParams withAspectRatio(PreviewGenerationParams.AspectRatio value)
-
withResolution
public PreviewGenerationParams withResolution(XYPair value)
-
withSize
public PreviewGenerationParams withSize(XYPair value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-