|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sippresence.pojo.rpid.UserInput
public class UserInput
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:pidf:rpid>activeIdle">
<attribute name="idle-threshold" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="last-input" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
id
|
protected java.math.BigInteger |
idleThreshold
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastInput
|
protected ActiveIdle |
value
|
| Constructor Summary | |
|---|---|
UserInput()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.math.BigInteger |
getIdleThreshold()
Gets the value of the idleThreshold property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastInput()
Gets the value of the lastInput property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
ActiveIdle |
getValue()
Gets the value of the value property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIdleThreshold(java.math.BigInteger value)
Sets the value of the idleThreshold property. |
void |
setLastInput(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastInput property. |
void |
setValue(ActiveIdle 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 ActiveIdle value
protected java.math.BigInteger idleThreshold
protected javax.xml.datatype.XMLGregorianCalendar lastInput
protected java.lang.String id
| Constructor Detail |
|---|
public UserInput()
| Method Detail |
|---|
public ActiveIdle getValue()
ActiveIdlepublic void setValue(ActiveIdle value)
value - allowed object is
ActiveIdlepublic java.math.BigInteger getIdleThreshold()
BigIntegerpublic void setIdleThreshold(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic javax.xml.datatype.XMLGregorianCalendar getLastInput()
XMLGregorianCalendarpublic void setLastInput(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||