@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class ImageCompression extends Object implements 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"/>
<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}double" />
<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}double" />
<attribute name="ImageDownsampleType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ImageFilter" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ImageResolution" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ImageType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="JPXQuality" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
antiAliasImages |
protected Boolean |
autoFilterImages |
protected CCITTFaxParams |
ccittFaxParams |
protected Boolean |
convertImagesToIndexed |
protected DCTParams |
dctParams |
protected Double |
dctQuality |
protected Boolean |
downsampleImages |
protected Boolean |
encodeImages |
protected FlateParams |
flateParams |
protected String |
imageAutoFilterStrategy |
protected Integer |
imageDepth |
protected Double |
imageDownsampleThreshold |
protected String |
imageDownsampleType |
protected String |
imageFilter |
protected Double |
imageResolution |
protected String |
imageType |
protected JBIG2Params |
jbig2Params |
protected JPEG2000Params |
jpeg2000Params |
protected Integer |
jpxQuality |
protected LZWParams |
lzwParams |
| Constructor and Description |
|---|
ImageCompression() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
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.
|
Double |
getDCTQuality()
Gets the value of the dctQuality property.
|
FlateParams |
getFlateParams()
Gets the value of the flateParams property.
|
String |
getImageAutoFilterStrategy()
Gets the value of the imageAutoFilterStrategy property.
|
Integer |
getImageDepth()
Gets the value of the imageDepth property.
|
Double |
getImageDownsampleThreshold()
Gets the value of the imageDownsampleThreshold property.
|
String |
getImageDownsampleType()
Gets the value of the imageDownsampleType property.
|
String |
getImageFilter()
Gets the value of the imageFilter property.
|
Double |
getImageResolution()
Gets the value of the imageResolution property.
|
String |
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.
|
Integer |
getJPXQuality()
Gets the value of the jpxQuality property.
|
LZWParams |
getLZWParams()
Gets the value of the lzwParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isAntiAliasImages()
Gets the value of the antiAliasImages property.
|
Boolean |
isAutoFilterImages()
Gets the value of the autoFilterImages property.
|
Boolean |
isConvertImagesToIndexed()
Gets the value of the convertImagesToIndexed property.
|
Boolean |
isDownsampleImages()
Gets the value of the downsampleImages property.
|
Boolean |
isEncodeImages()
Gets the value of the encodeImages property.
|
void |
setAntiAliasImages(Boolean value)
Sets the value of the antiAliasImages property.
|
void |
setAutoFilterImages(Boolean value)
Sets the value of the autoFilterImages property.
|
void |
setCCITTFaxParams(CCITTFaxParams value)
Sets the value of the ccittFaxParams property.
|
void |
setConvertImagesToIndexed(Boolean value)
Sets the value of the convertImagesToIndexed property.
|
void |
setDCTParams(DCTParams value)
Sets the value of the dctParams property.
|
void |
setDCTQuality(Double value)
Sets the value of the dctQuality property.
|
void |
setDownsampleImages(Boolean value)
Sets the value of the downsampleImages property.
|
void |
setEncodeImages(Boolean value)
Sets the value of the encodeImages property.
|
void |
setFlateParams(FlateParams value)
Sets the value of the flateParams property.
|
void |
setImageAutoFilterStrategy(String value)
Sets the value of the imageAutoFilterStrategy property.
|
void |
setImageDepth(Integer value)
Sets the value of the imageDepth property.
|
void |
setImageDownsampleThreshold(Double value)
Sets the value of the imageDownsampleThreshold property.
|
void |
setImageDownsampleType(String value)
Sets the value of the imageDownsampleType property.
|
void |
setImageFilter(String value)
Sets the value of the imageFilter property.
|
void |
setImageResolution(Double value)
Sets the value of the imageResolution property.
|
void |
setImageType(String 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(Integer value)
Sets the value of the jpxQuality property.
|
void |
setLZWParams(LZWParams value)
Sets the value of the lzwParams property.
|
ImageCompression |
withAntiAliasImages(Boolean value) |
ImageCompression |
withAutoFilterImages(Boolean value) |
ImageCompression |
withCCITTFaxParams(CCITTFaxParams value) |
ImageCompression |
withConvertImagesToIndexed(Boolean value) |
ImageCompression |
withDCTParams(DCTParams value) |
ImageCompression |
withDCTQuality(Double value) |
ImageCompression |
withDownsampleImages(Boolean value) |
ImageCompression |
withEncodeImages(Boolean value) |
ImageCompression |
withFlateParams(FlateParams value) |
ImageCompression |
withImageAutoFilterStrategy(String value) |
ImageCompression |
withImageDepth(Integer value) |
ImageCompression |
withImageDownsampleThreshold(Double value) |
ImageCompression |
withImageDownsampleType(String value) |
ImageCompression |
withImageFilter(String value) |
ImageCompression |
withImageResolution(Double value) |
ImageCompression |
withImageType(String value) |
ImageCompression |
withJBIG2Params(JBIG2Params value) |
ImageCompression |
withJPEG2000Params(JPEG2000Params value) |
ImageCompression |
withJPXQuality(Integer value) |
ImageCompression |
withLZWParams(LZWParams value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected CCITTFaxParams ccittFaxParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected DCTParams dctParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected FlateParams flateParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected JBIG2Params jbig2Params
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected JPEG2000Params jpeg2000Params
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected LZWParams lzwParams
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean antiAliasImages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean autoFilterImages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean convertImagesToIndexed
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double dctQuality
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean downsampleImages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean encodeImages
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String imageAutoFilterStrategy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer imageDepth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double imageDownsampleThreshold
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String imageDownsampleType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String imageFilter
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double imageResolution
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String imageType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer jpxQuality
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public CCITTFaxParams getCCITTFaxParams()
CCITTFaxParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DCTParams getDCTParams()
DCTParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FlateParams getFlateParams()
FlateParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public JBIG2Params getJBIG2Params()
JBIG2Params@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public JPEG2000Params getJPEG2000Params()
JPEG2000Params@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public LZWParams getLZWParams()
LZWParams@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02: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="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isAntiAliasImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAntiAliasImages(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isAutoFilterImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAutoFilterImages(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isConvertImagesToIndexed()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setConvertImagesToIndexed(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getDCTQuality()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDCTQuality(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isDownsampleImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDownsampleImages(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isEncodeImages()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setEncodeImages(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getImageAutoFilterStrategy()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageAutoFilterStrategy(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getImageDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageDepth(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getImageDownsampleThreshold()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageDownsampleThreshold(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getImageDownsampleType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageDownsampleType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getImageFilter()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageFilter(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getImageResolution()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageResolution(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getImageType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setImageType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getJPXQuality()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setJPXQuality(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withCCITTFaxParams(CCITTFaxParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withDCTParams(DCTParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withFlateParams(FlateParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withJBIG2Params(JBIG2Params value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withJPEG2000Params(JPEG2000Params value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withLZWParams(LZWParams value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withAntiAliasImages(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withAutoFilterImages(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withConvertImagesToIndexed(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withDCTQuality(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withDownsampleImages(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withEncodeImages(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageAutoFilterStrategy(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageDepth(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageDownsampleThreshold(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageDownsampleType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageFilter(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageResolution(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withImageType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ImageCompression withJPXQuality(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.