|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.pidf.uacaps.EventPackagestype
public class EventPackagestype
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 |
|---|
protected Eventtypes supported
protected Eventtypes notsupported
| Constructor Detail |
|---|
public EventPackagestype()
| Method Detail |
|---|
public Eventtypes getSupported()
Eventtypespublic void setSupported(Eventtypes value)
value - allowed object is
Eventtypespublic Eventtypes getNotsupported()
Eventtypespublic void setNotsupported(Eventtypes value)
value - allowed object is
Eventtypes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||