|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.client.model.ObjectFactory
public class ObjectFactory
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 |
|---|
public ObjectFactory()
| Method Detail |
|---|
public Annotation createAnnotation()
Annotation
public Body createBody()
Body
public Evidence createEvidence()
Evidence
public Source createSource()
Source
public Annotator createAnnotator()
Annotator
public Polarity createPolarity()
Polarity
public Generator createGenerator()
Generator
public Expectation createExpectation()
Expectation
public Selector createSelector()
Selector
public Motivation createMotivation()
Motivation
public Target createTarget()
Target
public Agent createAgent()
Agent
public Resolution createResolution()
Resolution
public javax.xml.bind.JAXBElement<Annotation> createAnnotation(Annotation value)
JAXBElement<Annotation>}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||