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()
ResultType
public DatastreamProblems createDatastreamProblems()
DatastreamProblems
public Datastream createDatastream()
Datastream
public Validation createValidation()
Validation
public ContentModels createContentModels()
ContentModels
public DatastreamHistory createDatastreamHistory()
DatastreamHistory
public DatastreamProfile createDatastreamProfile()
DatastreamProfile
public ListSessionType createListSessionType()
ListSessionType
public ResultType.ResultList createResultTypeResultList()
ResultType.ResultList
public ObjectFieldsType createObjectFieldsType()
ObjectFieldsType
public 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.