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
|
public ObjectFactory()
public JAXBElement<Object> createAbstractPhysicalAddress(Object value)
public JAXBElement<SILocationInstanceType> createAbstractGeographicLocation(SILocationInstanceType value)
public JAXBElement<PointType> createPoint(PointType value)
public JAXBElement<LineStringType> createLineString(LineStringType value)
public JAXBElement<CircleType> createCircle(CircleType value)
public JAXBElement<EllipseType> createEllipse(EllipseType value)
public JAXBElement<PolygonType> createPolygon(PolygonType value)
public JAXBElement<SimplePolygonType> createSimplePolygon(SimplePolygonType value)
public JAXBElement<SimpleRectangleType> createSimpleRectangle(SimpleRectangleType value)
public JAXBElement<EnvelopeType> createEnvelope(EnvelopeType value)
public JAXBElement<CircularSurfaceType> createCircularSurface(CircularSurfaceType value)
public JAXBElement<EllipticalSurfaceType> createEllipticalSurface(EllipticalSurfaceType value)
public JAXBElement<AccelerationType> createAcceleration(AccelerationType value)
public JAXBElement<AmountOfSubstanceType> createAmountOfSubstance(AmountOfSubstanceType value)
public JAXBElement<AreaType> createArea(AreaType value)
public JAXBElement<CapacitanceType> createCapacitance(CapacitanceType value)
public JAXBElement<ElectricChargeType> createElectricCharge(ElectricChargeType value)
public JAXBElement<ElectricConductanceType> createElectricConductance(ElectricConductanceType value)
public JAXBElement<ElectricCurrentType> createElectricCurrent(ElectricCurrentType value)
public JAXBElement<ElectricResistanceType> createElectricResistance(ElectricResistanceType value)
public JAXBElement<ElectromotiveForceType> createElectromotiveForce(ElectromotiveForceType value)
public JAXBElement<EnergyType> createEnergy(EnergyType value)
public JAXBElement<ForceType> createForce(ForceType value)
public JAXBElement<FrequencyType> createFrequency(FrequencyType value)
public JAXBElement<GeopotentialEnergyLengthType> createGeopotentialEnergyLength(GeopotentialEnergyLengthType value)
public JAXBElement<IlluminanceType> createIlluminance(IlluminanceType value)
public JAXBElement<InductanceType> createInductance(InductanceType value)
public JAXBElement<IrradianceType> createIrradiance(IrradianceType value)
public JAXBElement<LengthType> createLength(LengthType value)
public JAXBElement<LinearDensityType> createLinearDensity(LinearDensityType value)
public JAXBElement<LinearEnergyTransferType> createLinearEnergyTransfer(LinearEnergyTransferType value)
public JAXBElement<LuminousFluxType> createLuminousFlux(LuminousFluxType value)
public JAXBElement<LuminousIntensityType> createLuminousIntensity(LuminousIntensityType value)
public JAXBElement<MagneticFluxType> createMagneticFlux(MagneticFluxType value)
public JAXBElement<MagneticFluxDensityType> createMagneticFluxDensity(MagneticFluxDensityType value)
public JAXBElement<MagneticFluxDensityGradientType> createMagneticFluxDensityGradient(MagneticFluxDensityGradientType value)
public JAXBElement<MassType> createMass(MassType value)
public JAXBElement<MassDensityType> createMassDensity(MassDensityType value)
public JAXBElement<MassFractionType> createMassFraction(MassFractionType value)
public JAXBElement<MassRateType> createMassRate(MassRateType value)
public JAXBElement<NoncomparableUnitType> createNoncomparableUnit(NoncomparableUnitType value)
public JAXBElement<PlaneAngleType> createPlaneAngle(PlaneAngleType value)
public JAXBElement<PowerType> createPower(PowerType value)
public JAXBElement<PowerLevelDifferenceType> createPowerLevelDifference(PowerLevelDifferenceType value)
public JAXBElement<PowerLevelDiffLenGradientType> createPowerLevelDiffLenGradient(PowerLevelDiffLenGradientType value)
public JAXBElement<PressureType> createPressure(PressureType value)
public JAXBElement<PureNumberType> createPureNumber(PureNumberType value)
public JAXBElement<RadiationAbsorbedDoseType> createRadiationAbsorbedDose(RadiationAbsorbedDoseType value)
public JAXBElement<RadiationDoseEquivalentType> createRadiationDoseEquivalent(RadiationDoseEquivalentType value)
public JAXBElement<RadionuclideActivityType> createRadionuclideActivity(RadionuclideActivityType value)
public JAXBElement<RateType> createRate(RateType value)
public JAXBElement<ReciprocalAreaType> createReciprocalArea(ReciprocalAreaType value)
public JAXBElement<ReciprocalTimeType> createReciprocalTime(ReciprocalTimeType value)
public JAXBElement<SolidAngleType> createSolidAngle(SolidAngleType value)
public JAXBElement<SoundSpeedRatioType> createSoundSpeedRatio(SoundSpeedRatioType value)
public JAXBElement<SpeedType> createSpeed(SpeedType value)
public JAXBElement<SurfaceMassDensityRateType> createSurfaceMassDensityRate(SurfaceMassDensityRateType value)
public JAXBElement<ThermodynamicTemperatureType> createThermodynamicTemperature(ThermodynamicTemperatureType value)
public JAXBElement<TimeType> createTime(TimeType value)
public JAXBElement<VolumeType> createVolume(VolumeType value)
public JAXBElement<VolumeFlowRateType> createVolumeFlowRate(VolumeFlowRateType value)
public JAXBElement<VolumeFractionType> createVolumeFraction(VolumeFractionType value)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.