Class MemoryRegionT

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

public class MemoryRegionT extends Object implements 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 Details

    • id

      protected short id
    • version

      protected VersionT version
    • description

      protected String description
    • partNumber

      protected String partNumber
    • isErased

      protected Boolean isErased
    • isRemoved

      protected Boolean isRemoved
    • isUserUpdateable

      protected Boolean isUserUpdateable
    • extensions

      protected ExtensionsT 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

      public VersionT getVersion()
      Gets the value of the version property.
      Returns:
      possible object is VersionT
    • setVersion

      public void setVersion(VersionT value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is VersionT
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getPartNumber

      public String getPartNumber()
      Gets the value of the partNumber property.
      Returns:
      possible object is String
    • setPartNumber

      public void setPartNumber(String value)
      Sets the value of the partNumber property.
      Parameters:
      value - allowed object is String
    • isIsErased

      public Boolean isIsErased()
      Gets the value of the isErased property.
      Returns:
      possible object is Boolean
    • setIsErased

      public void setIsErased(Boolean value)
      Sets the value of the isErased property.
      Parameters:
      value - allowed object is Boolean
    • isIsRemoved

      public Boolean isIsRemoved()
      Gets the value of the isRemoved property.
      Returns:
      possible object is Boolean
    • setIsRemoved

      public void setIsRemoved(Boolean value)
      Sets the value of the isRemoved property.
      Parameters:
      value - allowed object is Boolean
    • isIsUserUpdateable

      public Boolean isIsUserUpdateable()
      Gets the value of the isUserUpdateable property.
      Returns:
      possible object is Boolean
    • setIsUserUpdateable

      public void setIsUserUpdateable(Boolean value)
      Sets the value of the isUserUpdateable property.
      Parameters:
      value - allowed object is Boolean
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT