webservices
Class Lz77DictEntry

java.lang.Object
  extended by webservices.Lz77DictEntry

public class Lz77DictEntry
extends java.lang.Object

Java class for lz77DictEntry complex type.

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

 <complexType name="lz77DictEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="word" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nOccur" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="len" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="pos" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int len
           
protected  int nOccur
           
protected  java.util.List<java.lang.Integer> pos
           
protected  java.lang.String word
           
 
Constructor Summary
Lz77DictEntry()
           
 
Method Summary
 int getLen()
          Gets the value of the len property.
 int getNOccur()
          Gets the value of the nOccur property.
 java.util.List<java.lang.Integer> getPos()
          Gets the value of the pos property.
 java.lang.String getWord()
          Gets the value of the word property.
 void setLen(int value)
          Sets the value of the len property.
 void setNOccur(int value)
          Sets the value of the nOccur property.
 void setWord(java.lang.String value)
          Sets the value of the word property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

word

protected java.lang.String word

nOccur

protected int nOccur

len

protected int len

pos

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

Lz77DictEntry

public Lz77DictEntry()
Method Detail

getWord

public java.lang.String getWord()
Gets the value of the word property.

Returns:
possible object is String

setWord

public void setWord(java.lang.String value)
Sets the value of the word property.

Parameters:
value - allowed object is String

getNOccur

public int getNOccur()
Gets the value of the nOccur property.


setNOccur

public void setNOccur(int value)
Sets the value of the nOccur property.


getLen

public int getLen()
Gets the value of the len property.


setLen

public void setLen(int value)
Sets the value of the len property.


getPos

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

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

    getPos().add(newItem);
 

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