org.sciplore.rest
Class ObjectFactory

java.lang.Object
  extended by org.sciplore.rest.ObjectFactory
Direct Known Subclasses:
ExtendedObjectFactory

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.sciplore.rest 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.sciplore.rest
 
Method Summary
 AbstractType createAbstractType()
          Create an instance of AbstractType
 AnnotationsType createAnnotationsType()
          Create an instance of AnnotationsType
 AnnotationType createAnnotationType()
          Create an instance of AnnotationType
 AuthorsType createAuthorsType()
          Create an instance of AuthorsType
 AuthorType createAuthorType()
          Create an instance of AuthorType
 CitedByType createCitedByType()
          Create an instance of CitedByType
 DocumentType createDocumentType()
          Create an instance of DocumentType
 DoiType createDoiType()
          Create an instance of DoiType
 EditionType createEditionType()
          Create an instance of EditionType
 FulltextsType createFulltextsType()
          Create an instance of FulltextsType
 FulltextType createFulltextType()
          Create an instance of FulltextType
 IsbnType createIsbnType()
          Create an instance of IsbnType
 IssnType createIssnType()
          Create an instance of IssnType
 KeywordsType createKeywordsType()
          Create an instance of KeywordsType
 KeywordType createKeywordType()
          Create an instance of KeywordType
 LanguageType createLanguageType()
          Create an instance of LanguageType
 NumberType createNumberType()
          Create an instance of NumberType
 PagesType createPagesType()
          Create an instance of PagesType
 PublishdateType createPublishdateType()
          Create an instance of PublishdateType
 ReferencesType createReferencesType()
          Create an instance of ReferencesType
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 RelatedDocumentsType createRelatedDocumentsType()
          Create an instance of RelatedDocumentsType
 RelatednessType createRelatednessType()
          Create an instance of RelatednessType
 SeriesType createSeriesType()
          Create an instance of SeriesType
 TextType createTextType()
          Create an instance of TextType
 TitleType createTitleType()
          Create an instance of TitleType
 UserType createUserType()
          Create an instance of UserType
 VenueType createVenueType()
          Create an instance of VenueType
 VolumeType createVolumeType()
          Create an instance of VolumeType
 javax.xml.bind.JAXBElement<WebserviceType> createWebservice(WebserviceType value)
          Create an instance of JAXBElement<WebserviceType>}
 WebserviceType createWebserviceType()
          Create an instance of WebserviceType
 
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.sciplore.rest

Method Detail

createNumberType

public NumberType createNumberType()
Create an instance of NumberType


createEditionType

public EditionType createEditionType()
Create an instance of EditionType


createAnnotationType

public AnnotationType createAnnotationType()
Create an instance of AnnotationType


createVenueType

public VenueType createVenueType()
Create an instance of VenueType


createKeywordType

public KeywordType createKeywordType()
Create an instance of KeywordType


createRelatednessType

public RelatednessType createRelatednessType()
Create an instance of RelatednessType


createUserType

public UserType createUserType()
Create an instance of UserType


createKeywordsType

public KeywordsType createKeywordsType()
Create an instance of KeywordsType


createCitedByType

public CitedByType createCitedByType()
Create an instance of CitedByType


createPublishdateType

public PublishdateType createPublishdateType()
Create an instance of PublishdateType


createFulltextType

public FulltextType createFulltextType()
Create an instance of FulltextType


createFulltextsType

public FulltextsType createFulltextsType()
Create an instance of FulltextsType


createAuthorType

public AuthorType createAuthorType()
Create an instance of AuthorType


createAbstractType

public AbstractType createAbstractType()
Create an instance of AbstractType


createTextType

public TextType createTextType()
Create an instance of TextType


createLanguageType

public LanguageType createLanguageType()
Create an instance of LanguageType


createSeriesType

public SeriesType createSeriesType()
Create an instance of SeriesType


createVolumeType

public VolumeType createVolumeType()
Create an instance of VolumeType


createDocumentType

public DocumentType createDocumentType()
Create an instance of DocumentType


createPagesType

public PagesType createPagesType()
Create an instance of PagesType


createAnnotationsType

public AnnotationsType createAnnotationsType()
Create an instance of AnnotationsType


createWebserviceType

public WebserviceType createWebserviceType()
Create an instance of WebserviceType


createIssnType

public IssnType createIssnType()
Create an instance of IssnType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createDoiType

public DoiType createDoiType()
Create an instance of DoiType


createAuthorsType

public AuthorsType createAuthorsType()
Create an instance of AuthorsType


createReferencesType

public ReferencesType createReferencesType()
Create an instance of ReferencesType


createTitleType

public TitleType createTitleType()
Create an instance of TitleType


createRelatedDocumentsType

public RelatedDocumentsType createRelatedDocumentsType()
Create an instance of RelatedDocumentsType


createIsbnType

public IsbnType createIsbnType()
Create an instance of IsbnType


createWebservice

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