Class ActiveItemT
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.ext.ActiveItemT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the locations property.getName()Gets the value of the name property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the name property.
-
Field Details
-
name
-
locations
-
extensions
-
-
Constructor Details
-
ActiveItemT
public ActiveItemT()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
setmethod 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
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
-