// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2016.07.27 at 04:06:37 PM EDT // package mil.ces.metadata.mdr.ns.gsip.tspi._2_0.ext; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the mil.ces.metadata.mdr.ns.gsip.tspi._2_0.ext package. * <p>An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { private final static QName _PointWGS84E3D_QNAME = new QName("http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/ext", "Point_WGS84E_3D"); private final static QName _GEOLOCInstance_QNAME = new QName("http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/ext", "GEOLOCInstance"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: mil.ces.metadata.mdr.ns.gsip.tspi._2_0.ext * */ public ObjectFactory() { } /** * Create an instance of {@link PointTypeWGS84E3D } * */ public PointTypeWGS84E3D createPointTypeWGS84E3D() { return new PointTypeWGS84E3D(); } /** * Create an instance of {@link GEOLOCInstanceType } * */ public GEOLOCInstanceType createGEOLOCInstanceType() { return new GEOLOCInstanceType(); } /** * Create an instance of {@link PointTypeWGS84E3DPrimitive } * */ public PointTypeWGS84E3DPrimitive createPointTypeWGS84E3DPrimitive() { return new PointTypeWGS84E3DPrimitive(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PointTypeWGS84E3D }{@code >}} * */ @XmlElementDecl(namespace = "http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/ext", name = "Point_WGS84E_3D", substitutionHeadNamespace = "http://www.opengis.net/gml/3.2", substitutionHeadName = "AbstractGeometricPrimitive") public JAXBElement<PointTypeWGS84E3D> createPointWGS84E3D(PointTypeWGS84E3D value) { return new JAXBElement<PointTypeWGS84E3D>(_PointWGS84E3D_QNAME, PointTypeWGS84E3D.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link GEOLOCInstanceType }{@code >}} * */ @XmlElementDecl(namespace = "http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0/ext", name = "GEOLOCInstance", substitutionHeadNamespace = "http://metadata.ces.mil/mdr/ns/GSIP/tspi/2.0", substitutionHeadName = "AbstractGeographicLocation") public JAXBElement<GEOLOCInstanceType> createGEOLOCInstance(GEOLOCInstanceType value) { return new JAXBElement<GEOLOCInstanceType>(_GEOLOCInstance_QNAME, GEOLOCInstanceType.class, null, value); } }