Class NamespaceList.Member2.Item.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.xsdschema.NamespaceList.Member2.Item.Factory
-
- Enclosing interface:
- NamespaceList.Member2.Item
public static final class NamespaceList.Member2.Item.Factory extends java.lang.Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NamespaceList.Member2.Item
newInstance()
static NamespaceList.Member2.Item
newInstance(XmlOptions options)
static NamespaceList.Member2.Item
newValue(java.lang.Object obj)
-
-
-
Method Detail
-
newValue
public static NamespaceList.Member2.Item newValue(java.lang.Object obj)
-
newInstance
public static NamespaceList.Member2.Item newInstance()
-
newInstance
public static NamespaceList.Member2.Item newInstance(XmlOptions options)
-
-