@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class ByteMap
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}Band" minOccurs="0"/>
</sequence>
<attribute name="BandOrdering">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="BandMajor"/>
<enumeration value="ColorMajor"/>
</restriction>
</simpleType>
</attribute>
<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" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ByteMap.BandOrdering
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Band |
band |
protected ByteMap.BandOrdering |
bandOrdering |
protected java.lang.Integer |
frameHeight |
protected java.lang.Integer |
frameWidth |
protected java.lang.Boolean |
halftoned |
protected java.lang.Boolean |
interleaved |
protected java.util.List<java.lang.String> |
pixelColorants |
protected java.lang.Integer |
pixelDepth |
protected java.lang.Integer |
pixelSkip |
protected XYPair |
resolution |
| Constructor and Description |
|---|
ByteMap() |
| 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) |
Band |
getBand()
Gets the value of the band property.
|
ByteMap.BandOrdering |
getBandOrdering()
Gets the value of the bandOrdering property.
|
java.lang.Integer |
getFrameHeight()
Gets the value of the frameHeight property.
|
java.lang.Integer |
getFrameWidth()
Gets the value of the frameWidth 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.
|
java.util.List<java.lang.String> |
getPixelColorants()
Gets the value of the pixelColorants property.
|
java.lang.Integer |
getPixelDepth()
Gets the value of the pixelDepth property.
|
java.lang.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) |
java.lang.Boolean |
isHalftoned()
Gets the value of the halftoned property.
|
java.lang.Boolean |
isInterleaved()
Gets the value of the interleaved property.
|
void |
setBand(Band value)
Sets the value of the band property.
|
void |
setBandOrdering(ByteMap.BandOrdering value)
Sets the value of the bandOrdering property.
|
void |
setFrameHeight(java.lang.Integer value)
Sets the value of the frameHeight property.
|
void |
setFrameWidth(java.lang.Integer value)
Sets the value of the frameWidth property.
|
void |
setHalftoned(java.lang.Boolean value)
Sets the value of the halftoned property.
|
void |
setInterleaved(java.lang.Boolean value)
Sets the value of the interleaved property.
|
void |
setPixelDepth(java.lang.Integer value)
Sets the value of the pixelDepth property.
|
void |
setPixelSkip(java.lang.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(ByteMap.BandOrdering value) |
ByteMap |
withFrameHeight(java.lang.Integer value) |
ByteMap |
withFrameWidth(java.lang.Integer value) |
ByteMap |
withHalftoned(java.lang.Boolean value) |
ByteMap |
withInterleaved(java.lang.Boolean value) |
ByteMap |
withPixelColorants(java.util.Collection<java.lang.String> values) |
ByteMap |
withPixelColorants(java.lang.String... values) |
ByteMap |
withPixelDepth(java.lang.Integer value) |
ByteMap |
withPixelSkip(java.lang.Integer value) |
ByteMap |
withResolution(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Band band
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected ByteMap.BandOrdering bandOrdering
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer frameHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer frameWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean halftoned
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean interleaved
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> pixelColorants
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer pixelDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer pixelSkip
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair resolution
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Band getBand()
Band@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public ByteMap.BandOrdering getBandOrdering()
ByteMap.BandOrdering@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBandOrdering(ByteMap.BandOrdering value)
value - allowed object is
ByteMap.BandOrdering@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getFrameHeight()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFrameHeight(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getFrameWidth()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFrameWidth(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isHalftoned()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setHalftoned(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isInterleaved()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setInterleaved(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getPixelDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPixelDepth(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getPixelSkip()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPixelSkip(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getResolution()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+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-18T03:15:49+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 ByteMap withBandOrdering(ByteMap.BandOrdering value)
public ByteMap withFrameHeight(java.lang.Integer value)
public ByteMap withFrameWidth(java.lang.Integer value)
public ByteMap withHalftoned(java.lang.Boolean value)
public ByteMap withInterleaved(java.lang.Boolean value)
public ByteMap withPixelColorants(java.lang.String... values)
public ByteMap withPixelColorants(java.util.Collection<java.lang.String> values)
public ByteMap withPixelDepth(java.lang.Integer value)
public ByteMap withPixelSkip(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