Package jaxb

Class Demand


  • public class Demand
    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="commodity_id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="link_id" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="subnetwork" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="start_time" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="dt" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Demand

        public Demand()
    • Method Detail

      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getCommodityId

        public long getCommodityId()
        Gets the value of the commodityId property.
      • setCommodityId

        public void setCommodityId​(long value)
        Sets the value of the commodityId property.
      • getLinkId

        public Long getLinkId()
        Gets the value of the linkId property.
        Returns:
        possible object is Long
      • setLinkId

        public void setLinkId​(Long value)
        Sets the value of the linkId 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
      • getStartTime

        public float getStartTime()
        Gets the value of the startTime property.
        Returns:
        possible object is Float
      • setStartTime

        public void setStartTime​(Float value)
        Sets the value of the startTime property.
        Parameters:
        value - allowed object is Float
      • 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