org.mobicents.slee.sippresence.pojo.rpid
Class UserInput

java.lang.Object
  extended by org.mobicents.slee.sippresence.pojo.rpid.UserInput

public class UserInput
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="<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

value

protected ActiveIdle value

idleThreshold

protected java.math.BigInteger idleThreshold

lastInput

protected javax.xml.datatype.XMLGregorianCalendar lastInput

id

protected java.lang.String id
Constructor Detail

UserInput

public UserInput()
Method Detail

getValue

public ActiveIdle getValue()
Gets the value of the value property.

Returns:
possible object is ActiveIdle

setValue

public void setValue(ActiveIdle value)
Sets the value of the value property.

Parameters:
value - allowed object is ActiveIdle

getIdleThreshold

public java.math.BigInteger getIdleThreshold()
Gets the value of the idleThreshold property.

Returns:
possible object is BigInteger

setIdleThreshold

public void setIdleThreshold(java.math.BigInteger value)
Sets the value of the idleThreshold property.

Parameters:
value - allowed object is BigInteger

getLastInput

public javax.xml.datatype.XMLGregorianCalendar getLastInput()
Gets the value of the lastInput property.

Returns:
possible object is XMLGregorianCalendar

setLastInput

public void setLastInput(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastInput property.

Parameters:
value - allowed object is XMLGregorianCalendar

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

getOtherAttributes

public 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.

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.

Returns:
always non-null


Copyright © 2008. All Rights Reserved.