|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.earth.kml._2.ObjectFactory
public class ObjectFactory
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 |
---|
public ObjectFactory()
Method Detail |
---|
public KmlType createKmlType()
KmlType
public PointType createPointType()
PointType
public PlacemarkType createPlacemarkType()
PlacemarkType
public StatusType createStatusType()
StatusType
public ResponseType createResponseType()
ResponseType
public JAXBElement<KmlType> createKml(KmlType value)
JAXBElement
<
KmlType
>
}
public JAXBElement<ResponseType> createResponse(ResponseType value)
JAXBElement
<
ResponseType
>
}
public JAXBElement<PointType> createPoint(PointType value)
JAXBElement
<
PointType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |