public class PathElementType extends Object
Java class for PathElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PathElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="Trackline" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected XMLGregorianCalendar |
end |
protected XMLGregorianCalendar |
start |
protected Double |
trackline |
Constructor and Description |
---|
PathElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
Double |
getTrackline()
Gets the value of the trackline property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
void |
setTrackline(Double value)
Sets the value of the trackline property.
|
protected Double trackline
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected String comment
public Double getTrackline()
Double
public void setTrackline(Double value)
value
- allowed object is
Double
public XMLGregorianCalendar getStart()
XMLGregorianCalendar
public void setStart(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public XMLGregorianCalendar getEnd()
XMLGregorianCalendar
public void setEnd(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public String getComment()
String
Copyright © 2020 Tethys. All rights reserved.