org.example.prefect
Class ObjectFactory

java.lang.Object
  extended by org.example.prefect.ObjectFactory

public class ObjectFactory
extends 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<String> createEndcrisisnotification(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<String> createPutCODinplace(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<String> createReceivedendcrisisResponse(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

createEvacuateorder

public Evacuateorder createEvacuateorder()
Create an instance of Evacuateorder


createEvacuateorderResponse

public EvacuateorderResponse createEvacuateorderResponse()
Create an instance of EvacuateorderResponse


createTriggerORSEC

public TriggerORSEC createTriggerORSEC()
Create an instance of TriggerORSEC


createReceivedendcrisis

public Receivedendcrisis createReceivedendcrisis()
Create an instance of Receivedendcrisis


createPutCODinplaceResponse

public PutCODinplaceResponse createPutCODinplaceResponse()
Create an instance of PutCODinplaceResponse


createEndcrisisnotificationResponse

public EndcrisisnotificationResponse createEndcrisisnotificationResponse()
Create an instance of EndcrisisnotificationResponse


createTriggerORSECResponse

public TriggerORSECResponse createTriggerORSECResponse()
Create an instance of TriggerORSECResponse


createReceivedendcrisisResponse

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


createPutCODinplace

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


createEndcrisisnotification

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



Copyright © 2011. All Rights Reserved.