com.businessobjects.enterprise.user
Class UserProfiles.ProfileData.Factory

java.lang.Object
  extended by com.businessobjects.enterprise.user.UserProfiles.ProfileData.Factory
Enclosing interface:
UserProfiles.ProfileData

public static final class UserProfiles.ProfileData.Factory
extends java.lang.Object

A class with methods for creating instances of the UserProfiles.ProfileData type.


Method Summary
static UserProfiles.ProfileData newInstance()
          Creates an empty instance of the UserProfiles.ProfileData type.
static UserProfiles.ProfileData newInstance(org.apache.xmlbeans.XmlOptions options)
          Internal Use Only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static UserProfiles.ProfileData newInstance()
Creates an empty instance of the UserProfiles.ProfileData type.

Returns:
ProfileData instance.

newInstance

public static UserProfiles.ProfileData newInstance(org.apache.xmlbeans.XmlOptions options)
Internal Use Only.