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.citygml.vegetation.v_1_0
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfPlantCover(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfSolitaryVegetationObject(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfVegetationObject(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<PlantCoverType> |
createPlantCover(PlantCoverType value)
|
PlantCoverType |
createPlantCoverType()
Create an instance of
PlantCoverType |
javax.xml.bind.JAXBElement<SolitaryVegetationObjectType> |
createSolitaryVegetationObject(SolitaryVegetationObjectType value)
|
SolitaryVegetationObjectType |
createSolitaryVegetationObjectType()
Create an instance of
SolitaryVegetationObjectType |
javax.xml.bind.JAXBElement<AbstractVegetationObjectType> |
createVegetationObject(AbstractVegetationObjectType value)
|
public ObjectFactory()
public PlantCoverType createPlantCoverType()
PlantCoverTypepublic SolitaryVegetationObjectType createSolitaryVegetationObjectType()
SolitaryVegetationObjectTypepublic javax.xml.bind.JAXBElement<AbstractVegetationObjectType> createVegetationObject(AbstractVegetationObjectType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfVegetationObject(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<PlantCoverType> createPlantCover(PlantCoverType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfPlantCover(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<SolitaryVegetationObjectType> createSolitaryVegetationObject(SolitaryVegetationObjectType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfSolitaryVegetationObject(java.lang.Object value)
JAXBElement<Object>}Copyright © 2008-2021. All Rights Reserved.