Package net.opengis.ows.x11
Class ExceptionReportDocument.ExceptionReport.Version.Factory
- java.lang.Object
-
- net.opengis.ows.x11.ExceptionReportDocument.ExceptionReport.Version.Factory
-
- Enclosing interface:
- ExceptionReportDocument.ExceptionReport.Version
public static final class ExceptionReportDocument.ExceptionReport.Version.Factory extends 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 ExceptionReportDocument.ExceptionReport.VersionnewInstance()static ExceptionReportDocument.ExceptionReport.VersionnewInstance(org.apache.xmlbeans.XmlOptions options)static ExceptionReportDocument.ExceptionReport.VersionnewValue(Object obj)
-
-
-
Method Detail
-
newValue
public static ExceptionReportDocument.ExceptionReport.Version newValue(Object obj)
-
newInstance
public static ExceptionReportDocument.ExceptionReport.Version newInstance()
-
newInstance
public static ExceptionReportDocument.ExceptionReport.Version newInstance(org.apache.xmlbeans.XmlOptions options)
-
-