public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.bibliography
|
public ObjectFactory()
public CTAuthorType createCTAuthorType()
CTAuthorType
public CTNameListType createCTNameListType()
CTNameListType
public CTPersonType createCTPersonType()
CTPersonType
public CTNameOrCorporateType createCTNameOrCorporateType()
CTNameOrCorporateType
public CTNameType createCTNameType()
CTNameType
public CTSourceType createCTSourceType()
CTSourceType
public JAXBElement<CTSources> createSources(CTSources value)
public JAXBElement<CTNameType> createCTAuthorTypeEditor(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeInventor(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeInterviewee(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeBookAuthor(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeProducerName(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeInterviewer(CTNameType value)
public JAXBElement<CTNameOrCorporateType> createCTAuthorTypeAuthor(CTNameOrCorporateType value)
public JAXBElement<CTNameOrCorporateType> createCTAuthorTypePerformer(CTNameOrCorporateType value)
public JAXBElement<CTNameType> createCTAuthorTypeCompiler(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeCounsel(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeWriter(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeConductor(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeComposer(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeArtist(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeDirector(CTNameType value)
public JAXBElement<CTNameType> createCTAuthorTypeTranslator(CTNameType value)
public JAXBElement<String> createCTSourceTypeComments(String value)
public JAXBElement<String> createCTSourceTypeInternetSiteTitle(String value)
public JAXBElement<String> createCTSourceTypePages(String value)
public JAXBElement<String> createCTSourceTypeProductionCompany(String value)
public JAXBElement<String> createCTSourceTypeDistributor(String value)
public JAXBElement<String> createCTSourceTypePublisher(String value)
public JAXBElement<String> createCTSourceTypePatentNumber(String value)
public JAXBElement<String> createCTSourceTypeTheater(String value)
public JAXBElement<String> createCTSourceTypeThesisType(String value)
public JAXBElement<String> createCTSourceTypeAlbumTitle(String value)
public JAXBElement<String> createCTSourceTypeMonth(String value)
public JAXBElement<String> createCTSourceTypeYearAccessed(String value)
public JAXBElement<String> createCTSourceTypeConferenceName(String value)
public JAXBElement<String> createCTSourceTypeRecordingNumber(String value)
public JAXBElement<String> createCTSourceTypeBookTitle(String value)
public JAXBElement<String> createCTSourceTypeGuid(String value)
public JAXBElement<String> createCTSourceTypeIssue(String value)
public JAXBElement<String> createCTSourceTypeTag(String value)
public JAXBElement<String> createCTSourceTypeCaseNumber(String value)
public JAXBElement<String> createCTSourceTypeVersion(String value)
public JAXBElement<String> createCTSourceTypeReporter(String value)
public JAXBElement<String> createCTSourceTypeMedium(String value)
public JAXBElement<String> createCTSourceTypeBroadcaster(String value)
public JAXBElement<String> createCTSourceTypeLCID(String value)
public JAXBElement<String> createCTSourceTypeBroadcastTitle(String value)
public JAXBElement<STSourceType> createCTSourceTypeSourceType(STSourceType value)
public JAXBElement<String> createCTSourceTypeVolume(String value)
public JAXBElement<String> createCTSourceTypeMonthAccessed(String value)
public JAXBElement<String> createCTSourceTypeJournalName(String value)
public JAXBElement<String> createCTSourceTypeInstitution(String value)
public JAXBElement<String> createCTSourceTypeTitle(String value)
public JAXBElement<String> createCTSourceTypeCity(String value)
public JAXBElement<String> createCTSourceTypeEdition(String value)
public JAXBElement<String> createCTSourceTypeStandardNumber(String value)
public JAXBElement<String> createCTSourceTypeRefOrder(String value)
public JAXBElement<String> createCTSourceTypeShortTitle(String value)
public JAXBElement<String> createCTSourceTypeAbbreviatedCaseNumber(String value)
public JAXBElement<String> createCTSourceTypeType(String value)
public JAXBElement<String> createCTSourceTypeCountryRegion(String value)
public JAXBElement<String> createCTSourceTypeChapterNumber(String value)
public JAXBElement<CTAuthorType> createCTSourceTypeAuthor(CTAuthorType value)
public JAXBElement<String> createCTSourceTypePublicationTitle(String value)
public JAXBElement<String> createCTSourceTypePeriodicalTitle(String value)
public JAXBElement<String> createCTSourceTypeDay(String value)
public JAXBElement<String> createCTSourceTypeDayAccessed(String value)
public JAXBElement<String> createCTSourceTypeYear(String value)
public JAXBElement<String> createCTSourceTypeStation(String value)
public JAXBElement<String> createCTSourceTypeNumberVolumes(String value)
public JAXBElement<String> createCTSourceTypeStateProvince(String value)
public JAXBElement<String> createCTSourceTypeURL(String value)
public JAXBElement<String> createCTSourceTypeCourt(String value)
public JAXBElement<String> createCTSourceTypeDepartment(String value)
Copyright © 2007-2019. All Rights Reserved.