edu.harvard.i2b2.crc.datavo.i2b2message
Class ObjectFactory

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the edu.harvard.i2b2.crc.datavo.i2b2message 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: edu.harvard.i2b2.crc.datavo.i2b2message
 
Method Summary
 ApplicationType createApplicationType()
          Create an instance of ApplicationType
 BodyType createBodyType()
          Create an instance of BodyType
 ConditionsType createConditionsType()
          Create an instance of ConditionsType
 ConditionsType.Condition createConditionsTypeCondition()
          Create an instance of ConditionsType.Condition
 FacilityType createFacilityType()
          Create an instance of FacilityType
 InfoType createInfoType()
          Create an instance of InfoType
 MessageControlIdType createMessageControlIdType()
          Create an instance of MessageControlIdType
 MessageHeaderType createMessageHeaderType()
          Create an instance of MessageHeaderType
 MessageTypeType createMessageTypeType()
          Create an instance of MessageTypeType
 PasswordType createPasswordType()
          Create an instance of PasswordType
 PollingUrlType createPollingUrlType()
          Create an instance of PollingUrlType
 ProcessingIdType createProcessingIdType()
          Create an instance of ProcessingIdType
 JAXBElement<RequestMessageType> createRequest(RequestMessageType value)
          Create an instance of JAXBElement<RequestMessageType>}
 RequestHeaderType createRequestHeaderType()
          Create an instance of RequestHeaderType
 RequestMessageType createRequestMessageType()
          Create an instance of RequestMessageType
 JAXBElement<ResponseMessageType> createResponse(ResponseMessageType value)
          Create an instance of JAXBElement<ResponseMessageType>}
 ResponseHeaderType createResponseHeaderType()
          Create an instance of ResponseHeaderType
 ResponseMessageType createResponseMessageType()
          Create an instance of ResponseMessageType
 ResultStatusType createResultStatusType()
          Create an instance of ResultStatusType
 SecurityType createSecurityType()
          Create an instance of SecurityType
 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: edu.harvard.i2b2.crc.datavo.i2b2message

Method Detail

createInfoType

public InfoType createInfoType()
Create an instance of InfoType


createConditionsType

public ConditionsType createConditionsType()
Create an instance of ConditionsType


createSecurityType

public SecurityType createSecurityType()
Create an instance of SecurityType


createPollingUrlType

public PollingUrlType createPollingUrlType()
Create an instance of PollingUrlType


createMessageControlIdType

public MessageControlIdType createMessageControlIdType()
Create an instance of MessageControlIdType


createFacilityType

public FacilityType createFacilityType()
Create an instance of FacilityType


createPasswordType

public PasswordType createPasswordType()
Create an instance of PasswordType


createApplicationType

public ApplicationType createApplicationType()
Create an instance of ApplicationType


createRequestHeaderType

public RequestHeaderType createRequestHeaderType()
Create an instance of RequestHeaderType


createResponseHeaderType

public ResponseHeaderType createResponseHeaderType()
Create an instance of ResponseHeaderType


createStatusType

public StatusType createStatusType()
Create an instance of StatusType


createMessageTypeType

public MessageTypeType createMessageTypeType()
Create an instance of MessageTypeType


createBodyType

public BodyType createBodyType()
Create an instance of BodyType


createMessageHeaderType

public MessageHeaderType createMessageHeaderType()
Create an instance of MessageHeaderType


createConditionsTypeCondition

public ConditionsType.Condition createConditionsTypeCondition()
Create an instance of ConditionsType.Condition


createRequestMessageType

public RequestMessageType createRequestMessageType()
Create an instance of RequestMessageType


createResultStatusType

public ResultStatusType createResultStatusType()
Create an instance of ResultStatusType


createProcessingIdType

public ProcessingIdType createProcessingIdType()
Create an instance of ProcessingIdType


createResponseMessageType

public ResponseMessageType createResponseMessageType()
Create an instance of ResponseMessageType


createRequest

public JAXBElement<RequestMessageType> createRequest(RequestMessageType value)
Create an instance of JAXBElement<RequestMessageType>}


createResponse

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



Copyright © 2011. All Rights Reserved.