Class MobileExtension

java.lang.Object
org.bremersee.garmin.mobile.v1.model.ext.MobileExtension
All Implemented Interfaces:
Serializable

public class MobileExtension extends Object implements Serializable
Extension to the Garmin Device schema

Java class for MobileExtension_t complex type.

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


 <complexType name="MobileExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PhoneNumber" type="{http://www.garmin.com/xmlschemas/MobileExtensions/v1}PhoneNumber_t" minOccurs="0"/>
         <element name="IMEI" type="{http://www.garmin.com/xmlschemas/MobileExtensions/v1}IMEI_t" minOccurs="0"/>
         <element name="IMSI" type="{http://www.garmin.com/xmlschemas/MobileExtensions/v1}IMSI_t" minOccurs="0"/>
         <element name="ICCID" type="{http://www.garmin.com/xmlschemas/MobileExtensions/v1}ICCID_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/MobileExtensions/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • phoneNumber

      protected String phoneNumber
    • imei

      protected String imei
    • imsi

      protected String imsi
    • iccid

      protected String iccid
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • MobileExtension

      public MobileExtension()
  • Method Details

    • getPhoneNumber

      public String getPhoneNumber()
      Gets the value of the phoneNumber property.
      Returns:
      possible object is String
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Sets the value of the phoneNumber property.
      Parameters:
      value - allowed object is String
    • getIMEI

      public String getIMEI()
      Gets the value of the imei property.
      Returns:
      possible object is String
    • setIMEI

      public void setIMEI(String value)
      Sets the value of the imei property.
      Parameters:
      value - allowed object is String
    • getIMSI

      public String getIMSI()
      Gets the value of the imsi property.
      Returns:
      possible object is String
    • setIMSI

      public void setIMSI(String value)
      Sets the value of the imsi property.
      Parameters:
      value - allowed object is String
    • getICCID

      public String getICCID()
      Gets the value of the iccid property.
      Returns:
      possible object is String
    • setICCID

      public void setICCID(String value)
      Sets the value of the iccid property.
      Parameters:
      value - allowed object is String
    • 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