public class Action 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">
<sequence>
<element name="duration" type="{}positive_double"/>
<element name="cost" type="{}positive_double"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
cost |
protected double |
duration |
protected String |
name |
protected BigInteger |
type |
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost()
Gets the value of the cost property.
|
double |
getDuration()
Gets the value of the duration property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getType()
Gets the value of the type property.
|
void |
setCost(double value)
Sets the value of the cost property.
|
void |
setDuration(double value)
Sets the value of the duration property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(BigInteger value)
Sets the value of the type property.
|
protected double duration
protected double cost
protected BigInteger type
protected String name
public double getDuration()
public void setDuration(double value)
public double getCost()
public void setCost(double value)
public BigInteger getType()
BigIntegerpublic void setType(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
StringCopyright © 2014 VRP-REP. All rights reserved.