org.mobicents.slee.sippresence.pojo.rpid
Class PlaceIs.Audio

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.rpid.PlaceIs.Audio
Enclosing class:
PlaceIs

public static class PlaceIs.Audio
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="noisy" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="ok" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="quiet" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="unknown" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Empty noisy
           
protected  Empty ok
           
protected  Empty quiet
           
protected  Empty unknown
           
 
Constructor Summary
PlaceIs.Audio()
           
 
Method Summary
 Empty getNoisy()
          Gets the value of the noisy property.
 Empty getOk()
          Gets the value of the ok property.
 Empty getQuiet()
          Gets the value of the quiet property.
 Empty getUnknown()
          Gets the value of the unknown property.
 void setNoisy(Empty value)
          Sets the value of the noisy property.
 void setOk(Empty value)
          Sets the value of the ok property.
 void setQuiet(Empty value)
          Sets the value of the quiet property.
 void setUnknown(Empty value)
          Sets the value of the unknown property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noisy

protected Empty noisy

ok

protected Empty ok

quiet

protected Empty quiet

unknown

protected Empty unknown
Constructor Detail

PlaceIs.Audio

public PlaceIs.Audio()
Method Detail

getNoisy

public Empty getNoisy()
Gets the value of the noisy property.

Returns:
possible object is Empty

setNoisy

public void setNoisy(Empty value)
Sets the value of the noisy property.

Parameters:
value - allowed object is Empty

getOk

public Empty getOk()
Gets the value of the ok property.

Returns:
possible object is Empty

setOk

public void setOk(Empty value)
Sets the value of the ok property.

Parameters:
value - allowed object is Empty

getQuiet

public Empty getQuiet()
Gets the value of the quiet property.

Returns:
possible object is Empty

setQuiet

public void setQuiet(Empty value)
Sets the value of the quiet property.

Parameters:
value - allowed object is Empty

getUnknown

public Empty getUnknown()
Gets the value of the unknown property.

Returns:
possible object is Empty

setUnknown

public void setUnknown(Empty value)
Sets the value of the unknown property.

Parameters:
value - allowed object is Empty


Copyright © 2008. All Rights Reserved.