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.generics.v_2_0
|
public ObjectFactory()
public GenericCityObjectType createGenericCityObjectType()
GenericCityObjectTypepublic StringAttributeType createStringAttributeType()
StringAttributeTypepublic IntAttributeType createIntAttributeType()
IntAttributeTypepublic DoubleAttributeType createDoubleAttributeType()
DoubleAttributeTypepublic DateAttributeType createDateAttributeType()
DateAttributeTypepublic UriAttributeType createUriAttributeType()
UriAttributeTypepublic MeasureAttributeType createMeasureAttributeType()
MeasureAttributeTypepublic GenericAttributeSetType createGenericAttributeSetType()
GenericAttributeSetTypepublic jakarta.xml.bind.JAXBElement<GenericCityObjectType> createGenericCityObject(GenericCityObjectType value)
value - Java instance representing xml element's value.JAXBElement<GenericCityObjectType>public jakarta.xml.bind.JAXBElement<AbstractGenericAttributeType> createGenericAttribute(AbstractGenericAttributeType value)
value - Java instance representing xml element's value.JAXBElement<AbstractGenericAttributeType>public jakarta.xml.bind.JAXBElement<StringAttributeType> createStringAttribute(StringAttributeType value)
value - Java instance representing xml element's value.JAXBElement<StringAttributeType>public jakarta.xml.bind.JAXBElement<IntAttributeType> createIntAttribute(IntAttributeType value)
value - Java instance representing xml element's value.JAXBElement<IntAttributeType>public jakarta.xml.bind.JAXBElement<DoubleAttributeType> createDoubleAttribute(DoubleAttributeType value)
value - Java instance representing xml element's value.JAXBElement<DoubleAttributeType>public jakarta.xml.bind.JAXBElement<DateAttributeType> createDateAttribute(DateAttributeType value)
value - Java instance representing xml element's value.JAXBElement<DateAttributeType>public jakarta.xml.bind.JAXBElement<UriAttributeType> createUriAttribute(UriAttributeType value)
value - Java instance representing xml element's value.JAXBElement<UriAttributeType>public jakarta.xml.bind.JAXBElement<MeasureAttributeType> createMeasureAttribute(MeasureAttributeType value)
value - Java instance representing xml element's value.JAXBElement<MeasureAttributeType>public jakarta.xml.bind.JAXBElement<GenericAttributeSetType> createGenericAttributeSet(GenericAttributeSetType value)
value - Java instance representing xml element's value.JAXBElement<GenericAttributeSetType>Copyright © 2008–2023. All rights reserved.