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