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.iru.rts.safetirreconciliation
|
| Modifier and Type | Method and Description |
|---|---|
EnvelopeType |
createEnvelopeType()
Create an instance of
EnvelopeType |
ReconciliationQuery |
createReconciliationQuery()
Create an instance of
ReconciliationQuery |
ReconciliationQueryBodyType |
createReconciliationQueryBodyType()
Create an instance of
ReconciliationQueryBodyType |
RequestRecord |
createRequestRecord()
Create an instance of
RequestRecord |
RequestRecords |
createRequestRecords()
Create an instance of
RequestRecords |
SafeTIR |
createSafeTIR()
Create an instance of
SafeTIR |
SafeTIRBodyType |
createSafeTIRBodyType()
Create an instance of
SafeTIRBodyType |
SafeTIRReconciliation |
createSafeTIRReconciliation()
Create an instance of
SafeTIRReconciliation |
SafeTIRReconciliationBodyType |
createSafeTIRReconciliationBodyType()
Create an instance of
SafeTIRReconciliationBodyType |
public ObjectFactory()
public RequestRecord createRequestRecord()
RequestRecordpublic ReconciliationQueryBodyType createReconciliationQueryBodyType()
ReconciliationQueryBodyTypepublic SafeTIRBodyType createSafeTIRBodyType()
SafeTIRBodyTypepublic SafeTIRReconciliation createSafeTIRReconciliation()
SafeTIRReconciliationpublic SafeTIRReconciliationBodyType createSafeTIRReconciliationBodyType()
SafeTIRReconciliationBodyTypepublic RequestRecords createRequestRecords()
RequestRecordspublic EnvelopeType createEnvelopeType()
EnvelopeTypepublic ReconciliationQuery createReconciliationQuery()
ReconciliationQueryCopyright © 2017. All rights reserved.