public class

ObjectFactory

extends Object
java.lang.Object
   ↳ org.sunsystems.ssc.componentexecutor.definition.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the org.sunsystems.ssc.componentexecutor.definition package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

Summary

Fields
private static final QName _LocaleAvailableLocales_QNAME
private static final QName _LocaleCountry_QNAME
private static final QName _LocaleDefault_QNAME
private static final QName _LocaleDisplayCountry_QNAME
private static final QName _LocaleDisplayLanguage_QNAME
private static final QName _LocaleDisplayName_QNAME
private static final QName _LocaleDisplayVariant_QNAME
private static final QName _LocaleISO3Country_QNAME
private static final QName _LocaleISO3Language_QNAME
private static final QName _LocaleISOCountries_QNAME
private static final QName _LocaleISOLanguages_QNAME
private static final QName _LocaleInstance_QNAME
private static final QName _LocaleLanguage_QNAME
private static final QName _LocaleVariant_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.sunsystems.ssc.componentexecutor.definition
Public Methods
ArrayOfString createArrayOfString()
Create an instance of ArrayOfString
ComponentExecutorComponentsRequest createComponentExecutorComponentsRequest()
Create an instance of ComponentExecutorComponentsRequest
ComponentExecutorComponentsResponse createComponentExecutorComponentsResponse()
ComponentExecutorExecuteRequest createComponentExecutorExecuteRequest()
Create an instance of ComponentExecutorExecuteRequest
ComponentExecutorExecuteResponse createComponentExecutorExecuteResponse()
Create an instance of ComponentExecutorExecuteResponse
ComponentExecutorInputSchemaRequest createComponentExecutorInputSchemaRequest()
ComponentExecutorInputSchemaResponse createComponentExecutorInputSchemaResponse()
ComponentExecutorMethodsRequest createComponentExecutorMethodsRequest()
Create an instance of ComponentExecutorMethodsRequest
ComponentExecutorMethodsResponse createComponentExecutorMethodsResponse()
Create an instance of ComponentExecutorMethodsResponse
ComponentExecutorOutputSchemaRequest createComponentExecutorOutputSchemaRequest()
ComponentExecutorOutputSchemaResponse createComponentExecutorOutputSchemaResponse()
ComponentExecutorStreamExecuteRequest createComponentExecutorStreamExecuteRequest()
ComponentExecutorStreamExecuteResponse createComponentExecutorStreamExecuteResponse()
ComponentExecutorUpdateOperatorLogonDateRequest createComponentExecutorUpdateOperatorLogonDateRequest()
ComponentExecutorUpdateOperatorLogonDateResponse createComponentExecutorUpdateOperatorLogonDateResponse()
ComponentExecutorgetConfigurationKeyRequest createComponentExecutorgetConfigurationKeyRequest()
ComponentExecutorgetConfigurationKeyResponse createComponentExecutorgetConfigurationKeyResponse()
ComponentExecutorgetLocaleRequest createComponentExecutorgetLocaleRequest()
Create an instance of ComponentExecutorgetLocaleRequest
ComponentExecutorgetLocaleResponse createComponentExecutorgetLocaleResponse()
Create an instance of ComponentExecutorgetLocaleResponse
ConfigurationKey createConfigurationKey()
Create an instance of ConfigurationKey
ConfigurationType createConfigurationType()
Create an instance of ConfigurationType
Enum createEnum()
Create an instance of Enum
IAuthenticationVoucher createIAuthenticationVoucher()
Create an instance of IAuthenticationVoucher
ILicensingVoucher createILicensingVoucher()
Create an instance of ILicensingVoucher
IMethod createIMethod()
Create an instance of IMethod
Locale createLocale()
Create an instance of Locale
JAXBElement<ArrayOfString> createLocaleAvailableLocales(ArrayOfString value)
Create an instance of JAXBElement<ArrayOfString>}
JAXBElement<String> createLocaleCountry(String value)
Create an instance of JAXBElement<String>}
JAXBElement<Locale> createLocaleDefault(Locale value)
Create an instance of JAXBElement<Locale>}
JAXBElement<String> createLocaleDisplayCountry(String value)
Create an instance of JAXBElement<String>}
JAXBElement<String> createLocaleDisplayLanguage(String value)
Create an instance of JAXBElement<String>}
JAXBElement<String> createLocaleDisplayName(String value)
Create an instance of JAXBElement<String>}
JAXBElement<String> createLocaleDisplayVariant(String value)
Create an instance of JAXBElement<String>}
JAXBElement<String> createLocaleISO3Country(String value)
Create an instance of JAXBElement<String>}
JAXBElement<String> createLocaleISO3Language(String value)
Create an instance of JAXBElement<String>}
JAXBElement<ArrayOfString> createLocaleISOCountries(ArrayOfString value)
Create an instance of JAXBElement<ArrayOfString>}
JAXBElement<ArrayOfString> createLocaleISOLanguages(ArrayOfString value)
Create an instance of JAXBElement<ArrayOfString>}
JAXBElement<Locale> createLocaleInstance(Locale value)
Create an instance of JAXBElement<Locale>}
JAXBElement<String> createLocaleLanguage(String value)
Create an instance of JAXBElement<String>}
JAXBElement<String> createLocaleVariant(String value)
Create an instance of JAXBElement<String>}
ServerArguments createServerArguments()
Create an instance of ServerArguments
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _LocaleAvailableLocales_QNAME

