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