webservices
Class Lz77V02

java.lang.Object
  extended by webservices.Lz77V02

public class Lz77V02
extends java.lang.Object

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

compFactor

protected double compFactor

dict

protected Lz77Dictionary dict

encodedData

protected java.util.List<TupleExt> encodedData

lookAheadWindowLen

protected int lookAheadWindowLen

lz77TestId

protected int lz77TestId

rawData

protected java.lang.String rawData

searchWindowLen

protected int searchWindowLen
Constructor Detail

Lz77V02

public Lz77V02()
Method Detail

getCompFactor

public double getCompFactor()
Gets the value of the compFactor property.


setCompFactor

public void setCompFactor(double value)
Sets the value of the compFactor property.


getDict

public Lz77Dictionary getDict()
Gets the value of the dict property.

Returns:
possible object is Lz77Dictionary

setDict

public void setDict(Lz77Dictionary value)
Sets the value of the dict property.

Parameters:
value - allowed object is Lz77Dictionary

getEncodedData

public java.util.List<TupleExt> getEncodedData()
Gets the value of the encodedData property.

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


getLookAheadWindowLen

public int getLookAheadWindowLen()
Gets the value of the lookAheadWindowLen property.


setLookAheadWindowLen

public void setLookAheadWindowLen(int value)
Sets the value of the lookAheadWindowLen property.


getLz77TestId

public int getLz77TestId()
Gets the value of the lz77TestId property.


setLz77TestId

public void setLz77TestId(int value)
Sets the value of the lz77TestId property.


getRawData

public java.lang.String getRawData()
Gets the value of the rawData property.

Returns:
possible object is String

setRawData

public void setRawData(java.lang.String value)
Sets the value of the rawData property.

Parameters:
value - allowed object is String

getSearchWindowLen

public int getSearchWindowLen()
Gets the value of the searchWindowLen property.


setSearchWindowLen

public void setSearchWindowLen(int value)
Sets the value of the searchWindowLen property.