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: com.yourmediashelf.fedora.generated.access
|
public ObjectFactory()
public FedoraRepository createFedoraRepository()
FedoraRepository
public RepositoryPID createRepositoryPID()
RepositoryPID
public RepositoryOAIIdentifier createRepositoryOAIIdentifier()
RepositoryOAIIdentifier
public ObjectDatastreams createObjectDatastreams()
ObjectDatastreams
public ObjectDatastreamsType createObjectDatastreamsType()
ObjectDatastreamsType
public DatastreamType createDatastreamType()
DatastreamType
public ObjectProfile createObjectProfile()
ObjectProfile
public ObjectMethods createObjectMethods()
ObjectMethods
public ObjectMethodsType createObjectMethodsType()
ObjectMethodsType
public ServiceDefinitionType createServiceDefinitionType()
ServiceDefinitionType
public FedoraObjectHistory createFedoraObjectHistory()
FedoraObjectHistory
public MethodParmType createMethodParmType()
MethodParmType
public MethodType createMethodType()
MethodType
public MethodParmDomainType createMethodParmDomainType()
MethodParmDomainType
public JAXBElement<String> createPIDDelimiter(String value)
public JAXBElement<String> createSampleOAIURL(String value)
public JAXBElement<String> createObjItemIndexViewURL(String value)
public JAXBElement<String> createSampleSearchURL(String value)
public JAXBElement<String> createRepositoryName(String value)
public JAXBElement<String> createObjState(String value)
public JAXBElement<String> createRetainPID(String value)
public JAXBElement<String> createRepositoryBaseURL(String value)
public JAXBElement<DatastreamProfile> createDatastreamProfile(DatastreamProfile value)
public JAXBElement<XMLGregorianCalendar> createObjLastModDate(XMLGregorianCalendar value)
public JAXBElement<String> createObjDissIndexViewURL(String value)
public JAXBElement<XMLGregorianCalendar> createObjCreateDate(XMLGregorianCalendar value)
public JAXBElement<String> createObjLabel(String value)
public JAXBElement<String> createPIDSample(String value)
public JAXBElement<String> createSampleAccessURL(String value)
public JAXBElement<String> createOAINamespaceIdentifier(String value)
public JAXBElement<String> createObjOwnerId(String value)
public JAXBElement<String> createAdminEmail(String value)
public JAXBElement<String> createPIDNamespaceIdentifier(String value)
public JAXBElement<String> createOAIDelimiter(String value)
public JAXBElement<String> createRepositoryVersion(String value)
public JAXBElement<String> createOAISample(String value)
Copyright © 2010-2013 MediaShelf. All Rights Reserved.