|
||||||||||
| 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.Schemestype
public class Schemestype
Java class for schemestype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="schemestype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="supported" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="s" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="notsupported" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="s" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Schemestype.Notsupported
Java class for anonymous complex type. |
static class |
Schemestype.Supported
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Schemestype.Notsupported |
notsupported
|
protected Schemestype.Supported |
supported
|
| Constructor Summary | |
|---|---|
Schemestype()
|
|
| Method Summary | |
|---|---|
Schemestype.Notsupported |
getNotsupported()
Gets the value of the notsupported property. |
Schemestype.Supported |
getSupported()
Gets the value of the supported property. |
void |
setNotsupported(Schemestype.Notsupported value)
Sets the value of the notsupported property. |
void |
setSupported(Schemestype.Supported 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 Schemestype.Supported supported
protected Schemestype.Notsupported notsupported
| Constructor Detail |
|---|
public Schemestype()
| Method Detail |
|---|
public Schemestype.Supported getSupported()
Schemestype.Supportedpublic void setSupported(Schemestype.Supported value)
value - allowed object is
Schemestype.Supportedpublic Schemestype.Notsupported getNotsupported()
Schemestype.Notsupportedpublic void setNotsupported(Schemestype.Notsupported value)
value - allowed object is
Schemestype.Notsupported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||