public static class LocalizationType.Parameters 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="TargetMotionAnalysis" minOccurs="0"> <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> </element> <element name="UserDefined" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any processContents='skip' namespace='http://tethys.sdsu.edu/schema/1.0' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
LocalizationType.Parameters.TargetMotionAnalysis
Java class for anonymous complex type.
|
static class |
LocalizationType.Parameters.UserDefined
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected LocalizationType.Parameters.TargetMotionAnalysis |
targetMotionAnalysis |
protected LocalizationType.Parameters.UserDefined |
userDefined |
Constructor and Description |
---|
Parameters() |
Modifier and Type | Method and Description |
---|---|
LocalizationType.Parameters.TargetMotionAnalysis |
getTargetMotionAnalysis()
Gets the value of the targetMotionAnalysis property.
|
LocalizationType.Parameters.UserDefined |
getUserDefined()
Gets the value of the userDefined property.
|
void |
setTargetMotionAnalysis(LocalizationType.Parameters.TargetMotionAnalysis value)
Sets the value of the targetMotionAnalysis property.
|
void |
setUserDefined(LocalizationType.Parameters.UserDefined value)
Sets the value of the userDefined property.
|
protected LocalizationType.Parameters.TargetMotionAnalysis targetMotionAnalysis
protected LocalizationType.Parameters.UserDefined userDefined
public LocalizationType.Parameters.TargetMotionAnalysis getTargetMotionAnalysis()
LocalizationType.Parameters.TargetMotionAnalysis
public void setTargetMotionAnalysis(LocalizationType.Parameters.TargetMotionAnalysis value)
value
- allowed object is
LocalizationType.Parameters.TargetMotionAnalysis
public LocalizationType.Parameters.UserDefined getUserDefined()
LocalizationType.Parameters.UserDefined
public void setUserDefined(LocalizationType.Parameters.UserDefined value)
value
- allowed object is
LocalizationType.Parameters.UserDefined
Copyright © 2024 Tethys. All rights reserved.