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

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

public static class PlaceIs.Text
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="uncomfortable" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="inappropriate" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="ok" 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 inappropriate
           
protected  Empty ok
           
protected  Empty uncomfortable
           
protected  Empty unknown
           
 
Constructor Summary
PlaceIs.Text()
           
 
Method Summary
 Empty getInappropriate()
          Gets the value of the inappropriate property.
 Empty getOk()
          Gets the value of the ok property.
 Empty getUncomfortable()
          Gets the value of the uncomfortable property.
 Empty getUnknown()
          Gets the value of the unknown property.
 void setInappropriate(Empty value)
          Sets the value of the inappropriate property.
 void setOk(Empty value)
          Sets the value of the ok property.
 void setUncomfortable(Empty value)
          Sets the value of the uncomfortable 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

uncomfortable

protected Empty uncomfortable

inappropriate

protected Empty inappropriate

ok

protected Empty ok

unknown

protected Empty unknown
Constructor Detail

PlaceIs.Text

public PlaceIs.Text()
Method Detail

getUncomfortable

public Empty getUncomfortable()
Gets the value of the uncomfortable property.

Returns:
possible object is Empty

setUncomfortable

public void setUncomfortable(Empty value)
Sets the value of the uncomfortable property.

Parameters:
value - allowed object is Empty

getInappropriate

public Empty getInappropriate()
Gets the value of the inappropriate property.

Returns:
possible object is Empty

setInappropriate

public void setInappropriate(Empty value)
Sets the value of the inappropriate 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

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 © 2009. All Rights Reserved.