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()
FedoraRepositorypublic RepositoryPID createRepositoryPID()
RepositoryPIDpublic RepositoryOAIIdentifier createRepositoryOAIIdentifier()
RepositoryOAIIdentifierpublic ObjectDatastreams createObjectDatastreams()
ObjectDatastreamspublic ObjectDatastreamsType createObjectDatastreamsType()
ObjectDatastreamsTypepublic DatastreamType createDatastreamType()
DatastreamTypepublic ObjectProfile createObjectProfile()
ObjectProfilepublic ObjectMethods createObjectMethods()
ObjectMethodspublic ObjectMethodsType createObjectMethodsType()
ObjectMethodsTypepublic ServiceDefinitionType createServiceDefinitionType()
ServiceDefinitionTypepublic FedoraObjectHistory createFedoraObjectHistory()
FedoraObjectHistorypublic MethodParmType createMethodParmType()
MethodParmTypepublic MethodType createMethodType()
MethodTypepublic MethodParmDomainType createMethodParmDomainType()
MethodParmDomainTypepublic 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.