Package jaxb

Class OutputRequest


  • public class OutputRequest
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="quantity" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="model" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="commodity" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="controller" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="actuator" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="subnetwork" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OutputRequest

        public OutputRequest()
    • Method Detail

      • getQuantity

        public String getQuantity()
        Gets the value of the quantity property.
        Returns:
        possible object is String
      • setQuantity

        public void setQuantity​(String value)
        Sets the value of the quantity property.
        Parameters:
        value - allowed object is String
      • getModel

        public String getModel()
        Gets the value of the model property.
        Returns:
        possible object is String
      • setModel

        public void setModel​(String value)
        Sets the value of the model property.
        Parameters:
        value - allowed object is String
      • getCommodity

        public Long getCommodity()
        Gets the value of the commodity property.
        Returns:
        possible object is Long
      • setCommodity

        public void setCommodity​(Long value)
        Sets the value of the commodity property.
        Parameters:
        value - allowed object is Long
      • getController

        public Long getController()
        Gets the value of the controller property.
        Returns:
        possible object is Long
      • setController

        public void setController​(Long value)
        Sets the value of the controller property.
        Parameters:
        value - allowed object is Long
      • getActuator

        public Long getActuator()
        Gets the value of the actuator property.
        Returns:
        possible object is Long
      • setActuator

        public void setActuator​(Long value)
        Sets the value of the actuator property.
        Parameters:
        value - allowed object is Long
      • getSubnetwork

        public Long getSubnetwork()
        Gets the value of the subnetwork property.
        Returns:
        possible object is Long
      • setSubnetwork

        public void setSubnetwork​(Long value)
        Sets the value of the subnetwork property.
        Parameters:
        value - allowed object is Long
      • getDt

        public Float getDt()
        Gets the value of the dt property.
        Returns:
        possible object is Float
      • setDt

        public void setDt​(Float value)
        Sets the value of the dt property.
        Parameters:
        value - allowed object is Float