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

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

public class Watcher
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
       <attribute name="display-name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="status" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="pending"/>
             <enumeration value="active"/>
             <enumeration value="waiting"/>
             <enumeration value="terminated"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="event" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="subscribe"/>
             <enumeration value="approved"/>
             <enumeration value="deactivated"/>
             <enumeration value="probation"/>
             <enumeration value="rejected"/>
             <enumeration value="timeout"/>
             <enumeration value="giveup"/>
             <enumeration value="noresource"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="expiration" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="duration-subscribed" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String displayName
           
protected  java.math.BigInteger durationSubscribed
           
protected  java.lang.String event
           
protected  java.math.BigInteger expiration
           
protected  java.lang.String id
           
protected  java.lang.String lang
           
protected  java.lang.String status
           
protected  java.lang.String value
           
 
Constructor Summary
Watcher()
           
 
Method Summary
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.math.BigInteger getDurationSubscribed()
          Gets the value of the durationSubscribed property.
 java.lang.String getEvent()
          Gets the value of the event property.
 java.math.BigInteger getExpiration()
          Gets the value of the expiration property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.lang.String getStatus()
          Gets the value of the status property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setDurationSubscribed(java.math.BigInteger value)
          Sets the value of the durationSubscribed property.
 void setEvent(java.lang.String value)
          Sets the value of the event property.
 void setExpiration(java.math.BigInteger value)
          Sets the value of the expiration property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

displayName

protected java.lang.String displayName

status

protected java.lang.String status

event

protected java.lang.String event

expiration

protected java.math.BigInteger expiration

id

protected java.lang.String id

durationSubscribed

protected java.math.BigInteger durationSubscribed

lang

protected java.lang.String lang
Constructor Detail

Watcher

public Watcher()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getEvent

public java.lang.String getEvent()
Gets the value of the event property.

Returns:
possible object is String

setEvent

public void setEvent(java.lang.String value)
Sets the value of the event property.

Parameters:
value - allowed object is String

getExpiration

public java.math.BigInteger getExpiration()
Gets the value of the expiration property.

Returns:
possible object is BigInteger

setExpiration

public void setExpiration(java.math.BigInteger value)
Sets the value of the expiration property.

Parameters:
value - allowed object is BigInteger

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getDurationSubscribed

public java.math.BigInteger getDurationSubscribed()
Gets the value of the durationSubscribed property.

Returns:
possible object is BigInteger

setDurationSubscribed

public void setDurationSubscribed(java.math.BigInteger value)
Sets the value of the durationSubscribed property.

Parameters:
value - allowed object is BigInteger

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.