|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.Exp
webservices.ExpLZ77
public class ExpLZ77
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 |
---|
protected java.util.List<java.lang.Integer> aheadWinLen
protected java.util.List<Lz77V02> lz77Compressions
protected java.util.List<java.lang.Integer> searchWinLen
Constructor Detail |
---|
public ExpLZ77()
Method Detail |
---|
public java.util.List<java.lang.Integer> getAheadWinLen()
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
public java.util.List<Lz77V02> getLZ77Compressions()
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
public java.util.List<java.lang.Integer> getSearchWinLen()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |