Package com.helger.regrep.spi
Class ObjectFactory
- java.lang.Object
-
- com.helger.regrep.spi.ObjectFactory
-
@CodingStyleguideUnaware public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.helger.regrep.spi 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.regrep.spi
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogingExceptionTypecreateCatalogingExceptionType()Create an instance ofCatalogingExceptionTypeCatalogObjectsRequestcreateCatalogObjectsRequest()Create an instance ofCatalogObjectsRequestCatalogObjectsResponsecreateCatalogObjectsResponse()Create an instance ofCatalogObjectsResponseFilteringExceptionTypecreateFilteringExceptionType()Create an instance ofFilteringExceptionTypeFilterObjectsRequestcreateFilterObjectsRequest()Create an instance ofFilterObjectsRequestFilterObjectsResponsecreateFilterObjectsResponse()Create an instance ofFilterObjectsResponseValidateObjectsRequestcreateValidateObjectsRequest()Create an instance ofValidateObjectsRequestValidateObjectsResponsecreateValidateObjectsResponse()Create an instance ofValidateObjectsResponseValidationExceptionTypecreateValidationExceptionType()Create an instance ofValidationExceptionType
-
-
-
Method Detail
-
createValidateObjectsRequest
public ValidateObjectsRequest createValidateObjectsRequest()
Create an instance ofValidateObjectsRequest- Returns:
- the new instance of
ValidateObjectsRequest
-
createValidateObjectsResponse
public ValidateObjectsResponse createValidateObjectsResponse()
Create an instance ofValidateObjectsResponse- Returns:
- the new instance of
ValidateObjectsResponse
-
createCatalogObjectsRequest
public CatalogObjectsRequest createCatalogObjectsRequest()
Create an instance ofCatalogObjectsRequest- Returns:
- the new instance of
CatalogObjectsRequest
-
createCatalogObjectsResponse
public CatalogObjectsResponse createCatalogObjectsResponse()
Create an instance ofCatalogObjectsResponse- Returns:
- the new instance of
CatalogObjectsResponse
-
createFilterObjectsRequest
public FilterObjectsRequest createFilterObjectsRequest()
Create an instance ofFilterObjectsRequest- Returns:
- the new instance of
FilterObjectsRequest
-
createFilterObjectsResponse
public FilterObjectsResponse createFilterObjectsResponse()
Create an instance ofFilterObjectsResponse- Returns:
- the new instance of
FilterObjectsResponse
-
createValidationExceptionType
public ValidationExceptionType createValidationExceptionType()
Create an instance ofValidationExceptionType- Returns:
- the new instance of
ValidationExceptionType
-
createCatalogingExceptionType
public CatalogingExceptionType createCatalogingExceptionType()
Create an instance ofCatalogingExceptionType- Returns:
- the new instance of
CatalogingExceptionType
-
createFilteringExceptionType
public FilteringExceptionType createFilteringExceptionType()
Create an instance ofFilteringExceptionType- Returns:
- the new instance of
FilteringExceptionType
-
-