org.alfresco.repo.audit.model._3
Class ObjectFactory

java.lang.Object
  extended by org.alfresco.repo.audit.model._3.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.alfresco.repo.audit.model._3 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.alfresco.repo.audit.model._3
 
Method Summary
 Application createApplication()
          Create an instance of Application
 Audit createAudit()
          Create an instance of Audit
 javax.xml.bind.JAXBElement createAudit(Audit value)
          Create an instance of JAXBElement<Audit>}
 AuditPath createAuditPath()
          Create an instance of AuditPath
 DataExtractor createDataExtractor()
          Create an instance of DataExtractor
 DataExtractors createDataExtractors()
          Create an instance of DataExtractors
 DataGenerator createDataGenerator()
          Create an instance of DataGenerator
 DataGenerators createDataGenerators()
          Create an instance of DataGenerators
 GenerateValue createGenerateValue()
          Create an instance of GenerateValue
 KeyedAuditDefinition createKeyedAuditDefinition()
          Create an instance of KeyedAuditDefinition
 PathMap createPathMap()
          Create an instance of PathMap
 PathMappings createPathMappings()
          Create an instance of PathMappings
 RecordValue createRecordValue()
          Create an instance of RecordValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.alfresco.repo.audit.model._3

Method Detail

createAudit

public Audit createAudit()
Create an instance of Audit


createRecordValue

public RecordValue createRecordValue()
Create an instance of RecordValue


createPathMap

public PathMap createPathMap()
Create an instance of PathMap


createAuditPath

public AuditPath createAuditPath()
Create an instance of AuditPath


createGenerateValue

public GenerateValue createGenerateValue()
Create an instance of GenerateValue


createApplication

public Application createApplication()
Create an instance of Application


createKeyedAuditDefinition

public KeyedAuditDefinition createKeyedAuditDefinition()
Create an instance of KeyedAuditDefinition


createDataExtractors

public DataExtractors createDataExtractors()
Create an instance of DataExtractors


createDataGenerator

public DataGenerator createDataGenerator()
Create an instance of DataGenerator


createPathMappings

public PathMappings createPathMappings()
Create an instance of PathMappings


createDataExtractor

public DataExtractor createDataExtractor()
Create an instance of DataExtractor


createDataGenerators

public DataGenerators createDataGenerators()
Create an instance of DataGenerators


createAudit

public javax.xml.bind.JAXBElement createAudit(Audit value)
Create an instance of JAXBElement<Audit>}



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.