Class PacketSideDataType


  • public class PacketSideDataType
    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>
     
    • Field Detail

      • sideDataType

        protected String sideDataType
      • sideDataSize

        protected Integer sideDataSize
    • Constructor Detail

      • PacketSideDataType

        public PacketSideDataType()
    • Method Detail

      • getSideDataType

        public String getSideDataType()
        Gets the value of the sideDataType property.
        Returns:
        possible object is String
      • setSideDataType

        public void setSideDataType​(String value)
        Sets the value of the sideDataType property.
        Parameters:
        value - allowed object is String
      • getSideDataSize

        public Integer getSideDataSize()
        Gets the value of the sideDataSize property.
        Returns:
        possible object is Integer
      • setSideDataSize

        public void setSideDataSize​(Integer value)
        Sets the value of the sideDataSize property.
        Parameters:
        value - allowed object is Integer