Package jaxb
Class Stage
- java.lang.Object
-
- jaxb.Stage
-
public class Stage 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="phases" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="duration" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Stage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDuration()
Gets the value of the duration property.String
getPhases()
Gets the value of the phases property.void
setDuration(float value)
Sets the value of the duration property.void
setPhases(String value)
Sets the value of the phases property.
-
-
-
Method Detail
-
getPhases
public String getPhases()
Gets the value of the phases property.- Returns:
- possible object is
String
-
setPhases
public void setPhases(String value)
Sets the value of the phases property.- Parameters:
value
- allowed object isString
-
getDuration
public float getDuration()
Gets the value of the duration property.
-
setDuration
public void setDuration(float value)
Sets the value of the duration property.
-
-