Class ProtocolT
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.ProtocolT
- All Implemented Interfaces:
Serializable
A protocol number.
Java class for Protocol_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Protocol_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
protected int id
-
-
Constructor Details
-
ProtocolT
public ProtocolT()
-
-
Method Details
-
getId
public int getId()Gets the value of the id property. -
setId
public void setId(int value) Sets the value of the id property.
-