public class LineSegment 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">
<sequence>
<element ref="{}length"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Length |
length |
protected String |
type |
| Constructor and Description |
|---|
LineSegment() |
| Modifier and Type | Method and Description |
|---|---|
Length |
getLength()
Gets the value of the length property.
|
String |
getType()
Gets the value of the type property.
|
void |
setLength(Length value)
Sets the value of the length property.
|
void |
setType(String value)
Sets the value of the type property.
|
public Length getLength()
Lengthpublic void setLength(Length value)
value - allowed object is
Lengthpublic String getType()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.