Class ActiveItemExtension
java.lang.Object
org.bremersee.garmin.activeitem.v1.model.ext.ActiveItemExtension
- All Implemented Interfaces:
Serializable
Extension to the Garmin Device schema
Java class for ActiveItemExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActiveItemExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActiveItem" type="{http://www.garmin.com/xmlschemas/ActiveItemExtensions/v1}ActiveItem_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/ActiveItemExtensions/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 activeItems property.Gets the value of the extensions property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
activeItems
-
extensions
-
-
Constructor Details
-
ActiveItemExtension
public ActiveItemExtension()
-
-
Method Details
-
getActiveItems
Gets the value of the activeItems 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 activeItems property.For example, to add a new item, do as follows:
getActiveItems().add(newItem);Objects of the following type(s) are allowed in the list
ActiveItemT- Returns:
- The value of the activeItems 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
-