public static class Localize.Effort 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Localize.Effort.CoordinateSystem
Java class for anonymous complex type.
|
static class |
Localize.Effort.ReferencedDocuments
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Localize.Effort.CoordinateSystem |
coordinateSystem |
protected Localize.Effort.ReferencedDocuments |
referencedDocuments |
Constructor and Description |
---|
Effort() |
Modifier and Type | Method and Description |
---|---|
Localize.Effort.CoordinateSystem |
getCoordinateSystem()
Gets the value of the coordinateSystem property.
|
Localize.Effort.ReferencedDocuments |
getReferencedDocuments()
Gets the value of the referencedDocuments property.
|
void |
setCoordinateSystem(Localize.Effort.CoordinateSystem value)
Sets the value of the coordinateSystem property.
|
void |
setReferencedDocuments(Localize.Effort.ReferencedDocuments value)
Sets the value of the referencedDocuments property.
|
protected Localize.Effort.CoordinateSystem coordinateSystem
protected Localize.Effort.ReferencedDocuments referencedDocuments
public Localize.Effort.CoordinateSystem getCoordinateSystem()
Localize.Effort.CoordinateSystem
public void setCoordinateSystem(Localize.Effort.CoordinateSystem value)
value
- allowed object is
Localize.Effort.CoordinateSystem
public Localize.Effort.ReferencedDocuments getReferencedDocuments()
Localize.Effort.ReferencedDocuments
public void setReferencedDocuments(Localize.Effort.ReferencedDocuments value)
value
- allowed object is
Localize.Effort.ReferencedDocuments
Copyright © 2020 Tethys. All rights reserved.