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