org.mobicents.slee.sippresence.pojo.pidf.uacaps
Class Mobilitytypes

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.pidf.uacaps.Mobilitytypes

public class Mobilitytypes
extends java.lang.Object

Java class for mobilitytypes complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="mobilitytypes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fixed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String fixed
           
protected  java.lang.String mobile
           
 
Constructor Summary
Mobilitytypes()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.lang.String getFixed()
          Gets the value of the fixed property.
 java.lang.String getMobile()
          Gets the value of the mobile property.
 void setFixed(java.lang.String value)
          Sets the value of the fixed property.
 void setMobile(java.lang.String value)
          Sets the value of the mobile property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fixed

protected java.lang.String fixed

mobile

protected java.lang.String mobile

any

protected java.util.List<java.lang.Object> any
Constructor Detail

Mobilitytypes

public Mobilitytypes()
Method Detail

getFixed

public java.lang.String getFixed()
Gets the value of the fixed property.

Returns:
possible object is String

setFixed

public void setFixed(java.lang.String value)
Sets the value of the fixed property.

Parameters:
value - allowed object is String

getMobile

public java.lang.String getMobile()
Gets the value of the mobile property.

Returns:
possible object is String

setMobile

public void setMobile(java.lang.String value)
Sets the value of the mobile property.

Parameters:
value - allowed object is String

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object



Copyright © 2011. All Rights Reserved.