public class ObjectFactory
extends java.lang.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: net.opengis.arml.v_2_0
|
public ObjectFactory()
public RelativeToType createRelativeToType()
RelativeToTypepublic ARAnchorType.Assets createARAnchorTypeAssets()
ARAnchorType.Assetspublic TrackableType createTrackableType()
TrackableTypepublic TrackableType.Config createTrackableTypeConfig()
TrackableType.Configpublic TrackerType createTrackerType()
TrackerTypepublic ScreenAnchorType createScreenAnchorType()
ScreenAnchorTypepublic ScreenAnchorType.Assets createScreenAnchorTypeAssets()
ScreenAnchorType.Assetspublic FeatureType createFeatureType()
FeatureTypepublic FeatureType.Anchors createFeatureTypeAnchors()
FeatureType.Anchorspublic GeometryType createGeometryType()
GeometryTypepublic DistanceConditionType createDistanceConditionType()
DistanceConditionTypepublic SelectedConditionType createSelectedConditionType()
SelectedConditionTypepublic OrientationType createOrientationType()
OrientationTypepublic ScalingModeType createScalingModeType()
ScalingModeTypepublic VisualAssetType.Conditions createVisualAssetTypeConditions()
VisualAssetType.Conditionspublic ModelType.Href createModelTypeHref()
ModelType.Hrefpublic ImageType.Href createImageTypeHref()
ImageType.Hrefpublic LabelType.Href createLabelTypeHref()
LabelType.Hrefpublic RelativeToType.Ref createRelativeToTypeRef()
RelativeToType.Refpublic ARAnchorType.Assets.AssetRef createARAnchorTypeAssetsAssetRef()
ARAnchorType.Assets.AssetRefpublic TrackableType.Config.Tracker createTrackableTypeConfigTracker()
TrackableType.Config.Trackerpublic TrackerType.Uri createTrackerTypeUri()
TrackerType.Uripublic TrackerType.Src createTrackerTypeSrc()
TrackerType.Srcpublic ScreenAnchorType.Assets.AssetRef createScreenAnchorTypeAssetsAssetRef()
ScreenAnchorType.Assets.AssetRefpublic FeatureType.Metadata createFeatureTypeMetadata()
FeatureType.Metadatapublic FeatureType.Anchors.AnchorRef createFeatureTypeAnchorsAnchorRef()
FeatureType.Anchors.AnchorRefpublic ArmlType.ARElements createArmlTypeARElements()
ArmlType.ARElementspublic ArmlType.Style createArmlTypeStyle()
ArmlType.Stylepublic ArmlType.Script createArmlTypeScript()
ArmlType.Scriptpublic javax.xml.bind.JAXBElement<ARElementType> createARElement(ARElementType value)
public javax.xml.bind.JAXBElement<FeatureType> createFeature(FeatureType value)
public javax.xml.bind.JAXBElement<AnchorType> createAnchor(AnchorType value)
public javax.xml.bind.JAXBElement<ScreenAnchorType> createScreenAnchor(ScreenAnchorType value)
public javax.xml.bind.JAXBElement<ARAnchorType> createARAnchor(ARAnchorType value)
public javax.xml.bind.JAXBElement<GeometryType> createGeometry(GeometryType value)
public javax.xml.bind.JAXBElement<TrackerType> createTracker(TrackerType value)
public javax.xml.bind.JAXBElement<TrackableType> createTrackable(TrackableType value)
public javax.xml.bind.JAXBElement<RelativeToType> createRelativeTo(RelativeToType value)
public javax.xml.bind.JAXBElement<VisualAssetType> createVisualAsset(VisualAssetType value)
public javax.xml.bind.JAXBElement<VisualAsset2DType> createVisualAsset2D(VisualAsset2DType value)
public javax.xml.bind.JAXBElement<ConditionType> createCondition(ConditionType value)
public javax.xml.bind.JAXBElement<DistanceConditionType> createDistanceCondition(DistanceConditionType value)
public javax.xml.bind.JAXBElement<SelectedConditionType> createSelectedCondition(SelectedConditionType value)
Copyright © 2008-2021. All Rights Reserved.