@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class ImageCompression
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CCITTFaxParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DCTParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FlateParams" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JBIG2Params" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JPEG2000Params" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}LZWParams" minOccurs="0"/>
</sequence>
<attribute name="AntiAliasImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="AutoFilterImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ConvertImagesToIndexed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DCTQuality" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="DownsampleImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EncodeImages" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ImageAutoFilterStrategy" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ImageDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ImageDownsampleThreshold" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ImageDownsampleType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Average"/>
<enumeration value="Bicubic"/>
<enumeration value="Subsample"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ImageFilter" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ImageResolution" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ImageType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Color"/>
<enumeration value="Grayscale"/>
<enumeration value="Monochrome"/>
</restriction>
</simpleType>
</attribute>
<attribute name="JPXQuality" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageCompression.ImageDownsampleType
Java class for null.
|
static class |
ImageCompression.ImageType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
antiAliasImages |
protected java.lang.Boolean |
autoFilterImages |
protected CCITTFaxParams |
ccittFaxParams |
protected java.lang.Boolean |
convertImagesToIndexed |
protected DCTParams |
dctParams |
protected java.lang.Float |
dctQuality |
protected java.lang.Boolean |
downsampleImages |
protected java.lang.Boolean |
encodeImages |
protected FlateParams |
flateParams |
protected java.lang.String |
imageAutoFilterStrategy |
protected java.lang.Integer |
imageDepth |
protected java.lang.Float |
imageDownsampleThreshold |
protected ImageCompression.ImageDownsampleType |
imageDownsampleType |
protected java.lang.String |
imageFilter |
protected java.lang.Float |
imageResolution |
protected ImageCompression.ImageType |
imageType |
protected JBIG2Params |
jbig2Params |
protected JPEG2000Params |
jpeg2000Params |
protected java.lang.Integer |
jpxQuality |
protected LZWParams |
lzwParams |
| Constructor and Description |
|---|
ImageCompression() |
| 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) |
CCITTFaxParams |
getCCITTFaxParams()
Gets the value of the ccittFaxParams property.
|
DCTParams |
getDCTParams()
Gets the value of the dctParams property.
|
java.lang.Float |
getDCTQuality()
Gets the value of the dctQuality property.
|
FlateParams |
getFlateParams()
Gets the value of the flateParams property.
|
java.lang.String |
getImageAutoFilterStrategy()
Gets the value of the imageAutoFilterStrategy property.
|
java.lang.Integer |
getImageDepth()
Gets the value of the imageDepth property.
|
java.lang.Float |
getImageDownsampleThreshold()
Gets the value of the imageDownsampleThreshold property.
|
ImageCompression.ImageDownsampleType |
getImageDownsampleType()
Gets the value of the imageDownsampleType property.
|
java.lang.String |
getImageFilter()
Gets the value of the imageFilter property.
|
java.lang.Float |
getImageResolution()
Gets the value of the imageResolution property.
|
ImageCompression.ImageType |
getImageType()
Gets the value of the imageType property.
|
JBIG2Params |
getJBIG2Params()
Gets the value of the jbig2Params property.
|
JPEG2000Params |
getJPEG2000Params()
Gets the value of the jpeg2000Params property.
|
java.lang.Integer |
getJPXQuality()
Gets the value of the jpxQuality property.
|
LZWParams |
getLZWParams()
Gets the value of the lzwParams property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isAntiAliasImages()
Gets the value of the antiAliasImages property.
|
java.lang.Boolean |
isAutoFilterImages()
Gets the value of the autoFilterImages property.
|
java.lang.Boolean |
isConvertImagesToIndexed()
Gets the value of the convertImagesToIndexed property.
|
java.lang.Boolean |
isDownsampleImages()
Gets the value of the downsampleImages property.
|
java.lang.Boolean |
isEncodeImages()
Gets the value of the encodeImages property.
|
void |
setAntiAliasImages(java.lang.Boolean value)
Sets the value of the antiAliasImages property.
|
void |
setAutoFilterImages(java.lang.Boolean value)
Sets the value of the autoFilterImages property.
|
void |
setCCITTFaxParams(CCITTFaxParams value)
Sets the value of the ccittFaxParams property.
|
void |
setConvertImagesToIndexed(java.lang.Boolean value)
Sets the value of the convertImagesToIndexed property.
|
void |
setDCTParams(DCTParams value)
Sets the value of the dctParams property.
|
void |
setDCTQuality(java.lang.Float value)
Sets the value of the dctQuality property.
|
void |
setDownsampleImages(java.lang.Boolean value)
Sets the value of the downsampleImages property.
|
void |
setEncodeImages(java.lang.Boolean value)
Sets the value of the encodeImages property.
|
void |
setFlateParams(FlateParams value)
Sets the value of the flateParams property.
|
void |
setImageAutoFilterStrategy(java.lang.String value)
Sets the value of the imageAutoFilterStrategy property.
|
void |
setImageDepth(java.lang.Integer value)
Sets the value of the imageDepth property.
|
void |
setImageDownsampleThreshold(java.lang.Float value)
Sets the value of the imageDownsampleThreshold property.
|
void |
setImageDownsampleType(ImageCompression.ImageDownsampleType value)
Sets the value of the imageDownsampleType property.
|
void |
setImageFilter(java.lang.String value)
Sets the value of the imageFilter property.
|
void |
setImageResolution(java.lang.Float value)
Sets the value of the imageResolution property.
|
void |
setImageType(ImageCompression.ImageType value)
Sets the value of the imageType property.
|
void |
setJBIG2Params(JBIG2Params value)
Sets the value of the jbig2Params property.
|
void |
setJPEG2000Params(JPEG2000Params value)
Sets the value of the jpeg2000Params property.
|
void |
setJPXQuality(java.lang.Integer value)
Sets the value of the jpxQuality property.
|
void |
setLZWParams(LZWParams value)
Sets the value of the lzwParams property.
|
ImageCompression |
withAntiAliasImages(java.lang.Boolean value) |
ImageCompression |
withAutoFilterImages(java.lang.Boolean value) |
ImageCompression |
withCCITTFaxParams(CCITTFaxParams value) |
ImageCompression |
withConvertImagesToIndexed(java.lang.Boolean value) |
ImageCompression |
withDCTParams(DCTParams value) |
ImageCompression |
withDCTQuality(java.lang.Float value) |
ImageCompression |
withDownsampleImages(java.lang.Boolean value) |
ImageCompression |
withEncodeImages(java.lang.Boolean value) |
ImageCompression |
withFlateParams(FlateParams value) |
ImageCompression |
withImageAutoFilterStrategy(java.lang.String value) |
ImageCompression |
withImageDepth(java.lang.Integer value) |
ImageCompression |
withImageDownsampleThreshold(java.lang.Float value) |
ImageCompression |
withImageDownsampleType(ImageCompression.ImageDownsampleType value) |
ImageCompression |
withImageFilter(java.lang.String value) |
ImageCompression |
withImageResolution(java.lang.Float value) |
ImageCompression |
withImageType(ImageCompression.ImageType value) |
ImageCompression |
withJBIG2Params(JBIG2Params value) |
ImageCompression |
withJPEG2000Params(JPEG2000Params value) |
ImageCompression |
withJPXQuality(java.lang.Integer value) |
ImageCompression |
withLZWParams(LZWParams value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected CCITTFaxParams ccittFaxParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected DCTParams dctParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected FlateParams flateParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected JBIG2Params jbig2Params
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected JPEG2000Params jpeg2000Params
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected LZWParams lzwParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean antiAliasImages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean autoFilterImages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean convertImagesToIndexed
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float dctQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean downsampleImages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean encodeImages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String imageAutoFilterStrategy
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer imageDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float imageDownsampleThreshold
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ImageCompression.ImageDownsampleType imageDownsampleType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String imageFilter
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float imageResolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ImageCompression.ImageType imageType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer jpxQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public CCITTFaxParams getCCITTFaxParams()
CCITTFaxParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setCCITTFaxParams(CCITTFaxParams value)
value - allowed object is
CCITTFaxParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public DCTParams getDCTParams()
DCTParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDCTParams(DCTParams value)
value - allowed object is
DCTParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public FlateParams getFlateParams()
FlateParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFlateParams(FlateParams value)
value - allowed object is
FlateParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public JBIG2Params getJBIG2Params()
JBIG2Params@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setJBIG2Params(JBIG2Params value)
value - allowed object is
JBIG2Params@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public JPEG2000Params getJPEG2000Params()
JPEG2000Params@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setJPEG2000Params(JPEG2000Params value)
value - allowed object is
JPEG2000Params@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public LZWParams getLZWParams()
LZWParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setLZWParams(LZWParams value)
value - allowed object is
LZWParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isAntiAliasImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAntiAliasImages(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isAutoFilterImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAutoFilterImages(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isConvertImagesToIndexed()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setConvertImagesToIndexed(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getDCTQuality()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDCTQuality(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isDownsampleImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDownsampleImages(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEncodeImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setEncodeImages(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getImageAutoFilterStrategy()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageAutoFilterStrategy(java.lang.String 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 java.lang.Integer getImageDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageDepth(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getImageDownsampleThreshold()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageDownsampleThreshold(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ImageCompression.ImageDownsampleType getImageDownsampleType()
ImageCompression.ImageDownsampleType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageDownsampleType(ImageCompression.ImageDownsampleType value)
value - allowed object is
ImageCompression.ImageDownsampleType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getImageFilter()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageFilter(java.lang.String 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 java.lang.Float getImageResolution()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageResolution(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ImageCompression.ImageType getImageType()
ImageCompression.ImageType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setImageType(ImageCompression.ImageType value)
value - allowed object is
ImageCompression.ImageType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getJPXQuality()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setJPXQuality(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public ImageCompression withCCITTFaxParams(CCITTFaxParams value)
public ImageCompression withDCTParams(DCTParams value)
public ImageCompression withFlateParams(FlateParams value)
public ImageCompression withJBIG2Params(JBIG2Params value)
public ImageCompression withJPEG2000Params(JPEG2000Params value)
public ImageCompression withLZWParams(LZWParams value)
public ImageCompression withAntiAliasImages(java.lang.Boolean value)
public ImageCompression withAutoFilterImages(java.lang.Boolean value)
public ImageCompression withConvertImagesToIndexed(java.lang.Boolean value)
public ImageCompression withDCTQuality(java.lang.Float value)
public ImageCompression withDownsampleImages(java.lang.Boolean value)
public ImageCompression withEncodeImages(java.lang.Boolean value)
public ImageCompression withImageAutoFilterStrategy(java.lang.String value)
public ImageCompression withImageDepth(java.lang.Integer value)
public ImageCompression withImageDownsampleThreshold(java.lang.Float value)
public ImageCompression withImageDownsampleType(ImageCompression.ImageDownsampleType value)
public ImageCompression withImageFilter(java.lang.String value)
public ImageCompression withImageResolution(java.lang.Float value)
public ImageCompression withImageType(ImageCompression.ImageType value)
public ImageCompression withJPXQuality(java.lang.Integer 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.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object