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.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 javax.xml.bind.JAXBElement<GenericCityObjectType> createGenericCityObject(GenericCityObjectType value)
value - Java instance representing xml element's value.JAXBElement<GenericCityObjectType>public javax.xml.bind.JAXBElement<AbstractGenericAttributeType> createGenericAttribute(AbstractGenericAttributeType value)
value - Java instance representing xml element's value.JAXBElement<AbstractGenericAttributeType>public javax.xml.bind.JAXBElement<StringAttributeType> createStringAttribute(StringAttributeType value)
value - Java instance representing xml element's value.JAXBElement<StringAttributeType>public javax.xml.bind.JAXBElement<IntAttributeType> createIntAttribute(IntAttributeType value)
value - Java instance representing xml element's value.JAXBElement<IntAttributeType>public javax.xml.bind.JAXBElement<DoubleAttributeType> createDoubleAttribute(DoubleAttributeType value)
value - Java instance representing xml element's value.JAXBElement<DoubleAttributeType>public javax.xml.bind.JAXBElement<DateAttributeType> createDateAttribute(DateAttributeType value)
value - Java instance representing xml element's value.JAXBElement<DateAttributeType>public javax.xml.bind.JAXBElement<UriAttributeType> createUriAttribute(UriAttributeType value)
value - Java instance representing xml element's value.JAXBElement<UriAttributeType>public javax.xml.bind.JAXBElement<MeasureAttributeType> createMeasureAttribute(MeasureAttributeType value)
value - Java instance representing xml element's value.JAXBElement<MeasureAttributeType>public javax.xml.bind.JAXBElement<GenericAttributeSetType> createGenericAttributeSet(GenericAttributeSetType value)
value - Java instance representing xml element's value.JAXBElement<GenericAttributeSetType>Copyright © 2008-2022. All Rights Reserved.