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="TrackId" 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"/>
<element name="FocalArea" 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 String |
focalArea |
protected XMLGregorianCalendar |
start |
protected Double |
trackId |
| 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.
|
String |
getFocalArea()
Gets the value of the focalArea property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
Double |
getTrackId()
Gets the value of the trackId property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setFocalArea(String value)
Sets the value of the focalArea property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
void |
setTrackId(Double value)
Sets the value of the trackId property.
|
protected Double trackId
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected String comment
protected String focalArea
public Double getTrackId()
Doublepublic void setTrackId(Double value)
value - allowed object is
Doublepublic XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getFocalArea()
StringCopyright © 2024 Tethys. All rights reserved.