net.disy.ogc.wpspd.v_1_0_0
Class ObjectFactory

java.lang.Object
  extended by net.disy.ogc.wpspd.v_1_0_0.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.disy.ogc.wpspd.v_1_0_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.disy.ogc.wpspd.v_1_0_0
 
Method Summary
 Geometry createGeometry(GeometryType value)
          Create an instance of Geometry}
 GeometryType createGeometryType()
          Create an instance of GeometryType
 Group createGroup(GroupType value)
          Create an instance of Group}
 GroupType createGroupType()
          Create an instance of GroupType
 Link createLink(LinkType value)
          Create an instance of Link}
 LinkType createLinkType()
          Create an instance of LinkType
 Marker createMarker(MarkerType value)
          Create an instance of Marker}
 MarkerType createMarkerType()
          Create an instance of MarkerType
 Message createMessage(MessageType value)
          Create an instance of Message}
 MessageType createMessageType()
          Create an instance of MessageType
 javax.xml.bind.JAXBElement<PresentationDirectiveType> createPresentationDirective(PresentationDirectiveType value)
          Create an instance of JAXBElement<PresentationDirectiveType>}
 Viewport createViewport(ViewportType value)
          Create an instance of Viewport}
 ViewportType createViewportType()
          Create an instance of ViewportType
 
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.disy.ogc.wpspd.v_1_0_0

Method Detail

createLinkType

public LinkType createLinkType()
Create an instance of LinkType


createGeometryType

public GeometryType createGeometryType()
Create an instance of GeometryType


createViewportType

public ViewportType createViewportType()
Create an instance of ViewportType


createMessageType

public MessageType createMessageType()
Create an instance of MessageType


createGroupType

public GroupType createGroupType()
Create an instance of GroupType


createMarkerType

public MarkerType createMarkerType()
Create an instance of MarkerType


createViewport

public Viewport createViewport(ViewportType value)
Create an instance of Viewport}


createGroup

public Group createGroup(GroupType value)
Create an instance of Group}


createMessage

public Message createMessage(MessageType value)
Create an instance of Message}


createGeometry

public Geometry createGeometry(GeometryType value)
Create an instance of Geometry}


createMarker

public Marker createMarker(MarkerType value)
Create an instance of Marker}


createPresentationDirective

public javax.xml.bind.JAXBElement<PresentationDirectiveType> createPresentationDirective(PresentationDirectiveType value)
Create an instance of JAXBElement<PresentationDirectiveType>}


createLink

public Link createLink(LinkType value)
Create an instance of Link}



Copyright © 2009-2012. All Rights Reserved.