public class ByteMap extends ParameterType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PixelColorant" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Band" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="BandOrdering" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ElementType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Halftoned" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Resolution" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="FrameWidth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Interleaved" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="FrameHeight" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PixelSkip" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bandOrdering |
protected java.util.List<Band> |
bands |
protected java.lang.Object |
colorRef |
protected java.lang.String |
elementType |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Integer |
frameHeight |
protected java.lang.Integer |
frameWidth |
protected java.lang.Boolean |
halftoned |
protected java.lang.Boolean |
interleaved |
protected java.util.List<PixelColorant> |
pixelColorants |
protected java.lang.Integer |
pixelSkip |
protected java.util.List<java.lang.Double> |
resolutions |
| Constructor and Description |
|---|
ByteMap() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBandOrdering()
Gets the value of the bandOrdering property.
|
java.util.List<Band> |
getBands()
Gets the value of the bands property.
|
java.lang.Object |
getColorRef()
Gets the value of the colorRef property.
|
java.lang.String |
getElementType()
Gets the value of the elementType property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Integer |
getFrameHeight()
Gets the value of the frameHeight property.
|
java.lang.Integer |
getFrameWidth()
Gets the value of the frameWidth property.
|
java.lang.Boolean |
getHalftoned()
Gets the value of the halftoned property.
|
java.lang.Boolean |
getInterleaved()
Gets the value of the interleaved property.
|
java.util.List<PixelColorant> |
getPixelColorants()
Gets the value of the pixelColorants property.
|
java.lang.Integer |
getPixelSkip()
Gets the value of the pixelSkip property.
|
java.util.List<java.lang.Double> |
getResolutions()
Gets the value of the resolutions property.
|
void |
setBandOrdering(java.lang.String value)
Sets the value of the bandOrdering property.
|
void |
setColorRef(java.lang.Object value)
Sets the value of the colorRef property.
|
void |
setElementType(java.lang.String value)
Sets the value of the elementType property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef 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 |
setPixelSkip(java.lang.Integer value)
Sets the value of the pixelSkip property.
|
protected java.util.List<Band> bands
protected java.util.List<PixelColorant> pixelColorants
protected java.lang.String bandOrdering
protected java.lang.String elementType
protected java.lang.Boolean halftoned
protected java.util.List<java.lang.Double> resolutions
protected java.lang.Integer frameWidth
protected java.lang.Boolean interleaved
protected java.lang.Integer frameHeight
protected java.lang.Integer pixelSkip
protected java.lang.Object fileSpecRef
protected java.lang.Object colorRef
public java.util.List<Band> getBands()
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 bands property.
For example, to add a new item, do as follows:
getBands().add(newItem);
Objects of the following type(s) are allowed in the list
Band
public java.util.List<PixelColorant> 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
PixelColorant
public java.lang.String getBandOrdering()
Stringpublic void setBandOrdering(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getElementType()
Stringpublic void setElementType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getHalftoned()
Booleanpublic void setHalftoned(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.Double> getResolutions()
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 resolutions property.
For example, to add a new item, do as follows:
getResolutions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Integer getFrameWidth()
Integerpublic void setFrameWidth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getInterleaved()
Booleanpublic void setInterleaved(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getFrameHeight()
Integerpublic void setFrameHeight(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPixelSkip()
Integerpublic void setPixelSkip(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getColorRef()
Objectpublic void setColorRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.