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.foxml
|
Modifier and Type | Method and Description |
---|---|
ContentDigestType |
createContentDigestType()
Create an instance of
ContentDigestType |
ContentLocationType |
createContentLocationType()
Create an instance of
ContentLocationType |
DatastreamType |
createDatastreamType()
Create an instance of
DatastreamType |
DatastreamVersionType |
createDatastreamVersionType()
Create an instance of
DatastreamVersionType |
DigitalObject |
createDigitalObject()
Create an instance of
DigitalObject |
DigitalObjectType |
createDigitalObjectType()
Create an instance of
DigitalObjectType |
ExtpropertyType |
createExtpropertyType()
Create an instance of
ExtpropertyType |
ObjectPropertiesType |
createObjectPropertiesType()
Create an instance of
ObjectPropertiesType |
PropertyType |
createPropertyType()
Create an instance of
PropertyType |
XmlContentType |
createXmlContentType()
Create an instance of
XmlContentType |
public ObjectFactory()
public DigitalObject createDigitalObject()
DigitalObject
public DigitalObjectType createDigitalObjectType()
DigitalObjectType
public ObjectPropertiesType createObjectPropertiesType()
ObjectPropertiesType
public DatastreamType createDatastreamType()
DatastreamType
public PropertyType createPropertyType()
PropertyType
public XmlContentType createXmlContentType()
XmlContentType
public DatastreamVersionType createDatastreamVersionType()
DatastreamVersionType
public ContentLocationType createContentLocationType()
ContentLocationType
public ExtpropertyType createExtpropertyType()
ExtpropertyType
public ContentDigestType createContentDigestType()
ContentDigestType
Copyright © 2010-2013 MediaShelf. All Rights Reserved.