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: at.gridgears.schemas.held
|
public ObjectFactory()
public CircleType createCircleType()
CircleTypepublic AbstractSurfaceType createAbstractSurfaceType()
AbstractSurfaceTypepublic EllipseType createEllipseType()
EllipseTypepublic ArcBandType createArcBandType()
ArcBandTypepublic AbstractSolidType createAbstractSolidType()
AbstractSolidTypepublic SphereType createSphereType()
SphereTypepublic EllipsoidType createEllipsoidType()
EllipsoidTypepublic MetaDataPropertyType createMetaDataPropertyType()
MetaDataPropertyTypepublic StringOrRefType createStringOrRefType()
StringOrRefTypepublic PointPropertyType createPointPropertyType()
PointPropertyTypepublic DirectPositionType createDirectPositionType()
DirectPositionTypepublic CoordinatesType createCoordinatesType()
CoordinatesTypepublic PolygonType createPolygonType()
PolygonTypepublic AbstractRingPropertyType createAbstractRingPropertyType()
AbstractRingPropertyTypepublic MeasureType createMeasureType()
MeasureTypepublic LengthType createLengthType()
LengthTypepublic SurfacePropertyType createSurfacePropertyType()
SurfacePropertyTypepublic LocInfoType createLocInfoType()
LocInfoTypepublic LocProvidedBy createLocProvidedBy()
LocProvidedBypublic LocPolicyType createLocPolicyType()
LocPolicyTypepublic LocationResponseType createLocationResponseType()
LocationResponseTypepublic LocationRequestType createLocationRequestType()
LocationRequestTypepublic ReturnLocationType createReturnLocationType()
ReturnLocationTypepublic LocationTypeType createLocationTypeType()
LocationTypeTypepublic BaseRequestType createBaseRequestType()
BaseRequestTypepublic ErrorMsgType createErrorMsgType()
ErrorMsgTypepublic DeviceIdentity createDeviceIdentity()
DeviceIdentitypublic JAXBElement<CircleType> createCircle(CircleType value)
public JAXBElement<AbstractSurfaceType> createSurface(AbstractSurfaceType value)
public JAXBElement<AbstractGeometricPrimitiveType> createGeometricPrimitive(AbstractGeometricPrimitiveType value)
public JAXBElement<AbstractGeometryType> createGeometry(AbstractGeometryType value)
public JAXBElement<AbstractGMLType> createGML(AbstractGMLType value)
public JAXBElement<Object> createObject(Object value)
public JAXBElement<EllipseType> createEllipse(EllipseType value)
public JAXBElement<ArcBandType> createArcBand(ArcBandType value)
public JAXBElement<PrismType> createPrism(PrismType value)
public JAXBElement<AbstractSolidType> createSolid(AbstractSolidType value)
public JAXBElement<SphereType> createSphere(SphereType value)
public JAXBElement<EllipsoidType> createEllipsoid(EllipsoidType value)
public JAXBElement<MetaDataPropertyType> createMetaDataProperty(MetaDataPropertyType value)
public JAXBElement<CodeType> createName(CodeType value)
public JAXBElement<StringOrRefType> createDescription(StringOrRefType value)
public JAXBElement<PointType> createPoint(PointType value)
public JAXBElement<PointPropertyType> createPointProperty(PointPropertyType value)
public JAXBElement<DirectPositionType> createPos(DirectPositionType value)
public JAXBElement<CoordinatesType> createCoordinates(CoordinatesType value)
public JAXBElement<CoordType> createCoord(CoordType value)
public JAXBElement<PolygonType> createPolygon(PolygonType value)
public JAXBElement<AbstractRingType> createRing(AbstractRingType value)
public JAXBElement<AbstractRingPropertyType> createExterior(AbstractRingPropertyType value)
public JAXBElement<AbstractRingPropertyType> createInterior(AbstractRingPropertyType value)
public JAXBElement<AmlType> createAml(AmlType value)
public JAXBElement<Geopriv> createGeopriv(Geopriv value)
public JAXBElement<ErrorType> createError(ErrorType value)
public JAXBElement<LocationResponseType> createLocationResponse(LocationResponseType value)
public JAXBElement<LocationRequestType> createLocationRequest(LocationRequestType value)
public JAXBElement<DeviceIdentity> createDevice(DeviceIdentity value)
public JAXBElement<List<QName>> createRequiredIdentifiers(List<QName> value)
public JAXBElement<IpAddress> createIp(IpAddress value)
public JAXBElement<String> createMac(String value)
public JAXBElement<Integer> createUdpport(Integer value)
public JAXBElement<Integer> createTcpport(Integer value)
public JAXBElement<Integer> createSctpport(Integer value)
public JAXBElement<Integer> createDccpport(Integer value)
public JAXBElement<String> createNai(String value)
public JAXBElement<String> createUri(String value)
public JAXBElement<String> createFqdn(String value)
public JAXBElement<byte[]> createDuid(byte[] value)
public JAXBElement<String> createMsisdn(String value)
public JAXBElement<String> createImsi(String value)
public JAXBElement<String> createImei(String value)
public JAXBElement<String> createMin(String value)
public JAXBElement<String> createMdn(String value)
public JAXBElement<Presence> createPresence(Presence value)
Copyright © 2018. All rights reserved.