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

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

public class Watcherinfo
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-list" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="state" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="full"/>
             <enumeration value="partial"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.lang.String state
           
protected  java.math.BigInteger version
           
protected  java.util.List<WatcherList> watcherList
           
 
Constructor Summary
Watcherinfo()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 java.lang.String getState()
          Gets the value of the state property.
 java.math.BigInteger getVersion()
          Gets the value of the version property.
 java.util.List<WatcherList> getWatcherList()
          Gets the value of the watcherList property.
 void setState(java.lang.String value)
          Sets the value of the state property.
 void setVersion(java.math.BigInteger value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

watcherList

protected java.util.List<WatcherList> watcherList

any

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

version

protected java.math.BigInteger version

state

protected java.lang.String state
Constructor Detail

Watcherinfo

public Watcherinfo()
Method Detail

getWatcherList

public java.util.List<WatcherList> getWatcherList()
Gets the value of the watcherList 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 watcherList property.

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

    getWatcherList().add(newItem);
 

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


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


getVersion

public java.math.BigInteger getVersion()
Gets the value of the version property.

Returns:
possible object is BigInteger

setVersion

public void setVersion(java.math.BigInteger value)
Sets the value of the version property.

Parameters:
value - allowed object is BigInteger

getState

public java.lang.String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(java.lang.String value)
Sets the value of the state property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.