Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

org.csapi.schema.parlayx.presence.v2_3
Class PresenceAttribute

java.lang.Object
  extended by org.csapi.schema.parlayx.presence.v2_3.PresenceAttribute

public class PresenceAttribute
extends java.lang.Object

Java class for PresenceAttribute complex type.

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

 <complexType name="PresenceAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lastChange" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeAndValue" type="{http://www.csapi.org/schema/parlayx/presence/v2_3}AttributeTypeAndValue"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PresenceAttribute()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getLastChange()
          Gets the value of the lastChange property.
 java.lang.String getNote()
          Gets the value of the note property.
 AttributeTypeAndValue getTypeAndValue()
          Gets the value of the typeAndValue property.
 void setLastChange(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the lastChange property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 void setTypeAndValue(AttributeTypeAndValue value)
          Sets the value of the typeAndValue property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresenceAttribute

public PresenceAttribute()
Method Detail

getLastChange

public javax.xml.datatype.XMLGregorianCalendar getLastChange()
Gets the value of the lastChange property.

Returns:
possible object is XMLGregorianCalendar

getNote

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

Returns:
possible object is String

getTypeAndValue

public AttributeTypeAndValue getTypeAndValue()
Gets the value of the typeAndValue property.

Returns:
possible object is AttributeTypeAndValue

setLastChange

public void setLastChange(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastChange property.

Parameters:
value - allowed object is XMLGregorianCalendar

setNote

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

Parameters:
value - allowed object is String

setTypeAndValue

public void setTypeAndValue(AttributeTypeAndValue value)
Sets the value of the typeAndValue property.

Parameters:
value - allowed object is AttributeTypeAndValue

Oracle Fusion Middleware Communication Services 11.1.1.1.0 Java API Reference
E14785-01

Copyright © 2005, 2009 Oracle and/or its affiliates. All rights reserved.