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