Class GarminModeT
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.GarminModeT
- All Implemented Interfaces:
Serializable
Java class for GarminMode_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GarminMode_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Protocols" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Protocols_t"/>
<element name="MemoryRegion" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}MemoryRegion_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected List<MemoryRegionT> protected ProtocolsT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the memoryRegions property.Gets the value of the protocols property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetProtocols(ProtocolsT value) Sets the value of the protocols property.
-
Field Details
-
protocols
-
memoryRegions
-
extensions
-
-
Constructor Details
-
GarminModeT
public GarminModeT()
-
-
Method Details
-
getProtocols
Gets the value of the protocols property.- Returns:
- possible object is
ProtocolsT
-
setProtocols
Sets the value of the protocols property.- Parameters:
value- allowed object isProtocolsT
-
getMemoryRegions
Gets the value of the memoryRegions property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the memoryRegions property.For example, to add a new item, do as follows:
getMemoryRegions().add(newItem);Objects of the following type(s) are allowed in the list
MemoryRegionT- Returns:
- The value of the memoryRegions property.
-
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
-