Class GarminModeT

java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.GarminModeT
All Implemented Interfaces:
Serializable

public class GarminModeT extends Object implements 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 Details

  • Constructor Details

    • GarminModeT

      public GarminModeT()
  • Method Details

    • getProtocols

      public ProtocolsT getProtocols()
      Gets the value of the protocols property.
      Returns:
      possible object is ProtocolsT
    • setProtocols

      public void setProtocols(ProtocolsT value)
      Sets the value of the protocols property.
      Parameters:
      value - allowed object is ProtocolsT
    • getMemoryRegions

      public List<MemoryRegionT> 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 set method 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

      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