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.ObjectA 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.ItemnewInstance()static BlockSet.Member2.ItemnewInstance(XmlOptions options)static BlockSet.Member2.ItemnewValue(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)
-
-