|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebservices.TupleExt
public class TupleExt
Java class for tupleExt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tupleExt"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="stringLen" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="nextChar" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dicEntry" type="{http://webservices/}lz77DictEntry" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Lz77DictEntry |
dicEntry
|
protected java.lang.String |
nextChar
|
protected int |
offset
|
protected int |
stringLen
|
Constructor Summary | |
---|---|
TupleExt()
|
Method Summary | |
---|---|
Lz77DictEntry |
getDicEntry()
Gets the value of the dicEntry property. |
java.lang.String |
getNextChar()
Gets the value of the nextChar property. |
int |
getOffset()
Gets the value of the offset property. |
int |
getStringLen()
Gets the value of the stringLen property. |
void |
setDicEntry(Lz77DictEntry value)
Sets the value of the dicEntry property. |
void |
setNextChar(java.lang.String value)
Sets the value of the nextChar property. |
void |
setOffset(int value)
Sets the value of the offset property. |
void |
setStringLen(int value)
Sets the value of the stringLen property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int offset
protected int stringLen
protected java.lang.String nextChar
protected Lz77DictEntry dicEntry
Constructor Detail |
---|
public TupleExt()
Method Detail |
---|
public int getOffset()
public void setOffset(int value)
public int getStringLen()
public void setStringLen(int value)
public java.lang.String getNextChar()
String
public void setNextChar(java.lang.String value)
value
- allowed object is
String
public Lz77DictEntry getDicEntry()
Lz77DictEntry
public void setDicEntry(Lz77DictEntry value)
value
- allowed object is
Lz77DictEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |