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.citygml.vegetation.v_2_0
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<Object> |
createGenericApplicationPropertyOfPlantCover(Object value)
|
jakarta.xml.bind.JAXBElement<Object> |
createGenericApplicationPropertyOfSolitaryVegetationObject(Object value)
|
jakarta.xml.bind.JAXBElement<Object> |
createGenericApplicationPropertyOfVegetationObject(Object value)
|
jakarta.xml.bind.JAXBElement<PlantCoverType> |
createPlantCover(PlantCoverType value)
|
PlantCoverType |
createPlantCoverType()
Create an instance of
PlantCoverType |
jakarta.xml.bind.JAXBElement<SolitaryVegetationObjectType> |
createSolitaryVegetationObject(SolitaryVegetationObjectType value)
|
SolitaryVegetationObjectType |
createSolitaryVegetationObjectType()
Create an instance of
SolitaryVegetationObjectType |
jakarta.xml.bind.JAXBElement<AbstractVegetationObjectType> |
createVegetationObject(AbstractVegetationObjectType value)
|
public ObjectFactory()
public PlantCoverType createPlantCoverType()
PlantCoverTypepublic SolitaryVegetationObjectType createSolitaryVegetationObjectType()
SolitaryVegetationObjectTypepublic jakarta.xml.bind.JAXBElement<AbstractVegetationObjectType> createVegetationObject(AbstractVegetationObjectType value)
value - Java instance representing xml element's value.JAXBElement<AbstractVegetationObjectType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfVegetationObject(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<PlantCoverType> createPlantCover(PlantCoverType value)
value - Java instance representing xml element's value.JAXBElement<PlantCoverType>public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfPlantCover(Object value)
value - Java instance representing xml element's value.JAXBElement<Object>public jakarta.xml.bind.JAXBElement<SolitaryVegetationObjectType> createSolitaryVegetationObject(SolitaryVegetationObjectType value)
value - Java instance representing xml element's value.JAXBElement<SolitaryVegetationObjectType>Copyright © 2008–2023. All rights reserved.