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.management
|
public ObjectFactory()
public ResultType createResultType()
ResultTypepublic DatastreamProblems createDatastreamProblems()
DatastreamProblemspublic Datastream createDatastream()
Datastreampublic Validation createValidation()
Validationpublic ContentModels createContentModels()
ContentModelspublic DatastreamHistory createDatastreamHistory()
DatastreamHistorypublic DatastreamProfile createDatastreamProfile()
DatastreamProfilepublic ListSessionType createListSessionType()
ListSessionTypepublic ResultType.ResultList createResultTypeResultList()
ResultType.ResultListpublic ObjectFieldsType createObjectFieldsType()
ObjectFieldsTypepublic JAXBElement<String> createPid(String value)
public JAXBElement<DatastreamProfile> createDatastreamProfile(DatastreamProfile value)
public JAXBElement<XMLGregorianCalendar> createAsOfDateTime(XMLGregorianCalendar value)
public JAXBElement<String> createListSessionTypeExpirationDate(String value)
public JAXBElement<ListSessionType> createResultTypeListSession(ListSessionType value)
public JAXBElement<String> createObjectFieldsTypeOwnerId(String value)
public JAXBElement<String> createObjectFieldsTypeCDate(String value)
public JAXBElement<String> createObjectFieldsTypeDcmDate(String value)
public JAXBElement<String> createObjectFieldsTypeMDate(String value)
public JAXBElement<String> createObjectFieldsTypeLabel(String value)
public JAXBElement<String> createObjectFieldsTypePid(String value)
public JAXBElement<String> createObjectFieldsTypeState(String value)
Copyright © 2010-2013 MediaShelf. All Rights Reserved.