|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vrprep.model.instance.Action
public class Action
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>
| Field Summary | |
|---|---|
protected double |
cost
|
protected double |
duration
|
protected String |
name
|
protected BigInteger |
type
|
| Constructor Summary | |
|---|---|
Action()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double duration
protected double cost
protected BigInteger type
protected String name
| Constructor Detail |
|---|
public Action()
| Method Detail |
|---|
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()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||