org.teleal.cling.support.renderingcontrol.event
Class Event
java.lang.Object
org.teleal.cling.support.renderingcontrol.event.Event
public class Event
- extends Object
Event is the root element
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">
<element ref="{urn:schemas-upnp-org:metadata-1-0/AVT_RCS}InstanceID"/>
</choice>
</restriction>
</complexContent>
</complexType>
Constructor Summary |
Event()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instances
protected List<Instance> instances
Event
public Event()
getInstances
public List<Instance> getInstances()
- Gets the value of the instances 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 instances property.
For example, to add a new item, do as follows:
getInstances().add(newItem);
Objects of the following type(s) are allowed in the list
Instance
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.