@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.spi
|
| Modifier and Type | Method and Description |
|---|---|
CatalogingExceptionType |
createCatalogingExceptionType()
Create an instance of
CatalogingExceptionType |
CatalogObjectsRequest |
createCatalogObjectsRequest()
Create an instance of
CatalogObjectsRequest |
CatalogObjectsResponse |
createCatalogObjectsResponse()
Create an instance of
CatalogObjectsResponse |
FilteringExceptionType |
createFilteringExceptionType()
Create an instance of
FilteringExceptionType |
FilterObjectsRequest |
createFilterObjectsRequest()
Create an instance of
FilterObjectsRequest |
FilterObjectsResponse |
createFilterObjectsResponse()
Create an instance of
FilterObjectsResponse |
ValidateObjectsRequest |
createValidateObjectsRequest()
Create an instance of
ValidateObjectsRequest |
ValidateObjectsResponse |
createValidateObjectsResponse()
Create an instance of
ValidateObjectsResponse |
ValidationExceptionType |
createValidationExceptionType()
Create an instance of
ValidationExceptionType |
public ObjectFactory()
public ValidateObjectsRequest createValidateObjectsRequest()
ValidateObjectsRequestpublic ValidateObjectsResponse createValidateObjectsResponse()
ValidateObjectsResponsepublic CatalogObjectsRequest createCatalogObjectsRequest()
CatalogObjectsRequestpublic CatalogObjectsResponse createCatalogObjectsResponse()
CatalogObjectsResponsepublic FilterObjectsRequest createFilterObjectsRequest()
FilterObjectsRequestpublic FilterObjectsResponse createFilterObjectsResponse()
FilterObjectsResponsepublic ValidationExceptionType createValidationExceptionType()
ValidationExceptionTypepublic CatalogingExceptionType createCatalogingExceptionType()
CatalogingExceptionTypepublic FilteringExceptionType createFilteringExceptionType()
FilteringExceptionTypeCopyright © 2020 TOOP. All rights reserved.