Class MemoryRegionT
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.MemoryRegionT
- All Implemented Interfaces:
Serializable
Java class for MemoryRegion_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MemoryRegion_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
<element name="Version" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Version_t" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PartNumber" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}PartNumber_t" minOccurs="0"/>
<element name="IsErased" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsRemoved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsUserUpdateable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the extensions property.shortgetId()Gets the value of the id property.Gets the value of the partNumber property.Gets the value of the version property.Gets the value of the isErased property.Gets the value of the isRemoved property.Gets the value of the isUserUpdateable property.voidsetDescription(String value) Sets the value of the description property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetId(short value) Sets the value of the id property.voidsetIsErased(Boolean value) Sets the value of the isErased property.voidsetIsRemoved(Boolean value) Sets the value of the isRemoved property.voidsetIsUserUpdateable(Boolean value) Sets the value of the isUserUpdateable property.voidsetPartNumber(String value) Sets the value of the partNumber property.voidsetVersion(VersionT value) Sets the value of the version property.
-
Field Details
-
id
protected short id -
version
-
description
-
partNumber
-
isErased
-
isRemoved
-
isUserUpdateable
-
extensions
-
-
Constructor Details
-
MemoryRegionT
public MemoryRegionT()
-
-
Method Details
-
getId
public short getId()Gets the value of the id property. -
setId
public void setId(short value) Sets the value of the id property. -
getVersion
Gets the value of the version property.- Returns:
- possible object is
VersionT
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isVersionT
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getPartNumber
Gets the value of the partNumber property.- Returns:
- possible object is
String
-
setPartNumber
Sets the value of the partNumber property.- Parameters:
value- allowed object isString
-
isIsErased
Gets the value of the isErased property.- Returns:
- possible object is
Boolean
-
setIsErased
Sets the value of the isErased property.- Parameters:
value- allowed object isBoolean
-
isIsRemoved
Gets the value of the isRemoved property.- Returns:
- possible object is
Boolean
-
setIsRemoved
Sets the value of the isRemoved property.- Parameters:
value- allowed object isBoolean
-
isIsUserUpdateable
Gets the value of the isUserUpdateable property.- Returns:
- possible object is
Boolean
-
setIsUserUpdateable
Sets the value of the isUserUpdateable property.- Parameters:
value- allowed object isBoolean
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-