Package jaxb

Class 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 Detail

      • Stage

        public Stage()
    • 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 is String
      • getDuration

        public float getDuration()
        Gets the value of the duration property.
      • setDuration

        public void setDuration​(float value)
        Sets the value of the duration property.