Class UnlockCodeT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.UnlockCodeT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the comment property.voidSets the value of the code property.voidsetComment(String value) Sets the value of the comment property.
-
Field Details
-
code
-
comment
-
-
Constructor Details
-
UnlockCodeT
public UnlockCodeT()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-