|
||||||||||
| 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.Watcher
public class Watcher
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 |
|---|
protected java.lang.String value
protected java.lang.String displayName
protected java.lang.String status
protected java.lang.String event
protected java.math.BigInteger expiration
protected java.lang.String id
protected java.math.BigInteger durationSubscribed
protected java.lang.String lang
| Constructor Detail |
|---|
public Watcher()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEvent()
Stringpublic void setEvent(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getExpiration()
BigIntegerpublic void setExpiration(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getDurationSubscribed()
BigIntegerpublic void setDurationSubscribed(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getLang()
Stringpublic void setLang(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 | |||||||||