Class MobileExtension
java.lang.Object
org.bremersee.garmin.mobile.v1.model.ext.MobileExtension
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.getICCID()Gets the value of the iccid property.getIMEI()Gets the value of the imei property.getIMSI()Gets the value of the imsi property.Gets the value of the phoneNumber property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the iccid property.voidSets the value of the imei property.voidSets the value of the imsi property.voidsetPhoneNumber(String value) Sets the value of the phoneNumber property.
-
Field Details
-
phoneNumber
-
imei
-
imsi
-
iccid
-
extensions
-
-
Constructor Details
-
MobileExtension
public MobileExtension()
-
-
Method Details
-
getPhoneNumber
Gets the value of the phoneNumber property.- Returns:
- possible object is
String
-
setPhoneNumber
Sets the value of the phoneNumber property.- Parameters:
value- allowed object isString
-
getIMEI
Gets the value of the imei property.- Returns:
- possible object is
String
-
setIMEI
Sets the value of the imei property.- Parameters:
value- allowed object isString
-
getIMSI
Gets the value of the imsi property.- Returns:
- possible object is
String
-
setIMSI
Sets the value of the imsi property.- Parameters:
value- allowed object isString
-
getICCID
Gets the value of the iccid property.- Returns:
- possible object is
String
-
setICCID
Sets the value of the iccid property.- Parameters:
value- allowed object isString
-
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
-