public class JPEG2000Params extends Object implements Serializable
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">
<attribute name="LayersPerTile" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TileSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="LayerRates" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ProgressionOrder" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CodeBlockSize" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="NumResolutions" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
codeBlockSize |
protected String |
layerRates |
protected Integer |
layersPerTile |
protected Integer |
numResolutions |
protected String |
progressionOrder |
protected List<Double> |
tileSizes |
| Constructor and Description |
|---|
JPEG2000Params() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCodeBlockSize()
Gets the value of the codeBlockSize property.
|
String |
getLayerRates()
Gets the value of the layerRates property.
|
Integer |
getLayersPerTile()
Gets the value of the layersPerTile property.
|
Integer |
getNumResolutions()
Gets the value of the numResolutions property.
|
String |
getProgressionOrder()
Gets the value of the progressionOrder property.
|
List<Double> |
getTileSizes()
Gets the value of the tileSizes property.
|
void |
setCodeBlockSize(Integer value)
Sets the value of the codeBlockSize property.
|
void |
setLayerRates(String value)
Sets the value of the layerRates property.
|
void |
setLayersPerTile(Integer value)
Sets the value of the layersPerTile property.
|
void |
setNumResolutions(Integer value)
Sets the value of the numResolutions property.
|
void |
setProgressionOrder(String value)
Sets the value of the progressionOrder property.
|
protected Integer layersPerTile
protected String layerRates
protected String progressionOrder
protected Integer codeBlockSize
protected Integer numResolutions
public Integer getLayersPerTile()
Integerpublic void setLayersPerTile(Integer value)
value - allowed object is
Integerpublic List<Double> getTileSizes()
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 tileSizes property.
For example, to add a new item, do as follows:
getTileSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getLayerRates()
Stringpublic void setLayerRates(String value)
value - allowed object is
Stringpublic String getProgressionOrder()
Stringpublic void setProgressionOrder(String value)
value - allowed object is
Stringpublic Integer getCodeBlockSize()
Integerpublic void setCodeBlockSize(Integer value)
value - allowed object is
Integerpublic Integer getNumResolutions()
IntegerCopyright © 2012. All Rights Reserved.