org.uddi.repl_v3
Class ObjectFactory

java.lang.Object
  extended by org.uddi.repl_v3.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.uddi.repl_v3 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.uddi.repl_v3
 
Method Summary
 ChangeRecord createChangeRecord()
          Create an instance of ChangeRecord
 ChangeRecordAcknowledgement createChangeRecordAcknowledgement()
          Create an instance of ChangeRecordAcknowledgement
 ChangeRecordConditionFailed createChangeRecordConditionFailed()
          Create an instance of ChangeRecordConditionFailed
 ChangeRecordCorrection createChangeRecordCorrection()
          Create an instance of ChangeRecordCorrection
 ChangeRecordDelete createChangeRecordDelete()
          Create an instance of ChangeRecordDelete
 ChangeRecordDeleteAssertion createChangeRecordDeleteAssertion()
          Create an instance of ChangeRecordDeleteAssertion
 ChangeRecordHide createChangeRecordHide()
          Create an instance of ChangeRecordHide
 ChangeRecordIDType createChangeRecordIDType()
          Create an instance of ChangeRecordIDType
 ChangeRecordNewData createChangeRecordNewData()
          Create an instance of ChangeRecordNewData
 ChangeRecordNewDataConditional createChangeRecordNewDataConditional()
          Create an instance of ChangeRecordNewDataConditional
 javax.xml.bind.JAXBElement<Object> createChangeRecordNull(Object value)
          Create an instance of JAXBElement<Object>}
 ChangeRecordPublisherAssertion createChangeRecordPublisherAssertion()
          Create an instance of ChangeRecordPublisherAssertion
 ChangeRecords createChangeRecords()
          Create an instance of ChangeRecords
 CommunicationGraph createCommunicationGraph()
          Create an instance of CommunicationGraph
 CommunicationGraph.Edge createCommunicationGraphEdge()
          Create an instance of CommunicationGraph.Edge
 DoPing createDoPing()
          Create an instance of DoPing
 FromSignatures createFromSignatures()
          Create an instance of FromSignatures
 GetChangeRecords createGetChangeRecords()
          Create an instance of GetChangeRecords
 GetHighWaterMarks createGetHighWaterMarks()
          Create an instance of GetHighWaterMarks
 javax.xml.bind.JAXBElement<HighWaterMarkVectorType> createHighWaterMarks(HighWaterMarkVectorType value)
          Create an instance of JAXBElement<HighWaterMarkVectorType>}
 HighWaterMarkVectorType createHighWaterMarkVectorType()
          Create an instance of HighWaterMarkVectorType
 NotifyChangeRecordsAvailable createNotifyChangeRecordsAvailable()
          Create an instance of NotifyChangeRecordsAvailable
 Operator createOperator()
          Create an instance of Operator
 javax.xml.bind.JAXBElement<String> createOperatorNodeID(String value)
          Create an instance of JAXBElement<String>}
 ReplicationConfiguration createReplicationConfiguration()
          Create an instance of ReplicationConfiguration
 ReplicationConfiguration.RegistryContact createReplicationConfigurationRegistryContact()
          Create an instance of ReplicationConfiguration.RegistryContact
 ToSignatures createToSignatures()
          Create an instance of ToSignatures
 TransferCustody createTransferCustody()
          Create an instance of TransferCustody
 javax.xml.bind.JAXBElement<TransferCustody> createTransferCustody(TransferCustody value)
          Create an instance of JAXBElement<TransferCustody>}
 
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.uddi.repl_v3

Method Detail

createChangeRecordCorrection

public ChangeRecordCorrection createChangeRecordCorrection()
Create an instance of ChangeRecordCorrection


createGetChangeRecords

public GetChangeRecords createGetChangeRecords()
Create an instance of GetChangeRecords


createChangeRecordDelete

public ChangeRecordDelete createChangeRecordDelete()
Create an instance of ChangeRecordDelete


createTransferCustody

public TransferCustody createTransferCustody()
Create an instance of TransferCustody


createChangeRecords

public ChangeRecords createChangeRecords()
Create an instance of ChangeRecords


createReplicationConfiguration

public ReplicationConfiguration createReplicationConfiguration()
Create an instance of ReplicationConfiguration


createToSignatures

public ToSignatures createToSignatures()
Create an instance of ToSignatures


createCommunicationGraph

public CommunicationGraph createCommunicationGraph()
Create an instance of CommunicationGraph


createChangeRecordHide

public ChangeRecordHide createChangeRecordHide()
Create an instance of ChangeRecordHide


createChangeRecordDeleteAssertion

public ChangeRecordDeleteAssertion createChangeRecordDeleteAssertion()
Create an instance of ChangeRecordDeleteAssertion


createGetHighWaterMarks

public GetHighWaterMarks createGetHighWaterMarks()
Create an instance of GetHighWaterMarks


createChangeRecordPublisherAssertion

public ChangeRecordPublisherAssertion createChangeRecordPublisherAssertion()
Create an instance of ChangeRecordPublisherAssertion


createDoPing

public DoPing createDoPing()
Create an instance of DoPing


createHighWaterMarkVectorType

public HighWaterMarkVectorType createHighWaterMarkVectorType()
Create an instance of HighWaterMarkVectorType


createNotifyChangeRecordsAvailable

public NotifyChangeRecordsAvailable createNotifyChangeRecordsAvailable()
Create an instance of NotifyChangeRecordsAvailable


createChangeRecord

public ChangeRecord createChangeRecord()
Create an instance of ChangeRecord


createFromSignatures

public FromSignatures createFromSignatures()
Create an instance of FromSignatures


createChangeRecordIDType

public ChangeRecordIDType createChangeRecordIDType()
Create an instance of ChangeRecordIDType


createChangeRecordNewDataConditional

public ChangeRecordNewDataConditional createChangeRecordNewDataConditional()
Create an instance of ChangeRecordNewDataConditional


createChangeRecordConditionFailed

public ChangeRecordConditionFailed createChangeRecordConditionFailed()
Create an instance of ChangeRecordConditionFailed


createChangeRecordAcknowledgement

public ChangeRecordAcknowledgement createChangeRecordAcknowledgement()
Create an instance of ChangeRecordAcknowledgement


createReplicationConfigurationRegistryContact

public ReplicationConfiguration.RegistryContact createReplicationConfigurationRegistryContact()
Create an instance of ReplicationConfiguration.RegistryContact


createCommunicationGraphEdge

public CommunicationGraph.Edge createCommunicationGraphEdge()
Create an instance of CommunicationGraph.Edge


createOperator

public Operator createOperator()
Create an instance of Operator


createChangeRecordNewData

public ChangeRecordNewData createChangeRecordNewData()
Create an instance of ChangeRecordNewData


createHighWaterMarks

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


createChangeRecordNull

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


createTransferCustody

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


createOperatorNodeID

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



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.