org.filteredpush.client.model
Class ObjectFactory

java.lang.Object
  extended by org.filteredpush.client.model.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.filteredpush.client.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.filteredpush.client.model
 
Method Summary
 Agent createAgent()
          Create an instance of Agent
 Annotation createAnnotation()
          Create an instance of Annotation
 javax.xml.bind.JAXBElement<Annotation> createAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}
 Annotator createAnnotator()
          Create an instance of Annotator
 Body createBody()
          Create an instance of Body
 Evidence createEvidence()
          Create an instance of Evidence
 Expectation createExpectation()
          Create an instance of Expectation
 Generator createGenerator()
          Create an instance of Generator
 Motivation createMotivation()
          Create an instance of Motivation
 Polarity createPolarity()
          Create an instance of Polarity
 Resolution createResolution()
          Create an instance of Resolution
 Selector createSelector()
          Create an instance of Selector
 Source createSource()
          Create an instance of Source
 Target createTarget()
          Create an instance of Target
 
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.filteredpush.client.model

Method Detail

createAnnotation

public Annotation createAnnotation()
Create an instance of Annotation


createBody

public Body createBody()
Create an instance of Body


createEvidence

public Evidence createEvidence()
Create an instance of Evidence


createSource

public Source createSource()
Create an instance of Source


createAnnotator

public Annotator createAnnotator()
Create an instance of Annotator


createPolarity

public Polarity createPolarity()
Create an instance of Polarity


createGenerator

public Generator createGenerator()
Create an instance of Generator


createExpectation

public Expectation createExpectation()
Create an instance of Expectation


createSelector

public Selector createSelector()
Create an instance of Selector


createMotivation

public Motivation createMotivation()
Create an instance of Motivation


createTarget

public Target createTarget()
Create an instance of Target


createAgent

public Agent createAgent()
Create an instance of Agent


createResolution

public Resolution createResolution()
Create an instance of Resolution


createAnnotation

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