All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.certificateservices.messages.autoenroll.jaxb.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.03.17 at 10:16:18 AM CET 
//


package org.certificateservices.messages.autoenroll.jaxb;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.certificateservices.messages.autoenroll.jaxb 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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.certificateservices.messages.autoenroll.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link ClientActionRequest } * */ public ClientActionRequest createClientActionRequest() { return new ClientActionRequest(); } /** * Create an instance of {@link ClientActionResponse } * */ public ClientActionResponse createClientActionResponse() { return new ClientActionResponse(); } /** * Create an instance of {@link CheckStatusRequest } * */ public CheckStatusRequest createCheckStatusRequest() { return new CheckStatusRequest(); } /** * Create an instance of {@link CheckStatusResponse } * */ public CheckStatusResponse createCheckStatusResponse() { return new CheckStatusResponse(); } /** * Create an instance of {@link PerformGenerateCredentialRequestAction } * */ public PerformGenerateCredentialRequestAction createPerformGenerateCredentialRequestAction() { return new PerformGenerateCredentialRequestAction(); } /** * Create an instance of {@link CheckStatusResponse.Type } * */ public CheckStatusResponse.Type createCheckStatusResponseType() { return new CheckStatusResponse.Type(); } /** * Create an instance of {@link CheckStatusRequest.Type } * */ public CheckStatusRequest.Type createCheckStatusRequestType() { return new CheckStatusRequest.Type(); } /** * Create an instance of {@link ClientActionResponse.Type } * */ public ClientActionResponse.Type createClientActionResponseType() { return new ClientActionResponse.Type(); } /** * Create an instance of {@link ClientActionRequest.Type } * */ public ClientActionRequest.Type createClientActionRequestType() { return new ClientActionRequest.Type(); } /** * Create an instance of {@link PerformedRemoveCredentialsAction } * */ public PerformedRemoveCredentialsAction createPerformedRemoveCredentialsAction() { return new PerformedRemoveCredentialsAction(); } /** * Create an instance of {@link PerformedFetchExistingTokensAction } * */ public PerformedFetchExistingTokensAction createPerformedFetchExistingTokensAction() { return new PerformedFetchExistingTokensAction(); } /** * Create an instance of {@link PerformRemoveCredentialsAction } * */ public PerformRemoveCredentialsAction createPerformRemoveCredentialsAction() { return new PerformRemoveCredentialsAction(); } /** * Create an instance of {@link PerformedGenerateCredentialRequestAction } * */ public PerformedGenerateCredentialRequestAction createPerformedGenerateCredentialRequestAction() { return new PerformedGenerateCredentialRequestAction(); } /** * Create an instance of {@link PerformFetchExistingTokensAction } * */ public PerformFetchExistingTokensAction createPerformFetchExistingTokensAction() { return new PerformFetchExistingTokensAction(); } /** * Create an instance of {@link TokenData } * */ public TokenData createTokenData() { return new TokenData(); } /** * Create an instance of {@link PerformGenerateCredentialRequestAction.TokenRequestAttributes } * */ public PerformGenerateCredentialRequestAction.TokenRequestAttributes createPerformGenerateCredentialRequestActionTokenRequestAttributes() { return new PerformGenerateCredentialRequestAction.TokenRequestAttributes(); } /** * Create an instance of {@link CheckStatusResponse.Type.PerformActions } * */ public CheckStatusResponse.Type.PerformActions createCheckStatusResponseTypePerformActions() { return new CheckStatusResponse.Type.PerformActions(); } /** * Create an instance of {@link CheckStatusRequest.Type.CurrentCredentials } * */ public CheckStatusRequest.Type.CurrentCredentials createCheckStatusRequestTypeCurrentCredentials() { return new CheckStatusRequest.Type.CurrentCredentials(); } /** * Create an instance of {@link ClientActionResponse.Type.TokenDatas } * */ public ClientActionResponse.Type.TokenDatas createClientActionResponseTypeTokenDatas() { return new ClientActionResponse.Type.TokenDatas(); } /** * Create an instance of {@link ClientActionRequest.Type.CurrentCredentials } * */ public ClientActionRequest.Type.CurrentCredentials createClientActionRequestTypeCurrentCredentials() { return new ClientActionRequest.Type.CurrentCredentials(); } /** * Create an instance of {@link ClientActionRequest.Type.Actions } * */ public ClientActionRequest.Type.Actions createClientActionRequestTypeActions() { return new ClientActionRequest.Type.Actions(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy