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