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

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

public class Mobilitytype
extends java.lang.Object

Java class for mobilitytype complex type.

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

 <complexType name="mobilitytype">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="supported" type="{urn:ietf:params:xml:ns:pidf:caps}mobilitytypes" minOccurs="0"/>
         <element name="notsupported" type="{urn:ietf:params:xml:ns:pidf:caps}mobilitytypes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Mobilitytypes notsupported
           
protected  Mobilitytypes supported
           
 
Constructor Summary
Mobilitytype()
           
 
Method Summary
 Mobilitytypes getNotsupported()
          Gets the value of the notsupported property.
 Mobilitytypes getSupported()
          Gets the value of the supported property.
 void setNotsupported(Mobilitytypes value)
          Sets the value of the notsupported property.
 void setSupported(Mobilitytypes value)
          Sets the value of the supported property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supported

protected Mobilitytypes supported

notsupported

protected Mobilitytypes notsupported
Constructor Detail

Mobilitytype

public Mobilitytype()
Method Detail

getSupported

public Mobilitytypes getSupported()
Gets the value of the supported property.

Returns:
possible object is Mobilitytypes

setSupported

public void setSupported(Mobilitytypes value)
Sets the value of the supported property.

Parameters:
value - allowed object is Mobilitytypes

getNotsupported

public Mobilitytypes getNotsupported()
Gets the value of the notsupported property.

Returns:
possible object is Mobilitytypes

setNotsupported

public void setNotsupported(Mobilitytypes value)
Sets the value of the notsupported property.

Parameters:
value - allowed object is Mobilitytypes


Copyright © 2011. All Rights Reserved.