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 LonggetActuator()Gets the value of the actuator property.LonggetCommodity()Gets the value of the commodity property.LonggetController()Gets the value of the controller property.FloatgetDt()Gets the value of the dt property.StringgetModel()Gets the value of the model property.StringgetQuantity()Gets the value of the quantity property.LonggetSubnetwork()Gets the value of the subnetwork property.voidsetActuator(Long value)Sets the value of the actuator property.voidsetCommodity(Long value)Sets the value of the commodity property.voidsetController(Long value)Sets the value of the controller property.voidsetDt(Float value)Sets the value of the dt property.voidsetModel(String value)Sets the value of the model property.voidsetQuantity(String value)Sets the value of the quantity property.voidsetSubnetwork(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
-
-