webservices
Class ExpLZ77

java.lang.Object
  extended by webservices.Exp
      extended by webservices.ExpLZ77

public class ExpLZ77
extends Exp

Java class for expLZ77 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="expLZ77">
   <complexContent>
     <extension base="{http://webservices/}exp">
       <sequence>
         <element name="aheadWinLen" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
         <element name="LZ77compressions" type="{http://webservices/}lz77V02" maxOccurs="unbounded" minOccurs="0"/>
         <element name="searchWinLen" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Integer> aheadWinLen
           
protected  java.util.List<Lz77V02> lz77Compressions
           
protected  java.util.List<java.lang.Integer> searchWinLen
           
 
Fields inherited from class webservices.Exp
gen
 
Constructor Summary
ExpLZ77()
           
 
Method Summary
 java.util.List<java.lang.Integer> getAheadWinLen()
          Gets the value of the aheadWinLen property.
 java.util.List<Lz77V02> getLZ77Compressions()
          Gets the value of the lz77Compressions property.
 java.util.List<java.lang.Integer> getSearchWinLen()
          Gets the value of the searchWinLen property.
 
Methods inherited from class webservices.Exp
getGen, setGen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aheadWinLen

protected java.util.List<java.lang.Integer> aheadWinLen

lz77Compressions

protected java.util.List<Lz77V02> lz77Compressions

searchWinLen

protected java.util.List<java.lang.Integer> searchWinLen
Constructor Detail

ExpLZ77

public ExpLZ77()
Method Detail

getAheadWinLen

public java.util.List<java.lang.Integer> getAheadWinLen()
Gets the value of the aheadWinLen 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 aheadWinLen property.

For example, to add a new item, do as follows:

    getAheadWinLen().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer


getLZ77Compressions

public java.util.List<Lz77V02> getLZ77Compressions()
Gets the value of the lz77Compressions 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 lz77Compressions property.

For example, to add a new item, do as follows:

    getLZ77Compressions().add(newItem);
 

Objects of the following type(s) are allowed in the list Lz77V02


getSearchWinLen

public java.util.List<java.lang.Integer> getSearchWinLen()
Gets the value of the searchWinLen 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 searchWinLen property.

For example, to add a new item, do as follows:

    getSearchWinLen().add(newItem);
 

Objects of the following type(s) are allowed in the list Integer