Class LocationT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.LocationT
- All Implemented Interfaces:
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/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ExtensionsTprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseName property.Gets the value of the extensions property.Gets the value of the fileExtension property.getPath()Gets the value of the path property.voidsetBaseName(String value) Sets the value of the baseName property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetFileExtension(String value) Sets the value of the fileExtension property.voidSets the value of the path property.
-
Field Details
-
path
-
baseName
-
fileExtension
-
extensions
-
-
Constructor Details
-
LocationT
public LocationT()
-
-
Method Details
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getBaseName
Gets the value of the baseName property.- Returns:
- possible object is
String
-
setBaseName
Sets the value of the baseName property.- Parameters:
value- allowed object isString
-
getFileExtension
Gets the value of the fileExtension property.- Returns:
- possible object is
String
-
setFileExtension
Sets the value of the fileExtension property.- Parameters:
value- allowed object isString
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-