Class UnlockCodeT

java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.UnlockCodeT
All Implemented Interfaces:
Serializable

public class UnlockCodeT extends Object implements Serializable
A unlock code and it's comment.

Java class for UnlockCode_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="UnlockCode_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}Code_t"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • code

      protected String code
    • comment

      protected String comment
  • Constructor Details

    • UnlockCodeT

      public UnlockCodeT()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String