|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sipevent.server.subscription.winfo.pojo.WatcherList
public class WatcherList
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 |
|---|
protected java.util.List<Watcher> watcher
protected java.util.List<java.lang.Object> any
protected java.lang.String resource
protected java.lang.String _package
| Constructor Detail |
|---|
public WatcherList()
| Method Detail |
|---|
public java.util.List<Watcher> getWatcher()
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
public java.util.List<java.lang.Object> getAny()
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
public java.lang.String getResource()
Stringpublic void setResource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPackage()
Stringpublic void setPackage(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||