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

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

public class EventPackagestype
extends java.lang.Object

Java class for event-packagestype complex type.

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

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


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

notsupported

protected Eventtypes notsupported
Constructor Detail

EventPackagestype

public EventPackagestype()
Method Detail

getSupported

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

Returns:
possible object is Eventtypes

setSupported

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

Parameters:
value - allowed object is Eventtypes

getNotsupported

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

Returns:
possible object is Eventtypes

setNotsupported

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

Parameters:
value - allowed object is Eventtypes


Copyright © 2011. All Rights Reserved.