Class BlockSet.Member2.Item.Factory
- java.lang.Object
-
- org.apache.xmlbeans.impl.xb.xsdschema.BlockSet.Member2.Item.Factory
-
- Enclosing interface:
- BlockSet.Member2.Item
public static final class BlockSet.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 BlockSet.Member2.Item
newInstance()
static BlockSet.Member2.Item
newInstance(XmlOptions options)
static BlockSet.Member2.Item
newValue(java.lang.Object obj)
-
-
-
Method Detail
-
newValue
public static BlockSet.Member2.Item newValue(java.lang.Object obj)
-
newInstance
public static BlockSet.Member2.Item newInstance()
-
newInstance
public static BlockSet.Member2.Item newInstance(XmlOptions options)
-
-