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

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

public class Extensionstype
extends java.lang.Object

Java class for extensionstype complex type.

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

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


Field Summary
protected  Extensiontypes notsupported
           
protected  Extensiontypes supported
           
 
Constructor Summary
Extensionstype()
           
 
Method Summary
 Extensiontypes getNotsupported()
          Gets the value of the notsupported property.
 Extensiontypes getSupported()
          Gets the value of the supported property.
 void setNotsupported(Extensiontypes value)
          Sets the value of the notsupported property.
 void setSupported(Extensiontypes 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 Extensiontypes supported

notsupported

protected Extensiontypes notsupported
Constructor Detail

Extensionstype

public Extensionstype()
Method Detail

getSupported

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

Returns:
possible object is Extensiontypes

setSupported

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

Parameters:
value - allowed object is Extensiontypes

getNotsupported

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

Returns:
possible object is Extensiontypes

setNotsupported

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

Parameters:
value - allowed object is Extensiontypes


Copyright © 2011. All Rights Reserved.