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

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

public class Schemestype
extends java.lang.Object

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

supported

protected Schemestype.Supported supported

notsupported

protected Schemestype.Notsupported notsupported
Constructor Detail

Schemestype

public Schemestype()
Method Detail

getSupported

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

Returns:
possible object is Schemestype.Supported

setSupported

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

Parameters:
value - allowed object is Schemestype.Supported

getNotsupported

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

Returns:
possible object is Schemestype.Notsupported

setNotsupported

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

Parameters:
value - allowed object is Schemestype.Notsupported


Copyright © 2011. All Rights Reserved.