public class Localize 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="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://tethys.sdsu.edu/schema/1.0}DescriptionType" minOccurs="0"/>
<element name="DataSource" type="{http://tethys.sdsu.edu/schema/1.0}DataSourceType"/>
<element name="Algorithm" type="{http://tethys.sdsu.edu/schema/1.0}AlgorithmType"/>
<element name="ResponsibleParty" type="{http://tethys.sdsu.edu/schema/1.0}ResponsibleParty"/>
<element name="UserID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Effort">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CoordinateSystem">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="cartesian"/>
<enumeration value="WGS84"/>
<enumeration value="UTM"/>
</restriction>
</simpleType>
</element>
<element name="Relative" type="{http://tethys.sdsu.edu/schema/1.0}RelativeLocType"/>
<element name="UTM" type="{http://tethys.sdsu.edu/schema/1.0}UTMType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ReferencedDocuments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="Document">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Detections"/>
<enumeration value="Localizations"/>
</restriction>
</simpleType>
</element>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Localizations">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Localization" type="{http://tethys.sdsu.edu/schema/1.0}LocalizationType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Localize.Effort
Java class for anonymous complex type.
|
static class |
Localize.Localizations
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AlgorithmType |
algorithm |
protected DataSourceType |
dataSource |
protected DescriptionType |
description |
protected Localize.Effort |
effort |
protected String |
id |
protected Localize.Localizations |
localizations |
protected ResponsibleParty |
responsibleParty |
protected String |
userID |
| Constructor and Description |
|---|
Localize() |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType |
getAlgorithm()
Gets the value of the algorithm property.
|
DataSourceType |
getDataSource()
Gets the value of the dataSource property.
|
DescriptionType |
getDescription()
Gets the value of the description property.
|
Localize.Effort |
getEffort()
Gets the value of the effort property.
|
String |
getId()
Gets the value of the id property.
|
Localize.Localizations |
getLocalizations()
Gets the value of the localizations property.
|
ResponsibleParty |
getResponsibleParty()
Gets the value of the responsibleParty property.
|
String |
getUserID()
Gets the value of the userID property.
|
void |
setAlgorithm(AlgorithmType value)
Sets the value of the algorithm property.
|
void |
setDataSource(DataSourceType value)
Sets the value of the dataSource property.
|
void |
setDescription(DescriptionType value)
Sets the value of the description property.
|
void |
setEffort(Localize.Effort value)
Sets the value of the effort property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocalizations(Localize.Localizations value)
Sets the value of the localizations property.
|
void |
setResponsibleParty(ResponsibleParty value)
Sets the value of the responsibleParty property.
|
void |
setUserID(String value)
Sets the value of the userID property.
|
protected String id
protected DescriptionType description
protected DataSourceType dataSource
protected AlgorithmType algorithm
protected ResponsibleParty responsibleParty
protected String userID
protected Localize.Effort effort
protected Localize.Localizations localizations
public void setId(String value)
value - allowed object is
Stringpublic DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic DataSourceType getDataSource()
DataSourceTypepublic void setDataSource(DataSourceType value)
value - allowed object is
DataSourceTypepublic AlgorithmType getAlgorithm()
AlgorithmTypepublic void setAlgorithm(AlgorithmType value)
value - allowed object is
AlgorithmTypepublic ResponsibleParty getResponsibleParty()
ResponsiblePartypublic void setResponsibleParty(ResponsibleParty value)
value - allowed object is
ResponsiblePartypublic String getUserID()
Stringpublic void setUserID(String value)
value - allowed object is
Stringpublic Localize.Effort getEffort()
Localize.Effortpublic void setEffort(Localize.Effort value)
value - allowed object is
Localize.Effortpublic Localize.Localizations getLocalizations()
Localize.Localizationspublic void setLocalizations(Localize.Localizations value)
value - allowed object is
Localize.LocalizationsCopyright © 2020 Tethys. All rights reserved.