Package jaxb
Class Demand
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description Demand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCommodityId()
Gets the value of the commodityId property.String
getContent()
Gets the value of the content property.Float
getDt()
Gets the value of the dt property.Long
getLinkId()
Gets the value of the linkId property.float
getStartTime()
Gets the value of the startTime property.Long
getSubnetwork()
Gets the value of the subnetwork property.void
setCommodityId(long value)
Sets the value of the commodityId property.void
setContent(String value)
Sets the value of the content property.void
setDt(Float value)
Sets the value of the dt property.void
setLinkId(Long value)
Sets the value of the linkId property.void
setStartTime(Float value)
Sets the value of the startTime property.void
setSubnetwork(Long value)
Sets the value of the subnetwork property.
-
-
-
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 isString
-
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 isLong
-
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 isLong
-
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 isFloat
-
-