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: dpfmanager.conformancechecker.tiff.implementation_checker.rules.model
|
| Modifier and Type | Method and Description |
|---|---|
AssertType |
createAssertType()
Create an instance of
AssertType |
ExcludeRulesType |
createExcludeRulesType()
Create an instance of
ExcludeRulesType |
JAXBElement<ImplementationCheckerObjectType> |
createImplementationCheckerObject(ImplementationCheckerObjectType value)
|
ImplementationCheckerObjectType |
createImplementationCheckerObjectType()
Create an instance of
ImplementationCheckerObjectType |
IncludeType |
createIncludeType()
Create an instance of
IncludeType |
ReferenceType |
createReferenceType()
Create an instance of
ReferenceType |
RulesType |
createRulesType()
Create an instance of
RulesType |
RuleType |
createRuleType()
Create an instance of
RuleType |
RuleType.Description |
createRuleTypeDescription()
Create an instance of
RuleType.Description |
RuleType.Title |
createRuleTypeTitle()
Create an instance of
RuleType.Title |
public ObjectFactory()
public ImplementationCheckerObjectType createImplementationCheckerObjectType()
ImplementationCheckerObjectTypepublic AssertType createAssertType()
AssertTypepublic IncludeType createIncludeType()
IncludeTypepublic ExcludeRulesType createExcludeRulesType()
ExcludeRulesTypepublic ReferenceType createReferenceType()
ReferenceTypepublic RuleType.Title createRuleTypeTitle()
RuleType.Titlepublic RuleType.Description createRuleTypeDescription()
RuleType.Descriptionpublic JAXBElement<ImplementationCheckerObjectType> createImplementationCheckerObject(ImplementationCheckerObjectType value)
Copyright © 2016–2020. All rights reserved.