public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.repl_v3
|
public ObjectFactory()
public CommunicationGraph createCommunicationGraph()
CommunicationGraphpublic ReplicationConfiguration createReplicationConfiguration()
ReplicationConfigurationpublic ChangeRecordNewData createChangeRecordNewData()
ChangeRecordNewDatapublic ChangeRecords createChangeRecords()
ChangeRecordspublic ChangeRecord createChangeRecord()
ChangeRecordpublic ChangeRecordIDType createChangeRecordIDType()
ChangeRecordIDTypepublic ChangeRecordDelete createChangeRecordDelete()
ChangeRecordDeletepublic ChangeRecordPublisherAssertion createChangeRecordPublisherAssertion()
ChangeRecordPublisherAssertionpublic FromSignatures createFromSignatures()
FromSignaturespublic ToSignatures createToSignatures()
ToSignaturespublic ChangeRecordHide createChangeRecordHide()
ChangeRecordHidepublic ChangeRecordDeleteAssertion createChangeRecordDeleteAssertion()
ChangeRecordDeleteAssertionpublic ChangeRecordAcknowledgement createChangeRecordAcknowledgement()
ChangeRecordAcknowledgementpublic ChangeRecordCorrection createChangeRecordCorrection()
ChangeRecordCorrectionpublic ChangeRecordNewDataConditional createChangeRecordNewDataConditional()
ChangeRecordNewDataConditionalpublic ChangeRecordConditionFailed createChangeRecordConditionFailed()
ChangeRecordConditionFailedpublic HighWaterMarkVectorType createHighWaterMarkVectorType()
HighWaterMarkVectorTypepublic GetChangeRecords createGetChangeRecords()
GetChangeRecordspublic CommunicationGraph.Edge createCommunicationGraphEdge()
CommunicationGraph.Edgepublic ReplicationConfiguration.RegistryContact createReplicationConfigurationRegistryContact()
ReplicationConfiguration.RegistryContactpublic GetHighWaterMarks createGetHighWaterMarks()
GetHighWaterMarkspublic TransferCustody createTransferCustody()
TransferCustodypublic NotifyChangeRecordsAvailable createNotifyChangeRecordsAvailable()
NotifyChangeRecordsAvailablepublic JAXBElement<HighWaterMarkVectorType> createHighWaterMarks(HighWaterMarkVectorType value)
public JAXBElement<Object> createChangeRecordNull(Object value)
public JAXBElement<TransferCustody> createTransferCustody(TransferCustody value)
public JAXBElement<String> createOperatorNodeID(String value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.