public class ObjectFactory extends Object
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.
| Type | Property and Description |
|---|---|
ArrayOfDynamicProperty |
createArrayOfDynamic
Create an instance of
ArrayOfDynamicProperty |
DynamicProperty |
createDynamic
Create an instance of
DynamicProperty |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.vmware.vsphereautomation.lookup
|
DynamicPropertyArrayOfDynamicPropertypublic ObjectFactory()
public UnexpectedFault createUnexpectedFault()
UnexpectedFaultpublic GetSiteIdResponse createGetSiteIdResponse()
GetSiteIdResponsepublic RuntimeFault createRuntimeFault()
RuntimeFaultpublic ManagedObjectNotFound createManagedObjectNotFound()
ManagedObjectNotFoundpublic HostCommunication createHostCommunication()
HostCommunicationpublic SetLocaleRequestType createSetLocaleRequestType()
SetLocaleRequestTypepublic SetResponse createSetResponse()
SetResponsepublic GetResponse createGetResponse()
GetResponsepublic LookupServiceRegistrationInfo createLookupServiceRegistrationInfo()
LookupServiceRegistrationInfopublic MethodNotFound createMethodNotFound()
MethodNotFoundpublic RetrieveServiceContentResponse createRetrieveServiceContentResponse()
RetrieveServiceContentResponsepublic LookupServiceContent createLookupServiceContent()
LookupServiceContentpublic LookupFaultServiceFault createLookupFaultServiceFault()
LookupFaultServiceFaultpublic HostNotReachable createHostNotReachable()
HostNotReachablepublic CreateRequestType createCreateRequestType()
CreateRequestTypepublic RequestCanceled createRequestCanceled()
RequestCanceledpublic SetLocaleResponse createSetLocaleResponse()
SetLocaleResponsepublic NotEnoughLicenses createNotEnoughLicenses()
NotEnoughLicensespublic LookupFaultEntryExistsFault createLookupFaultEntryExistsFault()
LookupFaultEntryExistsFaultpublic SetRequestType createSetRequestType()
SetRequestTypepublic DeleteRequestType createDeleteRequestType()
DeleteRequestTypepublic ListRequestType createListRequestType()
ListRequestTypepublic SecurityError createSecurityError()
SecurityErrorpublic ListResponse createListResponse()
ListResponsepublic RetrieveHaBackupConfigurationResponse createRetrieveHaBackupConfigurationResponse()
RetrieveHaBackupConfigurationResponsepublic LookupHaBackupNodeConfiguration createLookupHaBackupNodeConfiguration()
LookupHaBackupNodeConfigurationpublic HostNotConnected createHostNotConnected()
HostNotConnectedpublic NotSupported createNotSupported()
NotSupportedpublic GetSiteIdRequestType createGetSiteIdRequestType()
GetSiteIdRequestTypepublic SystemError createSystemError()
SystemErrorpublic GetLocaleRequestType createGetLocaleRequestType()
GetLocaleRequestTypepublic InvalidArgument createInvalidArgument()
InvalidArgumentpublic RetrieveHaBackupConfigurationRequestType createRetrieveHaBackupConfigurationRequestType()
RetrieveHaBackupConfigurationRequestTypepublic RetrieveServiceContentRequestType createRetrieveServiceContentRequestType()
RetrieveServiceContentRequestTypepublic LookupFaultUnsupportedSiteFault createLookupFaultUnsupportedSiteFault()
LookupFaultUnsupportedSiteFaultpublic LookupFaultEntryNotFoundFault createLookupFaultEntryNotFoundFault()
LookupFaultEntryNotFoundFaultpublic DeleteResponse createDeleteResponse()
DeleteResponsepublic NotImplemented createNotImplemented()
NotImplementedpublic GetLocaleResponse createGetLocaleResponse()
GetLocaleResponsepublic GetRequestType createGetRequestType()
GetRequestTypepublic CreateResponse createCreateResponse()
CreateResponsepublic MethodFault createMethodFault()
MethodFaultpublic InvalidType createInvalidType()
InvalidTypepublic InvalidRequest createInvalidRequest()
InvalidRequestpublic DynamicProperty createDynamicProperty()
DynamicPropertypublic LookupServiceRegistrationServiceType createLookupServiceRegistrationServiceType()
LookupServiceRegistrationServiceTypepublic ArrayOfDynamicProperty createArrayOfDynamicProperty()
ArrayOfDynamicPropertypublic LookupServiceRegistrationCreateSpec createLookupServiceRegistrationCreateSpec()
LookupServiceRegistrationCreateSpecpublic ArrayOfKeyAnyValue createArrayOfKeyAnyValue()
ArrayOfKeyAnyValuepublic LookupServiceRegistrationEndpointType createLookupServiceRegistrationEndpointType()
LookupServiceRegistrationEndpointTypepublic LookupServiceRegistrationFilter createLookupServiceRegistrationFilter()
LookupServiceRegistrationFilterpublic ArrayOfAnyType createArrayOfAnyType()
ArrayOfAnyTypepublic LookupServiceRegistrationSetSpec createLookupServiceRegistrationSetSpec()
LookupServiceRegistrationSetSpecpublic ArrayOfString createArrayOfString()
ArrayOfStringpublic KeyAnyValue createKeyAnyValue()
KeyAnyValuepublic ArrayOfLookupServiceRegistrationAttribute createArrayOfLookupServiceRegistrationAttribute()
ArrayOfLookupServiceRegistrationAttributepublic LookupServiceRegistrationAttribute createLookupServiceRegistrationAttribute()
LookupServiceRegistrationAttributepublic LookupServiceRegistrationCommonServiceInfo createLookupServiceRegistrationCommonServiceInfo()
LookupServiceRegistrationCommonServiceInfopublic LocalizableMessage createLocalizableMessage()
LocalizableMessagepublic ArrayOfLookupServiceRegistrationInfo createArrayOfLookupServiceRegistrationInfo()
ArrayOfLookupServiceRegistrationInfopublic DynamicData createDynamicData()
DynamicDatapublic ArrayOfLocalizableMessage createArrayOfLocalizableMessage()
ArrayOfLocalizableMessagepublic LookupServiceRegistrationEndpoint createLookupServiceRegistrationEndpoint()
LookupServiceRegistrationEndpointpublic ManagedObjectReference createManagedObjectReference()
ManagedObjectReferencepublic LocalizedMethodFault createLocalizedMethodFault()
LocalizedMethodFaultpublic LookupServiceRegistrationMutableServiceInfo createLookupServiceRegistrationMutableServiceInfo()
LookupServiceRegistrationMutableServiceInfopublic DynamicArray createDynamicArray()
DynamicArraypublic ArrayOfLookupServiceRegistrationEndpoint createArrayOfLookupServiceRegistrationEndpoint()
ArrayOfLookupServiceRegistrationEndpointpublic JAXBElement<HostNotReachable> createHostNotReachableFault(HostNotReachable value)
public JAXBElement<RequestCanceled> createRequestCanceledFault(RequestCanceled value)
public JAXBElement<CreateRequestType> createCreate(CreateRequestType value)
public JAXBElement<LookupFaultServiceFault> createLookupFaultServiceFaultFault(LookupFaultServiceFault value)
public JAXBElement<SetRequestType> createSet(SetRequestType value)
public JAXBElement<DeleteRequestType> createDelete(DeleteRequestType value)
public JAXBElement<NotEnoughLicenses> createNotEnoughLicensesFault(NotEnoughLicenses value)
public JAXBElement<LookupFaultEntryExistsFault> createLookupFaultEntryExistsFaultFault(LookupFaultEntryExistsFault value)
public JAXBElement<String> createVersionURI(String value)
public JAXBElement<ListRequestType> createList(ListRequestType value)
public JAXBElement<UnexpectedFault> createUnexpectedFaultFault(UnexpectedFault value)
public JAXBElement<RuntimeFault> createRuntimeFaultFault(RuntimeFault value)
public JAXBElement<HostCommunication> createHostCommunicationFault(HostCommunication value)
public JAXBElement<ManagedObjectNotFound> createManagedObjectNotFoundFault(ManagedObjectNotFound value)
public JAXBElement<SetLocaleRequestType> createSetLocale(SetLocaleRequestType value)
public JAXBElement<MethodNotFound> createMethodNotFoundFault(MethodNotFound value)
public JAXBElement<RetrieveServiceContentRequestType> createRetrieveServiceContent(RetrieveServiceContentRequestType value)
public JAXBElement<InvalidArgument> createInvalidArgumentFault(InvalidArgument value)
public JAXBElement<RetrieveHaBackupConfigurationRequestType> createRetrieveHaBackupConfiguration(RetrieveHaBackupConfigurationRequestType value)
public JAXBElement<GetLocaleRequestType> createGetLocale(GetLocaleRequestType value)
public JAXBElement<GetRequestType> createGet(GetRequestType value)
public JAXBElement<LookupFaultEntryNotFoundFault> createLookupFaultEntryNotFoundFaultFault(LookupFaultEntryNotFoundFault value)
public JAXBElement<LookupFaultUnsupportedSiteFault> createLookupFaultUnsupportedSiteFaultFault(LookupFaultUnsupportedSiteFault value)
public JAXBElement<NotImplemented> createNotImplementedFault(NotImplemented value)
public JAXBElement<InvalidRequest> createInvalidRequestFault(InvalidRequest value)
public JAXBElement<MethodFault> createMethodFaultFault(MethodFault value)
public JAXBElement<InvalidType> createInvalidTypeFault(InvalidType value)
public JAXBElement<SecurityError> createSecurityErrorFault(SecurityError value)
public JAXBElement<HostNotConnected> createHostNotConnectedFault(HostNotConnected value)
public JAXBElement<NotSupported> createNotSupportedFault(NotSupported value)
public JAXBElement<GetSiteIdRequestType> createGetSiteId(GetSiteIdRequestType value)
public JAXBElement<SystemError> createSystemErrorFault(SystemError value)
Copyright © 2016. All Rights Reserved.