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

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

public class Classtype
extends java.lang.Object

Java class for classtype complex type.

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

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


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

notsupported

protected Classtypes notsupported
Constructor Detail

Classtype

public Classtype()
Method Detail

getSupported

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

Returns:
possible object is Classtypes

setSupported

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

Parameters:
value - allowed object is Classtypes

getNotsupported

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

Returns:
possible object is Classtypes

setNotsupported

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

Parameters:
value - allowed object is Classtypes


Copyright © 2011. All Rights Reserved.