|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.Lz77DictEntry
public class Lz77DictEntry
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 |
---|
protected java.lang.String word
protected int nOccur
protected int len
protected java.util.List<java.lang.Integer> pos
Constructor Detail |
---|
public Lz77DictEntry()
Method Detail |
---|
public java.lang.String getWord()
String
public void setWord(java.lang.String value)
value
- allowed object is
String
public int getNOccur()
public void setNOccur(int value)
public int getLen()
public void setLen(int value)
public java.util.List<java.lang.Integer> getPos()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |