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