net.authorize.api.contract.v1
Class MobileDeviceType

java.lang.Object
  extended by net.authorize.api.contract.v1.MobileDeviceType

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>
 


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

mobileDeviceId

protected String mobileDeviceId

description

protected String description

phoneNumber

protected String phoneNumber

devicePlatform

protected String devicePlatform

deviceActivation

protected DeviceActivationEnum deviceActivation
Constructor Detail

MobileDeviceType

public MobileDeviceType()
Method Detail

getMobileDeviceId

public String getMobileDeviceId()
Gets the value of the mobileDeviceId property.

Returns:
possible object is String

setMobileDeviceId

public void setMobileDeviceId(String value)
Sets the value of the mobileDeviceId property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

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

getDevicePlatform

public String getDevicePlatform()
Gets the value of the devicePlatform property.

Returns:
possible object is String

setDevicePlatform

public void setDevicePlatform(String value)
Sets the value of the devicePlatform property.

Parameters:
value - allowed object is String

getDeviceActivation

public DeviceActivationEnum getDeviceActivation()
Gets the value of the deviceActivation property.

Returns:
possible object is DeviceActivationEnum

setDeviceActivation

public void setDeviceActivation(DeviceActivationEnum value)
Sets the value of the deviceActivation property.

Parameters:
value - allowed object is DeviceActivationEnum


Copyright © 2014. All Rights Reserved.