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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Localize.Effort.CoordinateReferenceSystem
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.CoordinateReferenceSystem |
coordinateReferenceSystem |
protected int |
dimension |
protected XMLGregorianCalendar |
end |
protected List<String> |
localizationType |
protected Localize.Effort.ReferencedDocuments |
referencedDocuments |
protected XMLGregorianCalendar |
start |
protected String |
timeReference |
| Constructor and Description |
|---|
Effort() |
| Modifier and Type | Method and Description |
|---|---|
Localize.Effort.CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Gets the value of the coordinateReferenceSystem property.
|
int |
getDimension()
Gets the value of the dimension property.
|
XMLGregorianCalendar |
getEnd()
Gets the value of the end property.
|
List<String> |
getLocalizationType()
Gets the value of the localizationType property.
|
Localize.Effort.ReferencedDocuments |
getReferencedDocuments()
Gets the value of the referencedDocuments property.
|
XMLGregorianCalendar |
getStart()
Gets the value of the start property.
|
String |
getTimeReference()
Gets the value of the timeReference property.
|
void |
setCoordinateReferenceSystem(Localize.Effort.CoordinateReferenceSystem value)
Sets the value of the coordinateReferenceSystem property.
|
void |
setDimension(int value)
Sets the value of the dimension property.
|
void |
setEnd(XMLGregorianCalendar value)
Sets the value of the end property.
|
void |
setReferencedDocuments(Localize.Effort.ReferencedDocuments value)
Sets the value of the referencedDocuments property.
|
void |
setStart(XMLGregorianCalendar value)
Sets the value of the start property.
|
void |
setTimeReference(String value)
Sets the value of the timeReference property.
|
protected XMLGregorianCalendar start
protected XMLGregorianCalendar end
protected Localize.Effort.CoordinateReferenceSystem coordinateReferenceSystem
protected String timeReference
protected int dimension
protected Localize.Effort.ReferencedDocuments referencedDocuments
public XMLGregorianCalendar getStart()
XMLGregorianCalendarpublic void setStart(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEnd()
XMLGregorianCalendarpublic void setEnd(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Localize.Effort.CoordinateReferenceSystem getCoordinateReferenceSystem()
Localize.Effort.CoordinateReferenceSystempublic void setCoordinateReferenceSystem(Localize.Effort.CoordinateReferenceSystem value)
value - allowed object is
Localize.Effort.CoordinateReferenceSystempublic List<String> getLocalizationType()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the localizationType property.
For example, to add a new item, do as follows:
getLocalizationType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getTimeReference()
Stringpublic void setTimeReference(String value)
value - allowed object is
Stringpublic int getDimension()
public void setDimension(int value)
public Localize.Effort.ReferencedDocuments getReferencedDocuments()
Localize.Effort.ReferencedDocumentspublic void setReferencedDocuments(Localize.Effort.ReferencedDocuments value)
value - allowed object is
Localize.Effort.ReferencedDocumentsCopyright © 2024 Tethys. All rights reserved.