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: org.w3.xlink
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<ArcType> |
createArc(ArcType value)
|
ArcType |
createArcType()
Create an instance of
ArcType |
Extended |
createExtended()
Create an instance of
Extended |
JAXBElement<LocatorType> |
createLocator(LocatorType value)
|
LocatorType |
createLocatorType()
Create an instance of
LocatorType |
JAXBElement<ResourceType> |
createResource(ResourceType value)
|
ResourceType |
createResourceType()
Create an instance of
ResourceType |
Simple |
createSimple()
Create an instance of
Simple |
JAXBElement<TitleEltType> |
createTitle(TitleEltType value)
|
TitleEltType |
createTitleEltType()
Create an instance of
TitleEltType |
public ObjectFactory()
public TitleEltType createTitleEltType()
TitleEltTypepublic ResourceType createResourceType()
ResourceTypepublic LocatorType createLocatorType()
LocatorTypepublic JAXBElement<TitleEltType> createTitle(TitleEltType value)
public JAXBElement<ResourceType> createResource(ResourceType value)
public JAXBElement<LocatorType> createLocator(LocatorType value)
public JAXBElement<ArcType> createArc(ArcType value)
Copyright © 2021 NorStella. All rights reserved.