org.teleal.cling.support.avtransport.event
Class Event

java.lang.Object
  extended by org.teleal.cling.support.avtransport.event.Event

public class Event
extends java.lang.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/}InstanceID"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Instance> instances
           
 
Constructor Summary
Event()
           
 
Method Summary
 java.util.List<Instance> getInstances()
          Gets the value of the instances property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instances

protected java.util.List<Instance> instances
Constructor Detail

Event

public Event()
Method Detail

getInstances

public java.util.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.