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