org.cogroo.tools.checker.rules.model
Class ObjectFactory

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.cogroo.tools.checker.rules.model 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.cogroo.tools.checker.rules.model
 
Method Summary
 Boundaries createBoundaries()
          Create an instance of Boundaries
 Composition createComposition()
          Create an instance of Composition
 Element createElement()
          Create an instance of Element
 Example createExample()
          Create an instance of Example
 Mask createMask()
          Create an instance of Mask
 ModificationHistory createModificationHistory()
          Create an instance of ModificationHistory
 Operator createOperator()
          Create an instance of Operator
 Pattern createPattern()
          Create an instance of Pattern
 PatternElement createPatternElement()
          Create an instance of PatternElement
 Reference createReference()
          Create an instance of Reference
 Rule createRule()
          Create an instance of Rule
 Rules createRules()
          Create an instance of Rules
 Suggestion createSuggestion()
          Create an instance of Suggestion
 Suggestion.Replace createSuggestionReplace()
          Create an instance of Suggestion.Replace
 Suggestion.ReplaceMapping createSuggestionReplaceMapping()
          Create an instance of Suggestion.ReplaceMapping
 Suggestion.Swap createSuggestionSwap()
          Create an instance of Suggestion.Swap
 TagMask createTagMask()
          Create an instance of TagMask
 TagReference createTagReference()
          Create an instance of TagReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.cogroo.tools.checker.rules.model

Method Detail

createRules

public Rules createRules()
Create an instance of Rules


createOperator

public Operator createOperator()
Create an instance of Operator


createComposition

public Composition createComposition()
Create an instance of Composition


createReference

public Reference createReference()
Create an instance of Reference


createSuggestionReplaceMapping

public Suggestion.ReplaceMapping createSuggestionReplaceMapping()
Create an instance of Suggestion.ReplaceMapping


createTagMask

public TagMask createTagMask()
Create an instance of TagMask


createBoundaries

public Boundaries createBoundaries()
Create an instance of Boundaries


createPattern

public Pattern createPattern()
Create an instance of Pattern


createPatternElement

public PatternElement createPatternElement()
Create an instance of PatternElement


createModificationHistory

public ModificationHistory createModificationHistory()
Create an instance of ModificationHistory


createSuggestion

public Suggestion createSuggestion()
Create an instance of Suggestion


createSuggestionSwap

public Suggestion.Swap createSuggestionSwap()
Create an instance of Suggestion.Swap


createRule

public Rule createRule()
Create an instance of Rule


createTagReference

public TagReference createTagReference()
Create an instance of TagReference


createElement

public Element createElement()
Create an instance of Element


createExample

public Example createExample()
Create an instance of Example


createSuggestionReplace

public Suggestion.Replace createSuggestionReplace()
Create an instance of Suggestion.Replace


createMask

public Mask createMask()
Create an instance of Mask



Copyright © 2012-2013 CoGrOO. All Rights Reserved.