|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.MobileDeviceType
public class MobileDeviceType
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>
| Field Summary | |
|---|---|
protected String |
description
|
protected DeviceActivationEnum |
deviceActivation
|
protected String |
devicePlatform
|
protected String |
mobileDeviceId
|
protected String |
phoneNumber
|
| Constructor Summary | |
|---|---|
MobileDeviceType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String mobileDeviceId
protected String description
protected String phoneNumber
protected String devicePlatform
protected DeviceActivationEnum deviceActivation
| Constructor Detail |
|---|
public MobileDeviceType()
| Method Detail |
|---|
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
DeviceActivationEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||