public class ObjectFactory
extends java.lang.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.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.vmware.vcenter.lookup
|
public ObjectFactory()
public MethodFault createMethodFault()
MethodFault
public RuntimeFault createRuntimeFault()
RuntimeFault
public HostCommunication createHostCommunication()
HostCommunication
public HostNotConnected createHostNotConnected()
HostNotConnected
public HostNotReachable createHostNotReachable()
HostNotReachable
public InvalidArgument createInvalidArgument()
InvalidArgument
public InvalidRequest createInvalidRequest()
InvalidRequest
public InvalidType createInvalidType()
InvalidType
public ManagedObjectNotFound createManagedObjectNotFound()
ManagedObjectNotFound
public MethodNotFound createMethodNotFound()
MethodNotFound
public NotEnoughLicenses createNotEnoughLicenses()
NotEnoughLicenses
public NotImplemented createNotImplemented()
NotImplemented
public NotSupported createNotSupported()
NotSupported
public RequestCanceled createRequestCanceled()
RequestCanceled
public SecurityError createSecurityError()
SecurityError
public SystemError createSystemError()
SystemError
public UnexpectedFault createUnexpectedFault()
UnexpectedFault
public RetrieveHaBackupConfigurationRequestType createRetrieveHaBackupConfigurationRequestType()
RetrieveHaBackupConfigurationRequestType
public RetrieveHaBackupConfigurationResponse createRetrieveHaBackupConfigurationResponse()
RetrieveHaBackupConfigurationResponse
public LookupHaBackupNodeConfiguration createLookupHaBackupNodeConfiguration()
LookupHaBackupNodeConfiguration
public SetLocaleRequestType createSetLocaleRequestType()
SetLocaleRequestType
public SetLocaleResponse createSetLocaleResponse()
SetLocaleResponse
public GetLocaleRequestType createGetLocaleRequestType()
GetLocaleRequestType
public GetLocaleResponse createGetLocaleResponse()
GetLocaleResponse
public RetrieveServiceContentRequestType createRetrieveServiceContentRequestType()
RetrieveServiceContentRequestType
public RetrieveServiceContentResponse createRetrieveServiceContentResponse()
RetrieveServiceContentResponse
public LookupServiceContent createLookupServiceContent()
LookupServiceContent
public CreateRequestType createCreateRequestType()
CreateRequestType
public CreateResponse createCreateResponse()
CreateResponse
public DeleteRequestType createDeleteRequestType()
DeleteRequestType
public DeleteResponse createDeleteResponse()
DeleteResponse
public SetRequestType createSetRequestType()
SetRequestType
public SetResponse createSetResponse()
SetResponse
public GetRequestType createGetRequestType()
GetRequestType
public GetResponse createGetResponse()
GetResponse
public LookupServiceRegistrationInfo createLookupServiceRegistrationInfo()
LookupServiceRegistrationInfo
public ListRequestType createListRequestType()
ListRequestType
public ListResponse createListResponse()
ListResponse
public GetSiteIdRequestType createGetSiteIdRequestType()
GetSiteIdRequestType
public GetSiteIdResponse createGetSiteIdResponse()
GetSiteIdResponse
public LookupFaultEntryExistsFault createLookupFaultEntryExistsFault()
LookupFaultEntryExistsFault
public LookupFaultEntryNotFoundFault createLookupFaultEntryNotFoundFault()
LookupFaultEntryNotFoundFault
public LookupFaultServiceFault createLookupFaultServiceFault()
LookupFaultServiceFault
public LookupFaultUnsupportedSiteFault createLookupFaultUnsupportedSiteFault()
LookupFaultUnsupportedSiteFault
public DynamicArray createDynamicArray()
DynamicArray
public DynamicData createDynamicData()
DynamicData
public DynamicProperty createDynamicProperty()
DynamicProperty
public ArrayOfDynamicProperty createArrayOfDynamicProperty()
ArrayOfDynamicProperty
public KeyAnyValue createKeyAnyValue()
KeyAnyValue
public ArrayOfKeyAnyValue createArrayOfKeyAnyValue()
ArrayOfKeyAnyValue
public LocalizableMessage createLocalizableMessage()
LocalizableMessage
public ArrayOfLocalizableMessage createArrayOfLocalizableMessage()
ArrayOfLocalizableMessage
public LocalizedMethodFault createLocalizedMethodFault()
LocalizedMethodFault
public LookupServiceRegistrationMutableServiceInfo createLookupServiceRegistrationMutableServiceInfo()
LookupServiceRegistrationMutableServiceInfo
public LookupServiceRegistrationCommonServiceInfo createLookupServiceRegistrationCommonServiceInfo()
LookupServiceRegistrationCommonServiceInfo
public LookupServiceRegistrationCreateSpec createLookupServiceRegistrationCreateSpec()
LookupServiceRegistrationCreateSpec
public LookupServiceRegistrationSetSpec createLookupServiceRegistrationSetSpec()
LookupServiceRegistrationSetSpec
public ArrayOfLookupServiceRegistrationInfo createArrayOfLookupServiceRegistrationInfo()
ArrayOfLookupServiceRegistrationInfo
public LookupServiceRegistrationServiceType createLookupServiceRegistrationServiceType()
LookupServiceRegistrationServiceType
public LookupServiceRegistrationEndpoint createLookupServiceRegistrationEndpoint()
LookupServiceRegistrationEndpoint
public ArrayOfLookupServiceRegistrationEndpoint createArrayOfLookupServiceRegistrationEndpoint()
ArrayOfLookupServiceRegistrationEndpoint
public LookupServiceRegistrationEndpointType createLookupServiceRegistrationEndpointType()
LookupServiceRegistrationEndpointType
public LookupServiceRegistrationAttribute createLookupServiceRegistrationAttribute()
LookupServiceRegistrationAttribute
public ArrayOfLookupServiceRegistrationAttribute createArrayOfLookupServiceRegistrationAttribute()
ArrayOfLookupServiceRegistrationAttribute
public LookupServiceRegistrationFilter createLookupServiceRegistrationFilter()
LookupServiceRegistrationFilter
public ManagedObjectReference createManagedObjectReference()
ManagedObjectReference
public ArrayOfString createArrayOfString()
ArrayOfString
public ArrayOfAnyType createArrayOfAnyType()
ArrayOfAnyType
public javax.xml.bind.JAXBElement<MethodFault> createMethodFaultFault(MethodFault value)
value
- Java instance representing xml element's value.JAXBElement
<
MethodFault
>
public javax.xml.bind.JAXBElement<RuntimeFault> createRuntimeFaultFault(RuntimeFault value)
value
- Java instance representing xml element's value.JAXBElement
<
RuntimeFault
>
public javax.xml.bind.JAXBElement<HostCommunication> createHostCommunicationFault(HostCommunication value)
value
- Java instance representing xml element's value.JAXBElement
<
HostCommunication
>
public javax.xml.bind.JAXBElement<HostNotConnected> createHostNotConnectedFault(HostNotConnected value)
value
- Java instance representing xml element's value.JAXBElement
<
HostNotConnected
>
public javax.xml.bind.JAXBElement<HostNotReachable> createHostNotReachableFault(HostNotReachable value)
value
- Java instance representing xml element's value.JAXBElement
<
HostNotReachable
>
public javax.xml.bind.JAXBElement<InvalidArgument> createInvalidArgumentFault(InvalidArgument value)
value
- Java instance representing xml element's value.JAXBElement
<
InvalidArgument
>
public javax.xml.bind.JAXBElement<InvalidRequest> createInvalidRequestFault(InvalidRequest value)
value
- Java instance representing xml element's value.JAXBElement
<
InvalidRequest
>
public javax.xml.bind.JAXBElement<InvalidType> createInvalidTypeFault(InvalidType value)
value
- Java instance representing xml element's value.JAXBElement
<
InvalidType
>
public javax.xml.bind.JAXBElement<ManagedObjectNotFound> createManagedObjectNotFoundFault(ManagedObjectNotFound value)
value
- Java instance representing xml element's value.JAXBElement
<
ManagedObjectNotFound
>
public javax.xml.bind.JAXBElement<MethodNotFound> createMethodNotFoundFault(MethodNotFound value)
value
- Java instance representing xml element's value.JAXBElement
<
MethodNotFound
>
public javax.xml.bind.JAXBElement<NotEnoughLicenses> createNotEnoughLicensesFault(NotEnoughLicenses value)
value
- Java instance representing xml element's value.JAXBElement
<
NotEnoughLicenses
>
public javax.xml.bind.JAXBElement<NotImplemented> createNotImplementedFault(NotImplemented value)
value
- Java instance representing xml element's value.JAXBElement
<
NotImplemented
>
public javax.xml.bind.JAXBElement<NotSupported> createNotSupportedFault(NotSupported value)
value
- Java instance representing xml element's value.JAXBElement
<
NotSupported
>
public javax.xml.bind.JAXBElement<RequestCanceled> createRequestCanceledFault(RequestCanceled value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestCanceled
>
public javax.xml.bind.JAXBElement<SecurityError> createSecurityErrorFault(SecurityError value)
value
- Java instance representing xml element's value.JAXBElement
<
SecurityError
>
public javax.xml.bind.JAXBElement<SystemError> createSystemErrorFault(SystemError value)
value
- Java instance representing xml element's value.JAXBElement
<
SystemError
>
public javax.xml.bind.JAXBElement<UnexpectedFault> createUnexpectedFaultFault(UnexpectedFault value)
value
- Java instance representing xml element's value.JAXBElement
<
UnexpectedFault
>
public javax.xml.bind.JAXBElement<RetrieveHaBackupConfigurationRequestType> createRetrieveHaBackupConfiguration(RetrieveHaBackupConfigurationRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
RetrieveHaBackupConfigurationRequestType
>
public javax.xml.bind.JAXBElement<SetLocaleRequestType> createSetLocale(SetLocaleRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
SetLocaleRequestType
>
public javax.xml.bind.JAXBElement<GetLocaleRequestType> createGetLocale(GetLocaleRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
GetLocaleRequestType
>
public javax.xml.bind.JAXBElement<RetrieveServiceContentRequestType> createRetrieveServiceContent(RetrieveServiceContentRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
RetrieveServiceContentRequestType
>
public javax.xml.bind.JAXBElement<CreateRequestType> createCreate(CreateRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
CreateRequestType
>
public javax.xml.bind.JAXBElement<DeleteRequestType> createDelete(DeleteRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
DeleteRequestType
>
public javax.xml.bind.JAXBElement<SetRequestType> createSet(SetRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
SetRequestType
>
public javax.xml.bind.JAXBElement<GetRequestType> createGet(GetRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
GetRequestType
>
public javax.xml.bind.JAXBElement<ListRequestType> createList(ListRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
ListRequestType
>
public javax.xml.bind.JAXBElement<GetSiteIdRequestType> createGetSiteId(GetSiteIdRequestType value)
value
- Java instance representing xml element's value.JAXBElement
<
GetSiteIdRequestType
>
public javax.xml.bind.JAXBElement<LookupFaultEntryExistsFault> createLookupFaultEntryExistsFaultFault(LookupFaultEntryExistsFault value)
value
- Java instance representing xml element's value.JAXBElement
<
LookupFaultEntryExistsFault
>
public javax.xml.bind.JAXBElement<LookupFaultEntryNotFoundFault> createLookupFaultEntryNotFoundFaultFault(LookupFaultEntryNotFoundFault value)
value
- Java instance representing xml element's value.JAXBElement
<
LookupFaultEntryNotFoundFault
>
public javax.xml.bind.JAXBElement<LookupFaultServiceFault> createLookupFaultServiceFaultFault(LookupFaultServiceFault value)
value
- Java instance representing xml element's value.JAXBElement
<
LookupFaultServiceFault
>
public javax.xml.bind.JAXBElement<LookupFaultUnsupportedSiteFault> createLookupFaultUnsupportedSiteFaultFault(LookupFaultUnsupportedSiteFault value)
value
- Java instance representing xml element's value.JAXBElement
<
LookupFaultUnsupportedSiteFault
>
public javax.xml.bind.JAXBElement<java.lang.String> createVersionURI(java.lang.String value)
JAXBElement
<
String
>
value
- Java instance representing xml element's value.JAXBElement
<
String
>