com.businessobjects.enterprise.user
Class SecondaryCredentials.CredentialData.Factory

java.lang.Object
  extended by com.businessobjects.enterprise.user.SecondaryCredentials.CredentialData.Factory
Enclosing interface:
SecondaryCredentials.CredentialData

public static final class SecondaryCredentials.CredentialData.Factory
extends java.lang.Object

A class with methods for creating instances of the SecondaryCredentials.CredentialData type.


Method Summary
static SecondaryCredentials.CredentialData newInstance()
          Creates an empty instance of the SecondaryCredentials.CredentialData type.
static SecondaryCredentials.CredentialData 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 SecondaryCredentials.CredentialData newInstance()
Creates an empty instance of the SecondaryCredentials.CredentialData type.

Returns:
CredentialData instance.

newInstance

public static SecondaryCredentials.CredentialData newInstance(org.apache.xmlbeans.XmlOptions options)
Internal Use Only.