Class AdventureT
java.lang.Object
org.bremersee.garmin.adventures.v1.model.ext.AdventureT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.getId()Gets the value of the id property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the id property.
-
Field Details
-
id
-
extensions
-
-
Constructor Details
-
AdventureT
public AdventureT()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id 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
-