@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public class ByteMap extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ByteMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ByteMap">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Band" minOccurs="0"/>
</sequence>
<attribute name="BandOrdering" type="{http://www.CIP4.org/JDFSchema_2_0}EnumBandOrdering" />
<attribute name="FrameHeight" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FrameWidth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Halftoned" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Interleaved" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PixelColorants" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="PixelDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PixelSkip" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Band |
band |
protected EnumBandOrdering |
bandOrdering |
protected Integer |
frameHeight |
protected Integer |
frameWidth |
protected Boolean |
halftoned |
protected Boolean |
interleaved |
protected List<String> |
pixelColorants |
protected Integer |
pixelDepth |
protected Integer |
pixelSkip |
protected XYPair |
resolution |
| Constructor and Description |
|---|
ByteMap() |
| 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) |
Band |
getBand()
Gets the value of the band property.
|
EnumBandOrdering |
getBandOrdering()
Gets the value of the bandOrdering property.
|
Integer |
getFrameHeight()
Gets the value of the frameHeight property.
|
Integer |
getFrameWidth()
Gets the value of the frameWidth property.
|
List<String> |
getPixelColorants()
Gets the value of the pixelColorants property.
|
Integer |
getPixelDepth()
Gets the value of the pixelDepth property.
|
Integer |
getPixelSkip()
Gets the value of the pixelSkip property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isHalftoned()
Gets the value of the halftoned property.
|
Boolean |
isInterleaved()
Gets the value of the interleaved property.
|
void |
setBand(Band value)
Sets the value of the band property.
|
void |
setBandOrdering(EnumBandOrdering value)
Sets the value of the bandOrdering property.
|
void |
setFrameHeight(Integer value)
Sets the value of the frameHeight property.
|
void |
setFrameWidth(Integer value)
Sets the value of the frameWidth property.
|
void |
setHalftoned(Boolean value)
Sets the value of the halftoned property.
|
void |
setInterleaved(Boolean value)
Sets the value of the interleaved property.
|
void |
setPixelDepth(Integer value)
Sets the value of the pixelDepth property.
|
void |
setPixelSkip(Integer value)
Sets the value of the pixelSkip property.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
ByteMap |
withBand(Band value) |
ByteMap |
withBandOrdering(EnumBandOrdering value) |
ByteMap |
withFrameHeight(Integer value) |
ByteMap |
withFrameWidth(Integer value) |
ByteMap |
withHalftoned(Boolean value) |
ByteMap |
withInterleaved(Boolean value) |
ByteMap |
withPixelColorants(Collection<String> values) |
ByteMap |
withPixelColorants(String... values) |
ByteMap |
withPixelDepth(Integer value) |
ByteMap |
withPixelSkip(Integer value) |
ByteMap |
withResolution(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Band band
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected EnumBandOrdering bandOrdering
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Integer frameHeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Integer frameWidth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Boolean halftoned
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Boolean interleaved
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected List<String> pixelColorants
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Integer pixelDepth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected Integer pixelSkip
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") protected XYPair resolution
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Band getBand()
Band@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setBand(Band value)
value - allowed object is
Band@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public EnumBandOrdering getBandOrdering()
EnumBandOrdering@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setBandOrdering(EnumBandOrdering value)
value - allowed object is
EnumBandOrdering@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Integer getFrameHeight()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setFrameHeight(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Integer getFrameWidth()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setFrameWidth(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Boolean isHalftoned()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setHalftoned(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Boolean isInterleaved()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setInterleaved(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public List<String> getPixelColorants()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pixelColorants property.
For example, to add a new item, do as follows:
getPixelColorants().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Integer getPixelDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setPixelDepth(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public Integer getPixelSkip()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public void setPixelSkip(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public XYPair getResolution()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02: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="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withBand(Band value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withBandOrdering(EnumBandOrdering value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withFrameHeight(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withFrameWidth(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withHalftoned(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withInterleaved(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withPixelColorants(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withPixelColorants(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withPixelDepth(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withPixelSkip(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public ByteMap withResolution(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+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.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+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.HashCodehashCode in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-20T01:26:59+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.