Class ProtocolsT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.ProtocolsT
- All Implemented Interfaces:
Serializable
A list of supported protocols and associated data types. This list shows the features a pda supports.
Java class for Protocols_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Protocols_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Link" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}Protocol_t" minOccurs="0"/>
<element name="Application" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}AppProtocol_t" maxOccurs="unbounded"/>
<element name="Transport" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}Protocol_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AppProtocolT> protected ProtocolTprotected ProtocolT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applications property.getLink()Gets the value of the link property.Gets the value of the transport property.voidSets the value of the link property.voidsetTransport(ProtocolT value) Sets the value of the transport property.
-
Field Details
-
link
-
applications
-
transport
-
-
Constructor Details
-
ProtocolsT
public ProtocolsT()
-
-
Method Details
-
getLink
Gets the value of the link property.- Returns:
- possible object is
ProtocolT
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isProtocolT
-
getApplications
Gets the value of the applications 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 applications property.For example, to add a new item, do as follows:
getApplications().add(newItem);Objects of the following type(s) are allowed in the list
AppProtocolT- Returns:
- The value of the applications property.
-
getTransport
Gets the value of the transport property.- Returns:
- possible object is
ProtocolT
-
setTransport
Sets the value of the transport property.- Parameters:
value- allowed object isProtocolT
-