@CodingStyleguideUnaware public class ObjectFactory extends Object
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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_AltLabel_QNAME |
static QName |
_Concept_QNAME |
static QName |
_Definition_QNAME |
static QName |
_Notation_QNAME |
static QName |
_PrefLabel_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.w3.skos
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
createAltLabel(String value)
|
JAXBElement<ConceptType> |
createConcept(ConceptType value)
|
ConceptType |
createConceptType()
Create an instance of
ConceptType |
JAXBElement<DefinitionType> |
createDefinition(DefinitionType value)
|
DefinitionType |
createDefinitionType()
Create an instance of
DefinitionType |
JAXBElement<Object> |
createNotation(Object value)
|
JAXBElement<String> |
createPrefLabel(String value)
|
public static final QName _PrefLabel_QNAME
public static final QName _AltLabel_QNAME
public static final QName _Notation_QNAME
public static final QName _Concept_QNAME
public static final QName _Definition_QNAME
public ObjectFactory()
@Nonnull public ConceptType createConceptType()
ConceptTypenull.@Nonnull public DefinitionType createDefinitionType()
DefinitionTypenull.@Nonnull public JAXBElement<String> createPrefLabel(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<String> createAltLabel(@Nullable String value)
value - Java instance representing xml element's value.JAXBElement<String> The created JAXBElement and never null.@Nonnull public JAXBElement<Object> createNotation(@Nullable Object value)
value - Java instance representing xml element's value.JAXBElement<Object> The created JAXBElement and never null.@Nonnull public JAXBElement<ConceptType> createConcept(@Nullable ConceptType value)
value - Java instance representing xml element's value.JAXBElement<ConceptType> The created JAXBElement and never null.@Nonnull public JAXBElement<DefinitionType> createDefinition(@Nullable DefinitionType value)
value - Java instance representing xml element's value.JAXBElement<DefinitionType> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.