Class AppProtocolT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.AppProtocolT
- All Implemented Interfaces:
Serializable
An application protocol shows what applications are supported.
Java class for AppProtocol_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppProtocol_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataType" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Details
-
dataTypes
-
id
protected int id
-
-
Constructor Details
-
AppProtocolT
public AppProtocolT()
-
-
Method Details
-
getDataTypes
Gets the value of the dataTypes 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 dataTypes property.For example, to add a new item, do as follows:
getDataTypes().add(newItem);Objects of the following type(s) are allowed in the list
Integer- Returns:
- The value of the dataTypes property.
-
getId
public int getId()Gets the value of the id property. -
setId
public void setId(int value) Sets the value of the id property.
-