org.teleal.cling.support.renderingcontrol.event
Class Instance

java.lang.Object
  extended by org.teleal.cling.support.renderingcontrol.event.Instance

public class Instance
extends Object

InstanceID elements identify an individual event instance.

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 maxOccurs="unbounded" minOccurs="0">
         <group ref="{urn:schemas-upnp-org:metadata-1-0/AVT_RCS}allowed-under-InstanceID"/>
       </choice>
       <attribute name="val" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> stateVariables
           
protected  long val
           
 
Constructor Summary
Instance()
           
 
Method Summary
 List<Object> getStateVariables()
          Gets the value of the stateVariables property.
 long getVal()
          Gets the value of the val property.
 void setVal(long value)
          Sets the value of the val property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stateVariables

protected List<Object> stateVariables

val

protected long val
Constructor Detail

Instance

public Instance()
Method Detail

getStateVariables

public List<Object> getStateVariables()
Gets the value of the stateVariables property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the stateVariables property.

For example, to add a new item, do as follows:

    getStateVariables().add(newItem);
 

Objects of the following type(s) are allowed in the list GreenVideoBlackLevel VerticalKeystone HorizontalKeystone PresetNameList Sharpness VolumeDB Mute Volume RedVideoGain GreenVideoGain BlueVideoBlackLevel RedVideoBlackLevel Brightness ColorTemperature Loudness Contrast BlueVideoGain


getVal

public long getVal()
Gets the value of the val property.


setVal

public void setVal(long value)
Sets the value of the val property.



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.