public class ObjectFactory
extends java.lang.Object
Constructor and Description |
---|
ObjectFactory() |
Modifier and Type | Method and Description |
---|---|
static Inflected |
createInflected() |
static javax.xml.bind.JAXBElement<Inflected> |
createInflected(Inflected value) |
static Lemma |
createLemma() |
static javax.xml.bind.JAXBElement<Lemma> |
createLemma(Lemma value) |
static LemmaDictionary |
createLemmaDictionary() |
static javax.xml.bind.JAXBElement<LemmaDictionary> |
createLemmaDictionary(LemmaDictionary value) |
static LemmaGender |
createLemmaGender() |
static javax.xml.bind.JAXBElement<LemmaGender> |
createLemmaGender(LemmaGender value) |
static LemmaNumber |
createLemmaNumber() |
static javax.xml.bind.JAXBElement<LemmaNumber> |
createLemmaNumber(LemmaNumber value) |
static LemmaPoS |
createLemmaPoS() |
static javax.xml.bind.JAXBElement<LemmaPoS> |
createLemmaPoS(LemmaPoS value) |
static javax.xml.bind.JAXBContext |
getContext() |
public static javax.xml.bind.JAXBContext getContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public static LemmaPoS createLemmaPoS()
public static LemmaGender createLemmaGender()
public static javax.xml.bind.JAXBElement<LemmaGender> createLemmaGender(LemmaGender value)
public static LemmaNumber createLemmaNumber()
public static javax.xml.bind.JAXBElement<LemmaNumber> createLemmaNumber(LemmaNumber value)
public static LemmaDictionary createLemmaDictionary()
public static javax.xml.bind.JAXBElement<LemmaDictionary> createLemmaDictionary(LemmaDictionary value)
public static Lemma createLemma()
public static Inflected createInflected()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.