Package jaxb

Class Gate


  • public class Gate
    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="start_pos" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="end_pos" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Gate

        public Gate()
    • Method Detail

      • getStartPos

        public float getStartPos()
        Gets the value of the startPos property.
      • setStartPos

        public void setStartPos​(float value)
        Sets the value of the startPos property.
      • getEndPos

        public float getEndPos()
        Gets the value of the endPos property.
      • setEndPos

        public void setEndPos​(float value)
        Sets the value of the endPos property.