public class MobileDeviceType extends Object
Java class for mobileDeviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mobileDeviceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mobileDeviceId">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="phoneNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="devicePlatform" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="deviceActivation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}deviceActivationEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DeviceActivationEnum |
deviceActivation |
protected String |
devicePlatform |
protected String |
mobileDeviceId |
protected String |
phoneNumber |
| Constructor and Description |
|---|
MobileDeviceType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
DeviceActivationEnum |
getDeviceActivation()
Gets the value of the deviceActivation property.
|
String |
getDevicePlatform()
Gets the value of the devicePlatform property.
|
String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeviceActivation(DeviceActivationEnum value)
Sets the value of the deviceActivation property.
|
void |
setDevicePlatform(String value)
Sets the value of the devicePlatform property.
|
void |
setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
protected String mobileDeviceId
protected String description
protected String phoneNumber
protected String devicePlatform
protected DeviceActivationEnum deviceActivation
public String getMobileDeviceId()
Stringpublic void setMobileDeviceId(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getDevicePlatform()
Stringpublic void setDevicePlatform(String value)
value - allowed object is
Stringpublic DeviceActivationEnum getDeviceActivation()
DeviceActivationEnumpublic void setDeviceActivation(DeviceActivationEnum value)
value - allowed object is
DeviceActivationEnumCopyright © 2020. All rights reserved.