net.opengis.citygml.generics.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.citygml.generics.v_1_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_1_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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.generics.v_1_0
 
Method Summary
 JAXBElement<DateAttributeType> createDateAttribute(DateAttributeType value)
          Create an instance of JAXBElement<DateAttributeType>}
 DateAttributeType createDateAttributeType()
          Create an instance of DateAttributeType
 JAXBElement<DoubleAttributeType> createDoubleAttribute(DoubleAttributeType value)
          Create an instance of JAXBElement<DoubleAttributeType>}
 DoubleAttributeType createDoubleAttributeType()
          Create an instance of DoubleAttributeType
 JAXBElement<AbstractGenericAttributeType> createGenericAttribute(AbstractGenericAttributeType value)
          Create an instance of JAXBElement<AbstractGenericAttributeType>}
 JAXBElement<GenericCityObjectType> createGenericCityObject(GenericCityObjectType value)
          Create an instance of JAXBElement<GenericCityObjectType>}
 GenericCityObjectType createGenericCityObjectType()
          Create an instance of GenericCityObjectType
 JAXBElement<IntAttributeType> createIntAttribute(IntAttributeType value)
          Create an instance of JAXBElement<IntAttributeType>}
 IntAttributeType createIntAttributeType()
          Create an instance of IntAttributeType
 JAXBElement<StringAttributeType> createStringAttribute(StringAttributeType value)
          Create an instance of JAXBElement<StringAttributeType>}
 StringAttributeType createStringAttributeType()
          Create an instance of StringAttributeType
 JAXBElement<UriAttributeType> createUriAttribute(UriAttributeType value)
          Create an instance of JAXBElement<UriAttributeType>}
 UriAttributeType createUriAttributeType()
          Create an instance of UriAttributeType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.generics.v_1_0

Method Detail

createGenericCityObjectType

public GenericCityObjectType createGenericCityObjectType()
Create an instance of GenericCityObjectType


createStringAttributeType

public StringAttributeType createStringAttributeType()
Create an instance of StringAttributeType


createIntAttributeType

public IntAttributeType createIntAttributeType()
Create an instance of IntAttributeType


createDoubleAttributeType

public DoubleAttributeType createDoubleAttributeType()
Create an instance of DoubleAttributeType


createDateAttributeType

public DateAttributeType createDateAttributeType()
Create an instance of DateAttributeType


createUriAttributeType

public UriAttributeType createUriAttributeType()
Create an instance of UriAttributeType


createGenericCityObject

public JAXBElement<GenericCityObjectType> createGenericCityObject(GenericCityObjectType value)
Create an instance of JAXBElement<GenericCityObjectType>}


createGenericAttribute

public JAXBElement<AbstractGenericAttributeType> createGenericAttribute(AbstractGenericAttributeType value)
Create an instance of JAXBElement<AbstractGenericAttributeType>}


createStringAttribute

public JAXBElement<StringAttributeType> createStringAttribute(StringAttributeType value)
Create an instance of JAXBElement<StringAttributeType>}


createIntAttribute

public JAXBElement<IntAttributeType> createIntAttribute(IntAttributeType value)
Create an instance of JAXBElement<IntAttributeType>}


createDoubleAttribute

public JAXBElement<DoubleAttributeType> createDoubleAttribute(DoubleAttributeType value)
Create an instance of JAXBElement<DoubleAttributeType>}


createDateAttribute

public JAXBElement<DateAttributeType> createDateAttribute(DateAttributeType value)
Create an instance of JAXBElement<DateAttributeType>}


createUriAttribute

public JAXBElement<UriAttributeType> createUriAttribute(UriAttributeType value)
Create an instance of JAXBElement<UriAttributeType>}



Copyright © 2008-2015. All Rights Reserved.