|
||||||||||
| 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.Prioritytype
public class Prioritytype
Java class for prioritytype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="prioritytype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="supported" type="{urn:ietf:params:xml:ns:pidf:caps}prioritytypes" minOccurs="0"/>
<element name="notsupported" type="{urn:ietf:params:xml:ns:pidf:caps}prioritytypes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Prioritytypes |
notsupported
|
protected Prioritytypes |
supported
|
| Constructor Summary | |
|---|---|
Prioritytype()
|
|
| Method Summary | |
|---|---|
Prioritytypes |
getNotsupported()
Gets the value of the notsupported property. |
Prioritytypes |
getSupported()
Gets the value of the supported property. |
void |
setNotsupported(Prioritytypes value)
Sets the value of the notsupported property. |
void |
setSupported(Prioritytypes 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 Prioritytypes supported
protected Prioritytypes notsupported
| Constructor Detail |
|---|
public Prioritytype()
| Method Detail |
|---|
public Prioritytypes getSupported()
Prioritytypespublic void setSupported(Prioritytypes value)
value - allowed object is
Prioritytypespublic Prioritytypes getNotsupported()
Prioritytypespublic void setNotsupported(Prioritytypes value)
value - allowed object is
Prioritytypes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||