Package io.getlime.powerauth.soap.v2
Class ObjectFactory
- java.lang.Object
-
- io.getlime.powerauth.soap.v2.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the io.getlime.powerauth.soap.v2 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.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.getlime.powerauth.soap.v2
-
Method Summary
-
-
-
Method Detail
-
createKeyValueMap
public KeyValueMap createKeyValueMap()
Create an instance ofKeyValueMap
-
createPrepareActivationRequest
public PrepareActivationRequest createPrepareActivationRequest()
Create an instance ofPrepareActivationRequest
-
createPrepareActivationResponse
public PrepareActivationResponse createPrepareActivationResponse()
Create an instance ofPrepareActivationResponse
-
createCreateActivationRequest
public CreateActivationRequest createCreateActivationRequest()
Create an instance ofCreateActivationRequest
-
createCreateActivationResponse
public CreateActivationResponse createCreateActivationResponse()
Create an instance ofCreateActivationResponse
-
createVaultUnlockRequest
public VaultUnlockRequest createVaultUnlockRequest()
Create an instance ofVaultUnlockRequest
-
createVaultUnlockResponse
public VaultUnlockResponse createVaultUnlockResponse()
Create an instance ofVaultUnlockResponse
-
createGetNonPersonalizedEncryptionKeyRequest
public GetNonPersonalizedEncryptionKeyRequest createGetNonPersonalizedEncryptionKeyRequest()
Create an instance ofGetNonPersonalizedEncryptionKeyRequest
-
createGetNonPersonalizedEncryptionKeyResponse
public GetNonPersonalizedEncryptionKeyResponse createGetNonPersonalizedEncryptionKeyResponse()
Create an instance ofGetNonPersonalizedEncryptionKeyResponse
-
createGetPersonalizedEncryptionKeyRequest
public GetPersonalizedEncryptionKeyRequest createGetPersonalizedEncryptionKeyRequest()
Create an instance ofGetPersonalizedEncryptionKeyRequest
-
createGetPersonalizedEncryptionKeyResponse
public GetPersonalizedEncryptionKeyResponse createGetPersonalizedEncryptionKeyResponse()
Create an instance ofGetPersonalizedEncryptionKeyResponse
-
createCreateTokenRequest
public CreateTokenRequest createCreateTokenRequest()
Create an instance ofCreateTokenRequest
-
createCreateTokenResponse
public CreateTokenResponse createCreateTokenResponse()
Create an instance ofCreateTokenResponse
-
createKeyValueMapEntry
public KeyValueMap.Entry createKeyValueMapEntry()
Create an instance ofKeyValueMap.Entry
-
-