webservices
Class TupleExt

java.lang.Object
  extended by webservices.TupleExt

public class TupleExt
extends java.lang.Object

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

offset

protected int offset

stringLen

protected int stringLen

nextChar

protected java.lang.String nextChar

dicEntry

protected Lz77DictEntry dicEntry
Constructor Detail

TupleExt

public TupleExt()
Method Detail

getOffset

public int getOffset()
Gets the value of the offset property.


setOffset

public void setOffset(int value)
Sets the value of the offset property.


getStringLen

public int getStringLen()
Gets the value of the stringLen property.


setStringLen

public void setStringLen(int value)
Sets the value of the stringLen property.


getNextChar

public java.lang.String getNextChar()
Gets the value of the nextChar property.

Returns:
possible object is String

setNextChar

public void setNextChar(java.lang.String value)
Sets the value of the nextChar property.

Parameters:
value - allowed object is String

getDicEntry

public Lz77DictEntry getDicEntry()
Gets the value of the dicEntry property.

Returns:
possible object is Lz77DictEntry

setDicEntry

public void setDicEntry(Lz77DictEntry value)
Sets the value of the dicEntry property.

Parameters:
value - allowed object is Lz77DictEntry