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>
<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"/>
</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 List<Band> |
band |
protected String |
bandOrdering |
protected Object |
colorRef |
protected String |
elementType |
protected Object |
fileSpecRef |
protected Integer |
frameHeight |
protected Integer |
frameWidth |
protected Boolean |
halftoned |
protected Boolean |
interleaved |
protected List<PixelColorant> |
pixelColorant |
protected Integer |
pixelSkip |
protected XYPair |
resolution |
| Constructor and Description |
|---|
ByteMap() |
| Modifier and Type | Method and Description |
|---|---|
List<Band> |
getBand()
Gets the value of the band property.
|
String |
getBandOrdering()
Gets the value of the bandOrdering 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.
|
List<PixelColorant> |
getPixelColorant()
Gets the value of the pixelColorant property.
|
Integer |
getPixelSkip()
Gets the value of the pixelSkip property.
|
XYPair |
getResolution()
Gets the value of the resolution property.
|
Boolean |
isHalftoned()
Gets the value of the halftoned property.
|
Boolean |
isInterleaved()
Gets the value of the interleaved 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.
|
void |
setResolution(XYPair value)
Sets the value of the resolution property.
|
protected List<PixelColorant> pixelColorant
protected String bandOrdering
protected String elementType
protected Boolean halftoned
protected XYPair resolution
protected Integer frameWidth
protected Boolean interleaved
protected Integer frameHeight
protected Integer pixelSkip
protected Object fileSpecRef
protected Object colorRef
public List<PixelColorant> getPixelColorant()
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 pixelColorant property.
For example, to add a new item, do as follows:
getPixelColorant().add(newItem);
Objects of the following type(s) are allowed in the list
PixelColorant
public List<Band> getBand()
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 band property.
For example, to add a new item, do as follows:
getBand().add(newItem);
Objects of the following type(s) are allowed in the list
Band
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 isHalftoned()
Booleanpublic void setHalftoned(Boolean value)
value - allowed object is
Booleanpublic XYPair getResolution()
Stringpublic void setResolution(XYPair value)
value - allowed object is
Stringpublic Integer getFrameWidth()
Integerpublic void setFrameWidth(Integer value)
value - allowed object is
Integerpublic Boolean isInterleaved()
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 © 2013. All Rights Reserved.