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<ArmlType> createArml(ArmlType value)
value - Java instance representing xml element's value.JAXBElement<ArmlType>public javax.xml.bind.JAXBElement<ARElementType> createARElement(ARElementType value)
value - Java instance representing xml element's value.JAXBElement<ARElementType>public javax.xml.bind.JAXBElement<FeatureType> createFeature(FeatureType value)
value - Java instance representing xml element's value.JAXBElement<FeatureType>public javax.xml.bind.JAXBElement<AnchorType> createAnchor(AnchorType value)
value - Java instance representing xml element's value.JAXBElement<AnchorType>public javax.xml.bind.JAXBElement<ScreenAnchorType> createScreenAnchor(ScreenAnchorType value)
value - Java instance representing xml element's value.JAXBElement<ScreenAnchorType>public javax.xml.bind.JAXBElement<ARAnchorType> createARAnchor(ARAnchorType value)
value - Java instance representing xml element's value.JAXBElement<ARAnchorType>public javax.xml.bind.JAXBElement<GeometryType> createGeometry(GeometryType value)
value - Java instance representing xml element's value.JAXBElement<GeometryType>public javax.xml.bind.JAXBElement<TrackerType> createTracker(TrackerType value)
value - Java instance representing xml element's value.JAXBElement<TrackerType>public javax.xml.bind.JAXBElement<TrackableType> createTrackable(TrackableType value)
value - Java instance representing xml element's value.JAXBElement<TrackableType>public javax.xml.bind.JAXBElement<RelativeToType> createRelativeTo(RelativeToType value)
value - Java instance representing xml element's value.JAXBElement<RelativeToType>public javax.xml.bind.JAXBElement<VisualAssetType> createVisualAsset(VisualAssetType value)
value - Java instance representing xml element's value.JAXBElement<VisualAssetType>public javax.xml.bind.JAXBElement<VisualAsset2DType> createVisualAsset2D(VisualAsset2DType value)
value - Java instance representing xml element's value.JAXBElement<VisualAsset2DType>public javax.xml.bind.JAXBElement<LabelType> createLabel(LabelType value)
value - Java instance representing xml element's value.JAXBElement<LabelType>public javax.xml.bind.JAXBElement<FillType> createFill(FillType value)
value - Java instance representing xml element's value.JAXBElement<FillType>public javax.xml.bind.JAXBElement<TextType> createText(TextType value)
value - Java instance representing xml element's value.JAXBElement<TextType>public javax.xml.bind.JAXBElement<ImageType> createImage(ImageType value)
value - Java instance representing xml element's value.JAXBElement<ImageType>public javax.xml.bind.JAXBElement<ModelType> createModel(ModelType value)
value - Java instance representing xml element's value.JAXBElement<ModelType>public javax.xml.bind.JAXBElement<ConditionType> createCondition(ConditionType value)
value - Java instance representing xml element's value.JAXBElement<ConditionType>public javax.xml.bind.JAXBElement<DistanceConditionType> createDistanceCondition(DistanceConditionType value)
value - Java instance representing xml element's value.JAXBElement<DistanceConditionType>public javax.xml.bind.JAXBElement<SelectedConditionType> createSelectedCondition(SelectedConditionType value)
value - Java instance representing xml element's value.JAXBElement<SelectedConditionType>Copyright © 2008-2022. All Rights Reserved.