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