java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.LocationT
All Implemented Interfaces:
Serializable

public class LocationT extends Object implements Serializable

Java class for Location_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Location_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Path" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="BaseName" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="FileExtension" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • path

      protected String path
    • baseName

      protected String baseName
    • fileExtension

      protected String fileExtension
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • LocationT

      public LocationT()
  • Method Details

    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getBaseName

      public String getBaseName()
      Gets the value of the baseName property.
      Returns:
      possible object is String
    • setBaseName

      public void setBaseName(String value)
      Sets the value of the baseName property.
      Parameters:
      value - allowed object is String
    • getFileExtension

      public String getFileExtension()
      Gets the value of the fileExtension property.
      Returns:
      possible object is String
    • setFileExtension

      public void setFileExtension(String value)
      Sets the value of the fileExtension property.
      Parameters:
      value - allowed object is String
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT