|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcuhk.ale.soap.DataSpec
public class DataSpec
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 |
---|
protected int address
protected byte[] databytes
protected int formatID
protected int length
protected java.lang.String tagID
Constructor Detail |
---|
public DataSpec()
Method Detail |
---|
public int getAddress()
public void setAddress(int value)
public byte[] getDatabytes()
public void setDatabytes(byte[] value)
value
- allowed object is
byte[]public int getFormatID()
public void setFormatID(int value)
public int getLength()
public void setLength(int value)
public java.lang.String getTagID()
String
public void setTagID(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |