|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.Lz77V02
public class Lz77V02
Java class for lz77V02 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lz77V02"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="compFactor" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="dict" type="{http://webservices/}lz77Dictionary" minOccurs="0"/> <element name="encodedData" type="{http://webservices/}tupleExt" maxOccurs="unbounded" minOccurs="0"/> <element name="lookAheadWindowLen" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="lz77TestId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="rawData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="searchWindowLen" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected double |
compFactor
|
protected Lz77Dictionary |
dict
|
protected java.util.List<TupleExt> |
encodedData
|
protected int |
lookAheadWindowLen
|
protected int |
lz77TestId
|
protected java.lang.String |
rawData
|
protected int |
searchWindowLen
|
Constructor Summary | |
---|---|
Lz77V02()
|
Method Summary | |
---|---|
double |
getCompFactor()
Gets the value of the compFactor property. |
Lz77Dictionary |
getDict()
Gets the value of the dict property. |
java.util.List<TupleExt> |
getEncodedData()
Gets the value of the encodedData property. |
int |
getLookAheadWindowLen()
Gets the value of the lookAheadWindowLen property. |
int |
getLz77TestId()
Gets the value of the lz77TestId property. |
java.lang.String |
getRawData()
Gets the value of the rawData property. |
int |
getSearchWindowLen()
Gets the value of the searchWindowLen property. |
void |
setCompFactor(double value)
Sets the value of the compFactor property. |
void |
setDict(Lz77Dictionary value)
Sets the value of the dict property. |
void |
setLookAheadWindowLen(int value)
Sets the value of the lookAheadWindowLen property. |
void |
setLz77TestId(int value)
Sets the value of the lz77TestId property. |
void |
setRawData(java.lang.String value)
Sets the value of the rawData property. |
void |
setSearchWindowLen(int value)
Sets the value of the searchWindowLen property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double compFactor
protected Lz77Dictionary dict
protected java.util.List<TupleExt> encodedData
protected int lookAheadWindowLen
protected int lz77TestId
protected java.lang.String rawData
protected int searchWindowLen
Constructor Detail |
---|
public Lz77V02()
Method Detail |
---|
public double getCompFactor()
public void setCompFactor(double value)
public Lz77Dictionary getDict()
Lz77Dictionary
public void setDict(Lz77Dictionary value)
value
- allowed object is
Lz77Dictionary
public java.util.List<TupleExt> getEncodedData()
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 encodedData property.
For example, to add a new item, do as follows:
getEncodedData().add(newItem);
Objects of the following type(s) are allowed in the list
TupleExt
public int getLookAheadWindowLen()
public void setLookAheadWindowLen(int value)
public int getLz77TestId()
public void setLz77TestId(int value)
public java.lang.String getRawData()
String
public void setRawData(java.lang.String value)
value
- allowed object is
String
public int getSearchWindowLen()
public void setSearchWindowLen(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |