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