Class 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 Detail

      • mobileDeviceId

        protected String mobileDeviceId
      • description

        protected String description
      • phoneNumber

        protected String phoneNumber
      • devicePlatform

        protected String devicePlatform
    • 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