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: info.textgrid.namespaces.metadata.core._2010
|
public ObjectFactory()
public GeneratedType createGeneratedType()
GeneratedType
public GenericType createGenericType()
GenericType
public EditionType createEditionType()
EditionType
public GeneratedType.Pid createGeneratedTypePid()
GeneratedType.Pid
public GeneratedType.Project createGeneratedTypeProject()
GeneratedType.Project
public GeneratedType.Warning createGeneratedTypeWarning()
GeneratedType.Warning
public GeneratedType.Fixity createGeneratedTypeFixity()
GeneratedType.Fixity
public AuthorityType createAuthorityType()
AuthorityType
public EditionType.License createEditionTypeLicense()
EditionType.License
public MetadataContainerType createMetadataContainerType()
MetadataContainerType
public IdentifierType createIdentifierType()
IdentifierType
public CollectionType createCollectionType()
CollectionType
public BibliographicCitationType createBibliographicCitationType()
BibliographicCitationType
public ObjectType createObjectType()
ObjectType
public ObjectType.Custom createObjectTypeCustom()
ObjectType.Custom
public AuthorityType.Id createAuthorityTypeId()
AuthorityType.Id
public GeneratedType.TextgridUri createGeneratedTypeTextgridUri()
GeneratedType.TextgridUri
public SourceType createSourceType()
SourceType
public ProvidedType createProvidedType()
ProvidedType
public RelationType createRelationType()
RelationType
public ObjectCitationType createObjectCitationType()
ObjectCitationType
public JAXBElement<MetadataContainerType> createTgObjectMetadata(MetadataContainerType value)
Copyright © 2013 TextGrid Consortium. All Rights Reserved.