public class ByteMap extends ParameterType implements 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 String |
bandOrdering |
protected List<Band> |
bands |
protected Object |
colorRef |
protected String |
elementType |
protected Object |
fileSpecRef |
protected Integer |
frameHeight |
protected Integer |
frameWidth |
protected Boolean |
halftoned |
protected Boolean |
interleaved |
protected List<PixelColorant> |
pixelColorants |
protected Integer |
pixelSkip |
protected List<Double> |
resolutions |
| Constructor and Description |
|---|
ByteMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBandOrdering()
Gets the value of the bandOrdering property.
|
List<Band> |
getBands()
Gets the value of the bands property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
String |
getElementType()
Gets the value of the elementType property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Integer |
getFrameHeight()
Gets the value of the frameHeight property.
|
Integer |
getFrameWidth()
Gets the value of the frameWidth property.
|
Boolean |
getHalftoned()
Gets the value of the halftoned property.
|
Boolean |
getInterleaved()
Gets the value of the interleaved property.
|
List<PixelColorant> |
getPixelColorants()
Gets the value of the pixelColorants property.
|
Integer |
getPixelSkip()
Gets the value of the pixelSkip property.
|
List<Double> |
getResolutions()
Gets the value of the resolutions property.
|
void |
setBandOrdering(String value)
Sets the value of the bandOrdering property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setElementType(String value)
Sets the value of the elementType property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef 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 |
setPixelSkip(Integer value)
Sets the value of the pixelSkip property.
|
protected List<PixelColorant> pixelColorants
protected String bandOrdering
protected String elementType
protected Boolean halftoned
protected Integer frameWidth
protected Boolean interleaved
protected Integer frameHeight
protected Integer pixelSkip
protected Object fileSpecRef
protected Object colorRef
public 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 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 String getBandOrdering()
Stringpublic void setBandOrdering(String value)
value - allowed object is
Stringpublic String getElementType()
Stringpublic void setElementType(String value)
value - allowed object is
Stringpublic Boolean getHalftoned()
Booleanpublic void setHalftoned(Boolean value)
value - allowed object is
Booleanpublic List<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 Integer getFrameWidth()
Integerpublic void setFrameWidth(Integer value)
value - allowed object is
Integerpublic Boolean getInterleaved()
Booleanpublic void setInterleaved(Boolean value)
value - allowed object is
Booleanpublic Integer getFrameHeight()
Integerpublic void setFrameHeight(Integer value)
value - allowed object is
Integerpublic Integer getPixelSkip()
Integerpublic void setPixelSkip(Integer value)
value - allowed object is
Integerpublic Object getFileSpecRef()
Objectpublic void setFileSpecRef(Object value)
value - allowed object is
Objectpublic Object getColorRef()
ObjectCopyright © 2012. All Rights Reserved.