Class ProtocolsT

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

public class ProtocolsT extends Object implements 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/v2}Protocol_t" minOccurs="0"/>
         <element name="Application" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}AppProtocol_t" maxOccurs="unbounded"/>
         <element name="Transport" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Protocol_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ProtocolsT

      public ProtocolsT()
  • Method Details

    • getLink

      public ProtocolT getLink()
      Gets the value of the link property.
      Returns:
      possible object is ProtocolT
    • setLink

      public void setLink(ProtocolT value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is ProtocolT
    • getApplications

      public List<AppProtocolT> 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 set method 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

      public ProtocolT getTransport()
      Gets the value of the transport property.
      Returns:
      possible object is ProtocolT
    • setTransport

      public void setTransport(ProtocolT value)
      Sets the value of the transport property.
      Parameters:
      value - allowed object is ProtocolT