org.example.prefect
Class ObjectFactory

java.lang.Object
  extended by org.example.prefect.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 org.example.prefect 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: org.example.prefect
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> createEndcrisisnotification(java.lang.String value)
          Create an instance of JAXBElement<String>}
 EndcrisisnotificationResponse createEndcrisisnotificationResponse()
          Create an instance of EndcrisisnotificationResponse
 Evacuateorder createEvacuateorder()
          Create an instance of Evacuateorder
 EvacuateorderResponse createEvacuateorderResponse()
          Create an instance of EvacuateorderResponse
 javax.xml.bind.JAXBElement<java.lang.String> createPutCODinplace(java.lang.String value)
          Create an instance of JAXBElement<String>}
 PutCODinplaceResponse createPutCODinplaceResponse()
          Create an instance of PutCODinplaceResponse
 Receivedendcrisis createReceivedendcrisis()
          Create an instance of Receivedendcrisis
 javax.xml.bind.JAXBElement<java.lang.String> createReceivedendcrisisResponse(java.lang.String value)
          Create an instance of JAXBElement<String>}
 TriggerORSEC createTriggerORSEC()
          Create an instance of TriggerORSEC
 TriggerORSECResponse createTriggerORSECResponse()
          Create an instance of TriggerORSECResponse
 
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: org.example.prefect

Method Detail

createReceivedendcrisis

public Receivedendcrisis createReceivedendcrisis()
Create an instance of Receivedendcrisis


createPutCODinplaceResponse

public PutCODinplaceResponse createPutCODinplaceResponse()
Create an instance of PutCODinplaceResponse


createEvacuateorderResponse

public EvacuateorderResponse createEvacuateorderResponse()
Create an instance of EvacuateorderResponse


createTriggerORSECResponse

public TriggerORSECResponse createTriggerORSECResponse()
Create an instance of TriggerORSECResponse


createTriggerORSEC

public TriggerORSEC createTriggerORSEC()
Create an instance of TriggerORSEC


createEndcrisisnotificationResponse

public EndcrisisnotificationResponse createEndcrisisnotificationResponse()
Create an instance of EndcrisisnotificationResponse


createEvacuateorder

public Evacuateorder createEvacuateorder()
Create an instance of Evacuateorder


createReceivedendcrisisResponse

public javax.xml.bind.JAXBElement<java.lang.String> createReceivedendcrisisResponse(java.lang.String value)
Create an instance of JAXBElement<String>}


createPutCODinplace

public javax.xml.bind.JAXBElement<java.lang.String> createPutCODinplace(java.lang.String value)
Create an instance of JAXBElement<String>}


createEndcrisisnotification

public javax.xml.bind.JAXBElement<java.lang.String> createEndcrisisnotification(java.lang.String value)
Create an instance of JAXBElement<String>}



Copyright © 2010 OW2 Consortium. All Rights Reserved.