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

public class ActiveItemT extends Object implements Serializable

Java class for ActiveItem_t complex type.

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


 <complexType name="ActiveItem_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.garmin.com/xmlschemas/GarminDeviceExtensions/v2}NonZeroToken_t"/>
         <element name="Location" type="{http://www.garmin.com/xmlschemas/GarminDeviceExtensions/v2}Location_t" maxOccurs="unbounded"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDeviceExtensions/v2}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ActiveItemT

      public ActiveItemT()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLocations

      public List<LocationT> getLocations()
      Gets the value of the locations 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 locations property.

      For example, to add a new item, do as follows:

          getLocations().add(newItem);
       

      Objects of the following type(s) are allowed in the list LocationT

      Returns:
      The value of the locations 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