Package dev.orne.i18n.jaxb
Class ObjectFactory
java.lang.Object
dev.orne.i18n.jaxb.ObjectFactory
This object contains factory methods for each Java content interface and
Java element interface in the dev.orne.i18n 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.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: dev.orne.i18n. -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofXmlI18nStringTranslation
.Create an instance ofXmlI18nString
.
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: dev.orne.i18n.
-
-
Method Details
-
createXmlI18NString
Create an instance ofXmlI18nString
.- Returns:
- The instance of
XmlI18nString
.
-
createTranslation
Create an instance ofXmlI18nStringTranslation
.- Returns:
- The instance of
XmlI18nStringTranslation
.
-