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()
DigitalObjectpublic DigitalObjectType createDigitalObjectType()
DigitalObjectTypepublic ObjectPropertiesType createObjectPropertiesType()
ObjectPropertiesTypepublic DatastreamType createDatastreamType()
DatastreamTypepublic PropertyType createPropertyType()
PropertyTypepublic XmlContentType createXmlContentType()
XmlContentTypepublic DatastreamVersionType createDatastreamVersionType()
DatastreamVersionTypepublic ContentLocationType createContentLocationType()
ContentLocationTypepublic ExtpropertyType createExtpropertyType()
ExtpropertyTypepublic ContentDigestType createContentDigestType()
ContentDigestTypeCopyright © 2010-2013 MediaShelf. All Rights Reserved.