cuhk.ale.soap
Class DataSpec

java.lang.Object
  extended by cuhk.ale.soap.DataSpec

public class DataSpec
extends java.lang.Object

Java class for dataSpec complex type.

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

 <complexType name="dataSpec">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="databytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="formatID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="length" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="tagID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int address
           
protected  byte[] databytes
           
protected  int formatID
           
protected  int length
           
protected  java.lang.String tagID
           
 
Constructor Summary
DataSpec()
           
 
Method Summary
 int getAddress()
          Gets the value of the address property.
 byte[] getDatabytes()
          Gets the value of the databytes property.
 int getFormatID()
          Gets the value of the formatID property.
 int getLength()
          Gets the value of the length property.
 java.lang.String getTagID()
          Gets the value of the tagID property.
 void setAddress(int value)
          Sets the value of the address property.
 void setDatabytes(byte[] value)
          Sets the value of the databytes property.
 void setFormatID(int value)
          Sets the value of the formatID property.
 void setLength(int value)
          Sets the value of the length property.
 void setTagID(java.lang.String value)
          Sets the value of the tagID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

protected int address

databytes

protected byte[] databytes

formatID

protected int formatID

length

protected int length

tagID

protected java.lang.String tagID
Constructor Detail

DataSpec

public DataSpec()
Method Detail

getAddress

public int getAddress()
Gets the value of the address property.


setAddress

public void setAddress(int value)
Sets the value of the address property.


getDatabytes

public byte[] getDatabytes()
Gets the value of the databytes property.

Returns:
possible object is byte[]

setDatabytes

public void setDatabytes(byte[] value)
Sets the value of the databytes property.

Parameters:
value - allowed object is byte[]

getFormatID

public int getFormatID()
Gets the value of the formatID property.


setFormatID

public void setFormatID(int value)
Sets the value of the formatID property.


getLength

public int getLength()
Gets the value of the length property.


setLength

public void setLength(int value)
Sets the value of the length property.


getTagID

public java.lang.String getTagID()
Gets the value of the tagID property.

Returns:
possible object is String

setTagID

public void setTagID(java.lang.String value)
Sets the value of the tagID property.

Parameters:
value - allowed object is String