public class PacketSideData extends Object
Java class for packetSideDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="packetSideDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="side_data_type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="side_data_size" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
sideDataSize |
protected String |
sideDataType |
Constructor and Description |
---|
PacketSideData() |
Modifier and Type | Method and Description |
---|---|
Integer |
getSideDataSize()
Gets the value of the sideDataSize property.
|
String |
getSideDataType()
Gets the value of the sideDataType property.
|
void |
setSideDataSize(Integer value)
Sets the value of the sideDataSize property.
|
void |
setSideDataType(String value)
Sets the value of the sideDataType property.
|
public String getSideDataType()
String
public void setSideDataType(String value)
value
- allowed object is
String
public Integer getSideDataSize()
Integer
Copyright © 2017. All rights reserved.