java.lang.Object
org.bremersee.garmin.garminmobileapppath.v1.model.ext.AppPathExtension
All Implemented Interfaces:
Serializable

public class AppPathExtension extends Object implements Serializable
This type contains a path to the Garmin Mobile executable.

Java class for AppPathExtension_t complex type.

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


 <complexType name="AppPathExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Path" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • path

      protected String path
  • Constructor Details

    • AppPathExtension

      public AppPathExtension()
  • 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