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

com.consol.citrus.model.testcase.ws.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 generiert 
// Siehe https://javaee.github.io/jaxb-v2/ 
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. 
// Generiert: 2024.04.24 um 05:13:03 PM CEST 
//


package com.consol.citrus.model.testcase.ws;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.consol.citrus.model.testcase.ws 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: com.consol.citrus.model.testcase.ws * */ public ObjectFactory() { } /** * Create an instance of {@link AssertFaultModel } * */ public AssertFaultModel createAssertFaultModel() { return new AssertFaultModel(); } /** * Create an instance of {@link SendFaultModel } * */ public SendFaultModel createSendFaultModel() { return new SendFaultModel(); } /** * Create an instance of {@link ReceiveModel } * */ public ReceiveModel createReceiveModel() { return new ReceiveModel(); } /** * Create an instance of {@link SoapAttachmentType } * */ public SoapAttachmentType createSoapAttachmentType() { return new SoapAttachmentType(); } /** * Create an instance of {@link SendFaultModel.Header } * */ public SendFaultModel.Header createSendFaultModelHeader() { return new SendFaultModel.Header(); } /** * Create an instance of {@link SendFaultModel.Fault } * */ public SendFaultModel.Fault createSendFaultModelFault() { return new SendFaultModel.Fault(); } /** * Create an instance of {@link AssertFaultModel.FaultDetail } * */ public AssertFaultModel.FaultDetail createAssertFaultModelFaultDetail() { return new AssertFaultModel.FaultDetail(); } /** * Create an instance of {@link AssertFaultModel.When } * */ public AssertFaultModel.When createAssertFaultModelWhen() { return new AssertFaultModel.When(); } /** * Create an instance of {@link SendModel } * */ public SendModel createSendModel() { return new SendModel(); } /** * Create an instance of {@link ReceiveModel.Attachment } * */ public ReceiveModel.Attachment createReceiveModelAttachment() { return new ReceiveModel.Attachment(); } /** * Create an instance of {@link SoapAttachmentType.Resource } * */ public SoapAttachmentType.Resource createSoapAttachmentTypeResource() { return new SoapAttachmentType.Resource(); } /** * Create an instance of {@link SendFaultModel.Header.Element } * */ public SendFaultModel.Header.Element createSendFaultModelHeaderElement() { return new SendFaultModel.Header.Element(); } /** * Create an instance of {@link SendFaultModel.Fault.FaultDetail } * */ public SendFaultModel.Fault.FaultDetail createSendFaultModelFaultFaultDetail() { return new SendFaultModel.Fault.FaultDetail(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy