@CodingStyleguideUnaware 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: eu.toop.regrep.lcm
|
| Modifier and Type | Method and Description |
|---|---|
RemoveObjectsRequest |
createRemoveObjectsRequest()
Create an instance of
RemoveObjectsRequest |
SubmitObjectsRequest |
createSubmitObjectsRequest()
Create an instance of
SubmitObjectsRequest |
UpdateActionType |
createUpdateActionType()
Create an instance of
UpdateActionType |
UpdateObjectsRequest |
createUpdateObjectsRequest()
Create an instance of
UpdateObjectsRequest |
public ObjectFactory()
public SubmitObjectsRequest createSubmitObjectsRequest()
SubmitObjectsRequestpublic UpdateObjectsRequest createUpdateObjectsRequest()
UpdateObjectsRequestpublic UpdateActionType createUpdateActionType()
UpdateActionTypepublic RemoveObjectsRequest createRemoveObjectsRequest()
RemoveObjectsRequestCopyright © 2020 TOOP. All rights reserved.