org.mobicents.slee.sippresence.pojo.pidf.uacaps
Class Languagestype

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.pidf.uacaps.Languagestype

public class Languagestype
extends java.lang.Object

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

supported

protected Languagestype.Supported supported

notsupported

protected Languagestype.Notsupported notsupported
Constructor Detail

Languagestype

public Languagestype()
Method Detail

getSupported

public Languagestype.Supported getSupported()
Gets the value of the supported property.

Returns:
possible object is Languagestype.Supported

setSupported

public void setSupported(Languagestype.Supported value)
Sets the value of the supported property.

Parameters:
value - allowed object is Languagestype.Supported

getNotsupported

public Languagestype.Notsupported getNotsupported()
Gets the value of the notsupported property.

Returns:
possible object is Languagestype.Notsupported

setNotsupported

public void setNotsupported(Languagestype.Notsupported value)
Sets the value of the notsupported property.

Parameters:
value - allowed object is Languagestype.Notsupported


Copyright © 2011. All Rights Reserved.