Package jaxb
Class Gate
- java.lang.Object
-
- jaxb.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 Summary
Constructors Constructor Description Gate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetEndPos()Gets the value of the endPos property.floatgetStartPos()Gets the value of the startPos property.voidsetEndPos(float value)Sets the value of the endPos property.voidsetStartPos(float value)Sets the value of the startPos property.
-
-
-
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.
-
-