public class ObjectFactory extends Object
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.
| Constructor and Description |
|---|
ObjectFactory()
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
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<GEOLOCInstanceType> |
createGEOLOCInstance(GEOLOCInstanceType value)
|
GEOLOCInstanceType |
createGEOLOCInstanceType()
Create an instance of
GEOLOCInstanceType |
PointTypeWGS84E3D |
createPointTypeWGS84E3D()
Create an instance of
PointTypeWGS84E3D |
PointTypeWGS84E3DPrimitive |
createPointTypeWGS84E3DPrimitive()
Create an instance of
PointTypeWGS84E3DPrimitive |
JAXBElement<PointTypeWGS84E3D> |
createPointWGS84E3D(PointTypeWGS84E3D value)
|
public ObjectFactory()
public PointTypeWGS84E3D createPointTypeWGS84E3D()
PointTypeWGS84E3Dpublic GEOLOCInstanceType createGEOLOCInstanceType()
GEOLOCInstanceTypepublic PointTypeWGS84E3DPrimitive createPointTypeWGS84E3DPrimitive()
PointTypeWGS84E3DPrimitivepublic JAXBElement<PointTypeWGS84E3D> createPointWGS84E3D(PointTypeWGS84E3D value)
public JAXBElement<GEOLOCInstanceType> createGEOLOCInstance(GEOLOCInstanceType value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.