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

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

public static class PlaceIs.Video
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="toobright" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="ok" type="{urn:ietf:params:xml:ns:pidf:rpid}empty"/>
         <element name="dark" 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 dark
           
protected  Empty ok
           
protected  Empty toobright
           
protected  Empty unknown
           
 
Constructor Summary
PlaceIs.Video()
           
 
Method Summary
 Empty getDark()
          Gets the value of the dark property.
 Empty getOk()
          Gets the value of the ok property.
 Empty getToobright()
          Gets the value of the toobright property.
 Empty getUnknown()
          Gets the value of the unknown property.
 void setDark(Empty value)
          Sets the value of the dark property.
 void setOk(Empty value)
          Sets the value of the ok property.
 void setToobright(Empty value)
          Sets the value of the toobright 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

toobright

protected Empty toobright

ok

protected Empty ok

dark

protected Empty dark

unknown

protected Empty unknown
Constructor Detail

PlaceIs.Video

public PlaceIs.Video()
Method Detail

getToobright

public Empty getToobright()
Gets the value of the toobright property.

Returns:
possible object is Empty

setToobright

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

getDark

public Empty getDark()
Gets the value of the dark property.

Returns:
possible object is Empty

setDark

public void setDark(Empty value)
Sets the value of the dark 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.