com.google.earth.kml._2
Class ObjectFactory

java.lang.Object
  extended by com.google.earth.kml._2.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.google.earth.kml._2 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: com.google.earth.kml._2
 
Method Summary
 JAXBElement<KmlType> createKml(KmlType value)
          Create an instance of JAXBElement<KmlType>}
 KmlType createKmlType()
          Create an instance of KmlType
 PlacemarkType createPlacemarkType()
          Create an instance of PlacemarkType
 JAXBElement<PointType> createPoint(PointType value)
          Create an instance of JAXBElement<PointType>}
 PointType createPointType()
          Create an instance of PointType
 JAXBElement<ResponseType> createResponse(ResponseType value)
          Create an instance of JAXBElement<ResponseType>}
 ResponseType createResponseType()
          Create an instance of ResponseType
 StatusType createStatusType()
          Create an instance of StatusType
 
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: com.google.earth.kml._2

Method Detail

createKmlType

public KmlType createKmlType()
Create an instance of KmlType


createPointType

public PointType createPointType()
Create an instance of PointType


createPlacemarkType

public PlacemarkType createPlacemarkType()
Create an instance of PlacemarkType


createStatusType

public StatusType createStatusType()
Create an instance of StatusType


createResponseType

public ResponseType createResponseType()
Create an instance of ResponseType


createKml

public JAXBElement<KmlType> createKml(KmlType value)
Create an instance of JAXBElement<KmlType>}


createResponse

public JAXBElement<ResponseType> createResponse(ResponseType value)
Create an instance of JAXBElement<ResponseType>}


createPoint

public JAXBElement<PointType> createPoint(PointType value)
Create an instance of JAXBElement<PointType>}



Copyright © 2008. All Rights Reserved.