public static class LocalizationType.Parameters.TargetMotionAnalysis 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 name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XMLGregorianCalendar |
end |
protected XMLGregorianCalendar |
start |
Constructor and Description |
---|
TargetMotionAnalysis() |
Modifier and Type | Method and Description |
---|---|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
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
Copyright © 2024 Tethys. All rights reserved.