Package org.bremersee.google.kml.v22.ext
Class ObjectFactory
java.lang.Object
org.bremersee.google.kml.v22.ext.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.bremersee.google.kml.v22.ext package.
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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bremersee.google.kml.v22.ext -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AbstractTourPrimitiveType> jakarta.xml.bind.JAXBElement<AbstractTourPrimitiveType> Create an instance ofAbstractTourPrimitiveTypejakarta.xml.bind.JAXBElement<Object> jakarta.xml.bind.JAXBElement<AltitudeModeEnumType> jakarta.xml.bind.JAXBElement<Double> createAltitudeOffset(Double value) jakarta.xml.bind.JAXBElement<String> createAngles(String value) jakarta.xml.bind.JAXBElement<AnimatedUpdateType> Create an instance ofAnimatedUpdateTypejakarta.xml.bind.JAXBElement<Boolean> createBalloonVisibility(Boolean value) jakarta.xml.bind.JAXBElement<String> createCoord(String value) jakarta.xml.bind.JAXBElement<Double> createDelayedStart(Double value) jakarta.xml.bind.JAXBElement<BigInteger> createDrawOrder(BigInteger value) jakarta.xml.bind.JAXBElement<Double> createDuration(Double value) jakarta.xml.bind.JAXBElement<FlyToType> createFlyTo(FlyToType value) jakarta.xml.bind.JAXBElement<FlyToModeEnumType> createFlyToMode(FlyToModeEnumType value) Create an instance ofFlyToTypejakarta.xml.bind.JAXBElement<BigInteger> createH(BigInteger value) jakarta.xml.bind.JAXBElement<Double> createHorizFov(Double value) jakarta.xml.bind.JAXBElement<Boolean> createInterpolate(Boolean value) jakarta.xml.bind.JAXBElement<Boolean> createLabelVisibility(Boolean value) jakarta.xml.bind.JAXBElement<LatLonQuadType> createLatLonQuad(LatLonQuadType value) Create an instance ofLatLonQuadTypejakarta.xml.bind.JAXBElement<MultiTrackType> createMultiTrack(MultiTrackType value) Create an instance ofMultiTrackTypeCreate an instance ofOptionjakarta.xml.bind.JAXBElement<byte[]> createOuterColor(byte[] value) Create an instance ofJAXBElement<invalid reference
byte[]>jakarta.xml.bind.JAXBElement<Float> createOuterWidth(Float value) jakarta.xml.bind.JAXBElement<Float> createPhysicalWidth(Float value) jakarta.xml.bind.JAXBElement<PlaylistType> createPlaylist(PlaylistType value) Create an instance ofPlaylistTypejakarta.xml.bind.JAXBElement<PlayModeEnumType> createPlayMode(PlayModeEnumType value) jakarta.xml.bind.JAXBElement<Double> createRank(Double value) jakarta.xml.bind.JAXBElement<SimpleArrayDataType> jakarta.xml.bind.JAXBElement<Object> Create an instance ofSimpleArrayDataTypejakarta.xml.bind.JAXBElement<SimpleArrayFieldType> jakarta.xml.bind.JAXBElement<Object> Create an instance ofSimpleArrayFieldTypejakarta.xml.bind.JAXBElement<SoundCueType> createSoundCue(SoundCueType value) Create an instance ofSoundCueTypejakarta.xml.bind.JAXBElement<TimeSpanType> createTimeSpan(TimeSpanType value) jakarta.xml.bind.JAXBElement<TimeStampType> createTimeStamp(TimeStampType value) jakarta.xml.bind.JAXBElement<TourType> createTour(TourType value) jakarta.xml.bind.JAXBElement<TourControlType> createTourControl(TourControlType value) Create an instance ofTourControlTypeCreate an instance ofTourTypejakarta.xml.bind.JAXBElement<TrackType> createTrack(TrackType value) Create an instance ofTrackTypejakarta.xml.bind.JAXBElement<String> createValue(String value) jakarta.xml.bind.JAXBElement<ViewerOptionsType> Create an instance ofViewerOptionsTypejakarta.xml.bind.JAXBElement<BigInteger> createW(BigInteger value) jakarta.xml.bind.JAXBElement<WaitType> createWait(WaitType value) Create an instance ofWaitTypejakarta.xml.bind.JAXBElement<BigInteger> createX(BigInteger value) jakarta.xml.bind.JAXBElement<BigInteger> createY(BigInteger value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bremersee.google.kml.v22.ext
-
-
Method Details
-
createAbstractTourPrimitiveType
Create an instance ofAbstractTourPrimitiveType- Returns:
- the new instance of
AbstractTourPrimitiveType
-
createAnimatedUpdateType
Create an instance ofAnimatedUpdateType- Returns:
- the new instance of
AnimatedUpdateType
-
createFlyToType
Create an instance ofFlyToType- Returns:
- the new instance of
FlyToType
-
createPlaylistType
Create an instance ofPlaylistType- Returns:
- the new instance of
PlaylistType
-
createSoundCueType
Create an instance ofSoundCueType- Returns:
- the new instance of
SoundCueType
-
createTourType
Create an instance ofTourType- Returns:
- the new instance of
TourType
-
createTourControlType
Create an instance ofTourControlType- Returns:
- the new instance of
TourControlType
-
createWaitType
Create an instance ofWaitType- Returns:
- the new instance of
WaitType
-
createLatLonQuadType
Create an instance ofLatLonQuadType- Returns:
- the new instance of
LatLonQuadType
-
createTrackType
Create an instance ofTrackType- Returns:
- the new instance of
TrackType
-
createMultiTrackType
Create an instance ofMultiTrackType- Returns:
- the new instance of
MultiTrackType
-
createSimpleArrayFieldType
Create an instance ofSimpleArrayFieldType- Returns:
- the new instance of
SimpleArrayFieldType
-
createSimpleArrayDataType
Create an instance ofSimpleArrayDataType- Returns:
- the new instance of
SimpleArrayDataType
-
createViewerOptionsType
Create an instance ofViewerOptionsType- Returns:
- the new instance of
ViewerOptionsType
-
createOption
Create an instance ofOption- Returns:
- the new instance of
Option
-
createAbstractTrackSimpleExtensionGroup
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createAltitudeMode
public jakarta.xml.bind.JAXBElement<AltitudeModeEnumType> createAltitudeMode(AltitudeModeEnumType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AltitudeModeEnumType>
-
createAltitudeOffset
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Double>
-
createAngles
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createBalloonVisibility
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createCoord
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createDelayedStart
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Double>
-
createDrawOrder
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createDuration
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Double>
-
createFlyToMode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FlyToModeEnumType>
-
createHorizFov
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Double>
-
createInterpolate
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createLabelVisibility
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createOuterColor
public jakarta.xml.bind.JAXBElement<byte[]> createOuterColor(byte[] value) Create an instance ofJAXBElement<invalid reference
byte[]>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<invalid reference
byte[]>
-
createOuterWidth
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Float>
-
createPhysicalWidth
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Float>
-
createPlayMode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PlayModeEnumType>
-
createRank
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Double>
-
createValue
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createX
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createY
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createW
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createH
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createAbstractTourPrimitiveGroup
public jakarta.xml.bind.JAXBElement<AbstractTourPrimitiveType> createAbstractTourPrimitiveGroup(AbstractTourPrimitiveType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractTourPrimitiveType>
-
createAbstractTourPrimitive
public jakarta.xml.bind.JAXBElement<AbstractTourPrimitiveType> createAbstractTourPrimitive(AbstractTourPrimitiveType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractTourPrimitiveType>
-
createAnimatedUpdate
public jakarta.xml.bind.JAXBElement<AnimatedUpdateType> createAnimatedUpdate(AnimatedUpdateType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AnimatedUpdateType>
-
createFlyTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FlyToType>
-
createPlaylist
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PlaylistType>
-
createSoundCue
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SoundCueType>
-
createTour
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TourType>
-
createTimeStamp
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimeStampType>
-
createTimeSpan
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimeSpanType>
-
createTourControl
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TourControlType>
-
createWait
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WaitType>
-
createLatLonQuad
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LatLonQuadType>
-
createTrack
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TrackType>
-
createMultiTrack
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MultiTrackType>
-
createSimpleArrayField
public jakarta.xml.bind.JAXBElement<SimpleArrayFieldType> createSimpleArrayField(SimpleArrayFieldType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SimpleArrayFieldType>
-
createSimpleArrayFieldExtension
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createSimpleArrayData
public jakarta.xml.bind.JAXBElement<SimpleArrayDataType> createSimpleArrayData(SimpleArrayDataType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SimpleArrayDataType>
-
createSimpleArrayDataExtension
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createViewerOptions
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ViewerOptionsType>
-