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

com.sun.enterprise.admin.servermgmt.xml.stringsubs.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.1 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


package com.sun.enterprise.admin.servermgmt.xml.stringsubs;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the com.sun.enterprise.admin.servermgmt.xml.stringsubs 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 { private final static QName _StringsubsDefinition_QNAME = new QName("http://xmlns.oracle.com/cie/glassfish/stringsubs", "stringsubs-definition"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.enterprise.admin.servermgmt.xml.stringsubs * */ public ObjectFactory() { } /** * Create an instance of {@link StringsubsDefinition } * * @return * the new instance of {@link StringsubsDefinition } */ public StringsubsDefinition createStringsubsDefinition() { return new StringsubsDefinition(); } /** * Create an instance of {@link Component } * * @return * the new instance of {@link Component } */ public Component createComponent() { return new Component(); } /** * Create an instance of {@link GroupRef } * * @return * the new instance of {@link GroupRef } */ public GroupRef createGroupRef() { return new GroupRef(); } /** * Create an instance of {@link Group } * * @return * the new instance of {@link Group } */ public Group createGroup() { return new Group(); } /** * Create an instance of {@link FileEntry } * * @return * the new instance of {@link FileEntry } */ public FileEntry createFileEntry() { return new FileEntry(); } /** * Create an instance of {@link Archive } * * @return * the new instance of {@link Archive } */ public Archive createArchive() { return new Archive(); } /** * Create an instance of {@link MemberEntry } * * @return * the new instance of {@link MemberEntry } */ public MemberEntry createMemberEntry() { return new MemberEntry(); } /** * Create an instance of {@link ChangePairRef } * * @return * the new instance of {@link ChangePairRef } */ public ChangePairRef createChangePairRef() { return new ChangePairRef(); } /** * Create an instance of {@link Defaults } * * @return * the new instance of {@link Defaults } */ public Defaults createDefaults() { return new Defaults(); } /** * Create an instance of {@link Property } * * @return * the new instance of {@link Property } */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link ChangePair } * * @return * the new instance of {@link ChangePair } */ public ChangePair createChangePair() { return new ChangePair(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link StringsubsDefinition }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link StringsubsDefinition }{@code >} */ @XmlElementDecl(namespace = "http://xmlns.oracle.com/cie/glassfish/stringsubs", name = "stringsubs-definition") public JAXBElement createStringsubsDefinition(StringsubsDefinition value) { return new JAXBElement<>(_StringsubsDefinition_QNAME, StringsubsDefinition.class, null, value); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy