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