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="QualityAssurance" type="{http://tethys.sdsu.edu/schema/1.0}QualityAssuranceProcessType" minOccurs="0"/> <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="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="CoordinateReferenceSystem"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Subtype"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Geographic"/> <enumeration value="Derived"/> <enumeration value="Engineering"/> </restriction> </simpleType> </element> <element name="Name"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="WGS84"/> <enumeration value="UTM"/> <enumeration value="Cartesian"/> <enumeration value="Polar"/> <enumeration value="Spherical"/> <enumeration value="Cylindrical"/> <enumeration value="Range"/> <enumeration value="PerpendicularRange"/> </restriction> </simpleType> </element> <element name="ReferenceFrame" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Anchor"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="UTMZone"/> <enumeration value="WGS84"/> <enumeration value="instrument"/> </restriction> </simpleType> </element> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}LatitudeValueType" minOccurs="0"/> <element name="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}LongitudeValueType" minOccurs="0"/> <element name="UTMZone" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="\d?\d[NS]"/> </restriction> </simpleType> </element> <element name="Datum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="LocalizationType" maxOccurs="unbounded"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Bearing"/> <enumeration value="PerpendicularRange"/> <enumeration value="Point"/> <enumeration value="Range"/> <enumeration value="Track"/> </restriction> </simpleType> </element> <element name="TimeReference"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="absolute"/> <enumeration value="channel"/> <enumeration value="relative"/> <enumeration value="beam"/> </restriction> </simpleType> </element> <element name="Dimension" type="{http://www.w3.org/2001/XMLSchema}int"/> <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" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="BespokeData" type="{http://tethys.sdsu.edu/schema/1.0}BespokeDataType" minOccurs="0"/> <element name="MetadataInfo" type="{http://tethys.sdsu.edu/schema/1.0}MetadataInfo" minOccurs="0"/> </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 BespokeDataType |
bespokeData |
protected DataSourceType |
dataSource |
protected DescriptionType |
description |
protected Localize.Effort |
effort |
protected String |
id |
protected Localize.Localizations |
localizations |
protected MetadataInfo |
metadataInfo |
protected QualityAssuranceProcessType |
qualityAssurance |
protected String |
userId |
Constructor and Description |
---|
Localize() |
Modifier and Type | Method and Description |
---|---|
AlgorithmType |
getAlgorithm()
Gets the value of the algorithm property.
|
BespokeDataType |
getBespokeData()
Gets the value of the bespokeData 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.
|
MetadataInfo |
getMetadataInfo()
Gets the value of the metadataInfo property.
|
QualityAssuranceProcessType |
getQualityAssurance()
Gets the value of the qualityAssurance property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setAlgorithm(AlgorithmType value)
Sets the value of the algorithm property.
|
void |
setBespokeData(BespokeDataType value)
Sets the value of the bespokeData 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 |
setMetadataInfo(MetadataInfo value)
Sets the value of the metadataInfo property.
|
void |
setQualityAssurance(QualityAssuranceProcessType value)
Sets the value of the qualityAssurance 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 QualityAssuranceProcessType qualityAssurance
protected String userId
protected Localize.Effort effort
protected Localize.Localizations localizations
protected BespokeDataType bespokeData
protected MetadataInfo metadataInfo
public void setId(String value)
value
- allowed object is
String
public DescriptionType getDescription()
DescriptionType
public void setDescription(DescriptionType value)
value
- allowed object is
DescriptionType
public DataSourceType getDataSource()
DataSourceType
public void setDataSource(DataSourceType value)
value
- allowed object is
DataSourceType
public AlgorithmType getAlgorithm()
AlgorithmType
public void setAlgorithm(AlgorithmType value)
value
- allowed object is
AlgorithmType
public QualityAssuranceProcessType getQualityAssurance()
QualityAssuranceProcessType
public void setQualityAssurance(QualityAssuranceProcessType value)
value
- allowed object is
QualityAssuranceProcessType
public String getUserId()
String
public void setUserId(String value)
value
- allowed object is
String
public Localize.Effort getEffort()
Localize.Effort
public void setEffort(Localize.Effort value)
value
- allowed object is
Localize.Effort
public Localize.Localizations getLocalizations()
Localize.Localizations
public void setLocalizations(Localize.Localizations value)
value
- allowed object is
Localize.Localizations
public BespokeDataType getBespokeData()
BespokeDataType
public void setBespokeData(BespokeDataType value)
value
- allowed object is
BespokeDataType
public MetadataInfo getMetadataInfo()
MetadataInfo
public void setMetadataInfo(MetadataInfo value)
value
- allowed object is
MetadataInfo
Copyright © 2024 Tethys. All rights reserved.