Class AdventuresExtension
java.lang.Object
org.bremersee.garmin.adventures.v1.model.ext.AdventuresExtension
- All Implemented Interfaces:
Serializable
Java class for AdventuresExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdventuresExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Adventure" type="{http://www.garmin.com/xmlschemas/AdventuresExtensions/v1}Adventure_t" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/AdventuresExtensions/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adventure property.Gets the value of the extensions property.voidsetAdventure(AdventureT value) Sets the value of the adventure property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
adventure
-
extensions
-
-
Constructor Details
-
AdventuresExtension
public AdventuresExtension()
-
-
Method Details
-
getAdventure
Gets the value of the adventure property.- Returns:
- possible object is
AdventureT
-
setAdventure
Sets the value of the adventure property.- Parameters:
value- allowed object isAdventureT
-
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
-