
package gov.nist.hl7.ws.messagevalidation.xsd;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the gov.nist.hl7.ws.messagevalidation.xsd package. 
 * <p>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: gov.nist.hl7.ws.messagevalidation.xsd
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link ValidateMessageResponse }
     * 
     */
    public ValidateMessageResponse createValidateMessageResponse() {
        return new ValidateMessageResponse();
    }

    /**
     * Create an instance of {@link GetValidationServiceStatusResponse }
     * 
     */
    public GetValidationServiceStatusResponse createGetValidationServiceStatusResponse() {
        return new GetValidationServiceStatusResponse();
    }

    /**
     * Create an instance of {@link GetDetailedResultsResponse }
     * 
     */
    public GetDetailedResultsResponse createGetDetailedResultsResponse() {
        return new GetDetailedResultsResponse();
    }

    /**
     * Create an instance of {@link GetSummaryResultsResponse }
     * 
     */
    public GetSummaryResultsResponse createGetSummaryResultsResponse() {
        return new GetSummaryResultsResponse();
    }

    /**
     * Create an instance of {@link ValidateMessage }
     * 
     */
    public ValidateMessage createValidateMessage() {
        return new ValidateMessage();
    }

    /**
     * Create an instance of {@link GetDetailedResults }
     * 
     */
    public GetDetailedResults createGetDetailedResults() {
        return new GetDetailedResults();
    }

    /**
     * Create an instance of {@link GetSummaryResults }
     * 
     */
    public GetSummaryResults createGetSummaryResults() {
        return new GetSummaryResults();
    }

}
