Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.chat.infos
Class XChatCreateInfo

java.lang.Object
  extended by waggle.common.modules.chat.infos.XChatCreateInfo


public class XChatCreateInfo
extends Object

Chat Create Information.


Field Summary
 XObjectID ChatID
          The Chat will be a comment if this field is non null. if Null a top level Chat is created.
 String ChatText
          The Chat text.
 XObjectID ConversationID
          The Conversation.
 Double Latitude
          The latitude.
 Double Longitude
          The longitude.
 List<XObjectID> ReferenceIDs
          List of reference objects.

 

Constructor Summary
XChatCreateInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ConversationID

public XObjectID ConversationID
The Conversation. Must be specified if ChatID is not specified.

ChatID

public XObjectID ChatID
The Chat will be a comment if this field is non null. if Null a top level Chat is created.

ChatText

public String ChatText
The Chat text.

ReferenceIDs

public List<XObjectID> ReferenceIDs
List of reference objects. May be null.

Latitude

public Double Latitude
The latitude. May be null.

Longitude

public Double Longitude
The longitude. May be null.

Constructor Detail

XChatCreateInfo

public XChatCreateInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


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