private static final QName _LocaleCountry_QNAME

private static final QName _LocaleDefault_QNAME

private static final QName _LocaleDisplayCountry_QNAME

private static final QName _LocaleDisplayLanguage_QNAME

private static final QName _LocaleDisplayName_QNAME

private static final QName _LocaleDisplayVariant_QNAME

private static final QName _LocaleISO3Country_QNAME

private static final QName _LocaleISO3Language_QNAME

private static final QName _LocaleISOCountries_QNAME

private static final QName _LocaleISOLanguages_QNAME

private static final QName _LocaleInstance_QNAME

private static final QName _LocaleLanguage_QNAME

private static final QName _LocaleVariant_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.sunsystems.ssc.componentexecutor.definition

Public Methods

public ArrayOfString createArrayOfString ()

Create an instance of ArrayOfString

public ComponentExecutorComponentsRequest createComponentExecutorComponentsRequest ()

Create an instance of ComponentExecutorComponentsRequest

public ComponentExecutorComponentsResponse createComponentExecutorComponentsResponse ()

public ComponentExecutorExecuteRequest createComponentExecutorExecuteRequest ()

Create an instance of ComponentExecutorExecuteRequest

public ComponentExecutorExecuteResponse createComponentExecutorExecuteResponse ()

Create an instance of ComponentExecutorExecuteResponse

public ComponentExecutorInputSchemaRequest createComponentExecutorInputSchemaRequest ()

public ComponentExecutorInputSchemaResponse createComponentExecutorInputSchemaResponse ()

public ComponentExecutorMethodsRequest createComponentExecutorMethodsRequest ()

Create an instance of ComponentExecutorMethodsRequest

public ComponentExecutorMethodsResponse createComponentExecutorMethodsResponse ()

Create an instance of ComponentExecutorMethodsResponse

public ComponentExecutorOutputSchemaRequest createComponentExecutorOutputSchemaRequest ()

public ComponentExecutorOutputSchemaResponse createComponentExecutorOutputSchemaResponse ()

public ComponentExecutorStreamExecuteRequest createComponentExecutorStreamExecuteRequest ()

public ComponentExecutorStreamExecuteResponse createComponentExecutorStreamExecuteResponse ()

public ComponentExecutorUpdateOperatorLogonDateRequest createComponentExecutorUpdateOperatorLogonDateRequest ()

public ComponentExecutorUpdateOperatorLogonDateResponse createComponentExecutorUpdateOperatorLogonDateResponse ()

public ComponentExecutorgetConfigurationKeyRequest createComponentExecutorgetConfigurationKeyRequest ()

public ComponentExecutorgetConfigurationKeyResponse createComponentExecutorgetConfigurationKeyResponse ()

public ComponentExecutorgetLocaleRequest createComponentExecutorgetLocaleRequest ()

Create an instance of ComponentExecutorgetLocaleRequest

public ComponentExecutorgetLocaleResponse createComponentExecutorgetLocaleResponse ()

Create an instance of ComponentExecutorgetLocaleResponse

public ConfigurationKey createConfigurationKey ()

Create an instance of ConfigurationKey

public ConfigurationType createConfigurationType ()

Create an instance of ConfigurationType

public Enum createEnum ()

Create an instance of Enum

public IAuthenticationVoucher createIAuthenticationVoucher ()

Create an instance of IAuthenticationVoucher

public ILicensingVoucher createILicensingVoucher ()

Create an instance of ILicensingVoucher

public IMethod createIMethod ()

Create an instance of IMethod

public Locale createLocale ()

Create an instance of Locale

public JAXBElement<ArrayOfString> createLocaleAvailableLocales (ArrayOfString value)

Create an instance of JAXBElement<ArrayOfString>}

Parameters
value

public JAXBElement<String> createLocaleCountry (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<Locale> createLocaleDefault (Locale value)

Create an instance of JAXBElement<Locale>}

Parameters
value

public JAXBElement<String> createLocaleDisplayCountry (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<String> createLocaleDisplayLanguage (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<String> createLocaleDisplayName (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<String> createLocaleDisplayVariant (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<String> createLocaleISO3Country (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<String> createLocaleISO3Language (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<ArrayOfString> createLocaleISOCountries (ArrayOfString value)

Create an instance of JAXBElement<ArrayOfString>}

Parameters
value

public JAXBElement<ArrayOfString> createLocaleISOLanguages (ArrayOfString value)

Create an instance of JAXBElement<ArrayOfString>}

Parameters
value

public JAXBElement<Locale> createLocaleInstance (Locale value)

Create an instance of JAXBElement<Locale>}

Parameters
value

public JAXBElement<String> createLocaleLanguage (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public JAXBElement<String> createLocaleVariant (String value)

Create an instance of JAXBElement<String>}

Parameters
value

public ServerArguments createServerArguments ()

Create an instance of ServerArguments