org.mobicents.slee.sipevent.server.subscription.winfo.pojo
Class WatcherList

java.lang.Object
  extended by org.mobicents.slee.sipevent.server.subscription.winfo.pojo.WatcherList

public class WatcherList
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">
       <sequence>
         <element ref="{urn:ietf:params:xml:ns:watcherinfo}watcher" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
       <attribute name="resource" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String _package
           
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String resource
           
protected  java.util.List<Watcher> watcher
           
 
Constructor Summary
WatcherList()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.lang.String getPackage()
          Gets the value of the package property.
 java.lang.String getResource()
          Gets the value of the resource property.
 java.util.List<Watcher> getWatcher()
          Gets the value of the watcher property.
 void setPackage(java.lang.String value)
          Sets the value of the package property.
 void setResource(java.lang.String value)
          Sets the value of the resource property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

watcher

protected java.util.List<Watcher> watcher

any

protected java.util.List<java.lang.Object> any

resource

protected java.lang.String resource

_package

protected java.lang.String _package
Constructor Detail

WatcherList

public WatcherList()
Method Detail

getWatcher

public java.util.List<Watcher> getWatcher()
Gets the value of the watcher 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 watcher property.

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

    getWatcher().add(newItem);
 

Objects of the following type(s) are allowed in the list Watcher


getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 any property.

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

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


getResource

public java.lang.String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(java.lang.String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String

getPackage

public java.lang.String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(java.lang.String value)
Sets the value of the package property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.