public class MobileDeviceType
extends java.lang.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 java.lang.String |
description |
protected DeviceActivationEnum |
deviceActivation |
protected java.lang.String |
devicePlatform |
protected java.lang.String |
mobileDeviceId |
protected java.lang.String |
phoneNumber |
| Constructor and Description |
|---|
MobileDeviceType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
DeviceActivationEnum |
getDeviceActivation()
Gets the value of the deviceActivation property.
|
java.lang.String |
getDevicePlatform()
Gets the value of the devicePlatform property.
|
java.lang.String |
getMobileDeviceId()
Gets the value of the mobileDeviceId property.
|
java.lang.String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDeviceActivation(DeviceActivationEnum value)
Sets the value of the deviceActivation property.
|
void |
setDevicePlatform(java.lang.String value)
Sets the value of the devicePlatform property.
|
void |
setMobileDeviceId(java.lang.String value)
Sets the value of the mobileDeviceId property.
|
void |
setPhoneNumber(java.lang.String value)
Sets the value of the phoneNumber property.
|
protected java.lang.String mobileDeviceId
protected java.lang.String description
protected java.lang.String phoneNumber
protected java.lang.String devicePlatform
protected DeviceActivationEnum deviceActivation
public java.lang.String getMobileDeviceId()
Stringpublic void setMobileDeviceId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPhoneNumber()
Stringpublic void setPhoneNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDevicePlatform()
Stringpublic void setDevicePlatform(java.lang.String value)
value - allowed object is
Stringpublic DeviceActivationEnum getDeviceActivation()
DeviceActivationEnumpublic void setDeviceActivation(DeviceActivationEnum value)
value - allowed object is
DeviceActivationEnumCopyright © 2018. All Rights Reserved.