yarfraw.generated.atom03.ext.elements
Class ObjectFactory

java.lang.Object
  extended by yarfraw.generated.atom03.ext.elements.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the yarfraw.generated.atom03.ext.elements 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: yarfraw.generated.atom03.ext.elements
 
Method Summary
 Atom03Extension createAtom03Extension()
          Create an instance of Atom03Extension
 JAXBElement<ContentType> createContent(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 ContentType createContentType()
          Create an instance of ContentType
 JAXBElement<ContentType> createInfo(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<String> createIssued(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<ContentType> createSummary(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> createTagline(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 JAXBElement<ContentType> createTitle(ContentType value)
          Create an instance of JAXBElement<ContentType>}
 
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: yarfraw.generated.atom03.ext.elements

Method Detail

createAtom03Extension

public Atom03Extension createAtom03Extension()
Create an instance of Atom03Extension


createContentType

public ContentType createContentType()
Create an instance of ContentType


createInfo

public JAXBElement<ContentType> createInfo(ContentType value)
Create an instance of JAXBElement<ContentType>}


createTagline

public JAXBElement<ContentType> createTagline(ContentType value)
Create an instance of JAXBElement<ContentType>}


createIssued

public JAXBElement<String> createIssued(String value)
Create an instance of JAXBElement<String>}


createSummary

public JAXBElement<ContentType> createSummary(ContentType value)
Create an instance of JAXBElement<ContentType>}


createContent

public JAXBElement<ContentType> createContent(ContentType value)
Create an instance of JAXBElement<ContentType>}


createTitle

public JAXBElement<ContentType> createTitle(ContentType value)
Create an instance of JAXBElement<ContentType>}



Copyright © 2008. All Rights Reserved.