Skip navigation links

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

E20955-01


waggle.common.modules.user.infos
Class XUserTestCreateInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.user.infos.XUserTestCreateInfo


public class XUserTestCreateInfo
extends XDTO

XUserTestCreateInfo contains results of running a create user test. Note that unlike XUserInfo, this DTO does not inherit from XObjectInfo (no user object has actually been created).


Field Summary
 String EMailAddress
          The User's email address.
 String FailReasonMessage
          If the parameters failed the test, this will be set to the reason.
 String FullName
          The User's Full Name (e.g.
 boolean Guest
          Boolean for Guest (vs.
 boolean Internal
          Boolean for internal Realm (vs. external configured Realm)
 String LocaleID
          The User's Locale.
 boolean Pass
          Did the parameters pass the test?
 String PhoneNumber
          The phone number for this User.
 String RealmData
          The User's Realm Data.
 XObjectID RealmID
          The User's Realm ID.
 String RealmName
          The User's Realm Name.
 String TimeZoneID
          The User's Time Zone.

 

Constructor Summary
XUserTestCreateInfo()
           

 

Method Summary

 

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

 

Field Detail

EMailAddress

public String EMailAddress
The User's email address. This is simply a copy of the address that was passed in to the test function.

Pass

public boolean Pass
Did the parameters pass the test?

FailReasonMessage

public String FailReasonMessage
If the parameters failed the test, this will be set to the reason.

Internal

public boolean Internal
Boolean for internal Realm (vs. external configured Realm)

RealmID

public XObjectID RealmID
The User's Realm ID.

RealmName

public String RealmName
The User's Realm Name.

RealmData

public String RealmData
The User's Realm Data.

Guest

public boolean Guest
Boolean for Guest (vs. Named) setting.

FullName

public String FullName
The User's Full Name (e.g. "John Doe").

PhoneNumber

public String PhoneNumber
The phone number for this User.

TimeZoneID

public String TimeZoneID
The User's Time Zone.

LocaleID

public String LocaleID
The User's Locale.

Constructor Detail

XUserTestCreateInfo

public XUserTestCreateInfo()

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.