
com.helger.diver.repo.toc.jaxb.v10.ObjectFactory Maven / Gradle / Ivy
package com.helger.diver.repo.toc.jaxb.v10;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import javax.xml.namespace.QName;
import com.helger.commons.annotation.CodingStyleguideUnaware;
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.helger.diver.repo.toc.jaxb.v10 package.
* An ObjectFactory allows you to programmatically
* 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.
This class was annotated by ph-jaxb-plugin -Xph-annotate
*
*
*/
@XmlRegistry
@CodingStyleguideUnaware
public class ObjectFactory {
public static final QName _Repotoc_QNAME = new QName("urn:com:helger:diver:repotoc:v1.0", "repotoc");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.diver.repo.toc.jaxb.v10
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link RepoTocType }
*
* @return
* the new instance of {@link RepoTocType } The created RepoTocType object and never null
.
*/
@Nonnull
public RepoTocType createRepoTocType() {
return new RepoTocType();
}
/**
* Create an instance of {@link RTVersionType }
*
* @return
* the new instance of {@link RTVersionType } The created RTVersionType object and never null
.
*/
@Nonnull
public RTVersionType createRTVersionType() {
return new RTVersionType();
}
/**
* Create an instance of {@link RTVersionListType }
*
* @return
* the new instance of {@link RTVersionListType } The created RTVersionListType object and never null
.
*/
@Nonnull
public RTVersionListType createRTVersionListType() {
return new RTVersionListType();
}
/**
* Create an instance of {@link RTVersioningType }
*
* @return
* the new instance of {@link RTVersioningType } The created RTVersioningType object and never null
.
*/
@Nonnull
public RTVersioningType createRTVersioningType() {
return new RTVersioningType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RepoTocType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RepoTocType }{@code >} The created JAXBElement and never null
.
*/
@XmlElementDecl(namespace = "urn:com:helger:diver:repotoc:v1.0", name = "repotoc")
@Nonnull
public JAXBElement createRepotoc(
@Nullable
final RepoTocType value) {
return new JAXBElement<>(_Repotoc_QNAME, RepoTocType.class, null, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy