Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.generics.v_2_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.citygml.generics.v_2_0 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
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createGenericCityObjectType
public GenericCityObjectType createGenericCityObjectType()
Create an instance ofGenericCityObjectType
-
createStringAttributeType
public StringAttributeType createStringAttributeType()
Create an instance ofStringAttributeType
-
createIntAttributeType
public IntAttributeType createIntAttributeType()
Create an instance ofIntAttributeType
-
createDoubleAttributeType
public DoubleAttributeType createDoubleAttributeType()
Create an instance ofDoubleAttributeType
-
createDateAttributeType
public DateAttributeType createDateAttributeType()
Create an instance ofDateAttributeType
-
createUriAttributeType
public UriAttributeType createUriAttributeType()
Create an instance ofUriAttributeType
-
createMeasureAttributeType
public MeasureAttributeType createMeasureAttributeType()
Create an instance ofMeasureAttributeType
-
createGenericAttributeSetType
public GenericAttributeSetType createGenericAttributeSetType()
Create an instance ofGenericAttributeSetType
-
createGenericCityObject
public jakarta.xml.bind.JAXBElement<GenericCityObjectType> createGenericCityObject(GenericCityObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GenericCityObjectType>
-
createGenericAttribute
public jakarta.xml.bind.JAXBElement<AbstractGenericAttributeType> createGenericAttribute(AbstractGenericAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractGenericAttributeType>
-
createStringAttribute
public jakarta.xml.bind.JAXBElement<StringAttributeType> createStringAttribute(StringAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StringAttributeType>
-
createIntAttribute
public jakarta.xml.bind.JAXBElement<IntAttributeType> createIntAttribute(IntAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IntAttributeType>
-
createDoubleAttribute
public jakarta.xml.bind.JAXBElement<DoubleAttributeType> createDoubleAttribute(DoubleAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DoubleAttributeType>
-
createDateAttribute
public jakarta.xml.bind.JAXBElement<DateAttributeType> createDateAttribute(DateAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DateAttributeType>
-
createUriAttribute
public jakarta.xml.bind.JAXBElement<UriAttributeType> createUriAttribute(UriAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UriAttributeType>
-
createMeasureAttribute
public jakarta.xml.bind.JAXBElement<MeasureAttributeType> createMeasureAttribute(MeasureAttributeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MeasureAttributeType>
-
createGenericAttributeSet
public jakarta.xml.bind.JAXBElement<GenericAttributeSetType> createGenericAttributeSet(GenericAttributeSetType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<GenericAttributeSetType>
-
-