Package jaxb
Class OutputRequest
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description OutputRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getActuator()
Gets the value of the actuator property.Long
getCommodity()
Gets the value of the commodity property.Long
getController()
Gets the value of the controller property.Float
getDt()
Gets the value of the dt property.String
getModel()
Gets the value of the model property.String
getQuantity()
Gets the value of the quantity property.Long
getSubnetwork()
Gets the value of the subnetwork property.void
setActuator(Long value)
Sets the value of the actuator property.void
setCommodity(Long value)
Sets the value of the commodity property.void
setController(Long value)
Sets the value of the controller property.void
setDt(Float value)
Sets the value of the dt property.void
setModel(String value)
Sets the value of the model property.void
setQuantity(String value)
Sets the value of the quantity property.void
setSubnetwork(Long value)
Sets the value of the subnetwork property.
-
-
-
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 isString
-
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 isString
-
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 isLong
-
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 isLong
-
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 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
-
-