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.oasis_open.docs.ns.xri.xrd_1
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AnyURI> |
createAlias(AnyURI value)
|
AnyURI |
createAnyURI()
Create an instance of
AnyURI |
JAXBElement<ExpiresType> |
createExpires(ExpiresType value)
|
ExpiresType |
createExpiresType()
Create an instance of
ExpiresType |
JAXBElement<LinkType> |
createLink(LinkType value)
|
LinkType |
createLinkType()
Create an instance of
LinkType |
JAXBElement<PropertyType> |
createProperty(PropertyType value)
|
PropertyType |
createPropertyType()
Create an instance of
PropertyType |
String |
createString()
Create an instance of
String |
JAXBElement<AnyURI> |
createSubject(AnyURI value)
|
JAXBElement<TitleType> |
createTitle(TitleType value)
|
TitleType |
createTitleType()
Create an instance of
TitleType |
JAXBElement<XRDType> |
createXRD(XRDType value)
|
JAXBElement<XRDSType> |
createXRDS(XRDSType value)
|
XRDSType |
createXRDSType()
Create an instance of
XRDSType |
XRDType |
createXRDType()
Create an instance of
XRDType |
public ObjectFactory()
public PropertyType createPropertyType()
PropertyTypepublic ExpiresType createExpiresType()
ExpiresTypepublic JAXBElement<AnyURI> createAlias(AnyURI value)
public JAXBElement<XRDSType> createXRDS(XRDSType value)
public JAXBElement<PropertyType> createProperty(PropertyType value)
public JAXBElement<XRDType> createXRD(XRDType value)
public JAXBElement<TitleType> createTitle(TitleType value)
public JAXBElement<AnyURI> createSubject(AnyURI value)
public JAXBElement<ExpiresType> createExpires(ExpiresType value)
public JAXBElement<LinkType> createLink(LinkType value)
Copyright © 2018 Bedework. All rights reserved.