java.lang.Object
org.bremersee.garmin.adventures.v1.model.ext.AdventureT
All Implemented Interfaces:
Serializable

public class AdventureT extends Object implements Serializable

Java class for Adventure_t complex type.

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


 <complexType name="Adventure_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/AdventuresExtensions/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • AdventureT

      public AdventureT()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id 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