com.sun.enterprise.admin.servermgmt.xml.stringsubs.ObjectFactory Maven / Gradle / Ivy
Show all versions of payara-micro Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.02.06 at 01:17:06 PM GMT
//
package com.sun.enterprise.admin.servermgmt.xml.stringsubs;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* 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 MemberEntry }
*
*/
public MemberEntry createMemberEntry() {
return new MemberEntry();
}
/**
* Create an instance of {@link ChangePair }
*
*/
public ChangePair createChangePair() {
return new ChangePair();
}
/**
* Create an instance of {@link Property }
*
*/
public Property createProperty() {
return new Property();
}
/**
* Create an instance of {@link Defaults }
*
*/
public Defaults createDefaults() {
return new Defaults();
}
/**
* Create an instance of {@link ChangePairRef }
*
*/
public ChangePairRef createChangePairRef() {
return new ChangePairRef();
}
/**
* Create an instance of {@link Component }
*
*/
public Component createComponent() {
return new Component();
}
/**
* Create an instance of {@link GroupRef }
*
*/
public GroupRef createGroupRef() {
return new GroupRef();
}
/**
* Create an instance of {@link StringsubsDefinition }
*
*/
public StringsubsDefinition createStringsubsDefinition() {
return new StringsubsDefinition();
}
/**
* Create an instance of {@link Archive }
*
*/
public Archive createArchive() {
return new Archive();
}
/**
* Create an instance of {@link Group }
*
*/
public Group createGroup() {
return new Group();
}
/**
* Create an instance of {@link FileEntry }
*
*/
public FileEntry createFileEntry() {
return new FileEntry();
}
/**
* Create an 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);
}
}