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