public class JPEG2000Params
extends java.lang.Object
implements java.io.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 java.lang.Integer |
codeBlockSize |
protected java.lang.String |
layerRates |
protected java.lang.Integer |
layersPerTile |
protected java.lang.Integer |
numResolutions |
protected java.lang.String |
progressionOrder |
protected java.util.List<java.lang.Double> |
tileSizes |
| Constructor and Description |
|---|
JPEG2000Params() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCodeBlockSize()
Gets the value of the codeBlockSize property.
|
java.lang.String |
getLayerRates()
Gets the value of the layerRates property.
|
java.lang.Integer |
getLayersPerTile()
Gets the value of the layersPerTile property.
|
java.lang.Integer |
getNumResolutions()
Gets the value of the numResolutions property.
|
java.lang.String |
getProgressionOrder()
Gets the value of the progressionOrder property.
|
java.util.List<java.lang.Double> |
getTileSizes()
Gets the value of the tileSizes property.
|
void |
setCodeBlockSize(java.lang.Integer value)
Sets the value of the codeBlockSize property.
|
void |
setLayerRates(java.lang.String value)
Sets the value of the layerRates property.
|
void |
setLayersPerTile(java.lang.Integer value)
Sets the value of the layersPerTile property.
|
void |
setNumResolutions(java.lang.Integer value)
Sets the value of the numResolutions property.
|
void |
setProgressionOrder(java.lang.String value)
Sets the value of the progressionOrder property.
|
protected java.lang.Integer layersPerTile
protected java.util.List<java.lang.Double> tileSizes
protected java.lang.String layerRates
protected java.lang.String progressionOrder
protected java.lang.Integer codeBlockSize
protected java.lang.Integer numResolutions
public java.lang.Integer getLayersPerTile()
Integerpublic void setLayersPerTile(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.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 java.lang.String getLayerRates()
Stringpublic void setLayerRates(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProgressionOrder()
Stringpublic void setProgressionOrder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCodeBlockSize()
Integerpublic void setCodeBlockSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getNumResolutions()
Integerpublic void setNumResolutions(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.