Package org.oasis_open.docs.ns.xri.xrd_1
Class ObjectFactory
java.lang.Object
org.oasis_open.docs.ns.xri.xrd_1.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.oasis_open.docs.ns.xri.xrd_1 package.
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 Summary
ConstructorsConstructorDescriptionCreate 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 -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<AnyURI>
createAlias
(AnyURI value) Create an instance ofAnyURI
javax.xml.bind.JAXBElement<ExpiresType>
createExpires
(ExpiresType value) Create an instance ofExpiresType
javax.xml.bind.JAXBElement<LinkType>
createLink
(LinkType value) Create an instance ofLinkType
javax.xml.bind.JAXBElement<PropertyType>
createProperty
(PropertyType value) Create an instance ofPropertyType
Create an instance ofString
javax.xml.bind.JAXBElement<AnyURI>
createSubject
(AnyURI value) javax.xml.bind.JAXBElement<TitleType>
createTitle
(TitleType value) Create an instance ofTitleType
javax.xml.bind.JAXBElement<XRDType>
javax.xml.bind.JAXBElement<XRDSType>
createXRDS
(XRDSType value) Create an instance ofXRDSType
Create an instance ofXRDType
-
Constructor Details
-
ObjectFactory
public 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
-
-
Method Details
-
createXRDSType
Create an instance ofXRDSType
-
createXRDType
Create an instance ofXRDType
-
createExpiresType
Create an instance ofExpiresType
-
createAnyURI
Create an instance ofAnyURI
-
createPropertyType
Create an instance ofPropertyType
-
createLinkType
Create an instance ofLinkType
-
createTitleType
Create an instance ofTitleType
-
createString
Create an instance ofString
-
createXRDS
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
XRDSType
>
-
createXRD
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
XRDType
>
-
createExpires
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ExpiresType
>
-
createSubject
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AnyURI
>
-
createAlias
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AnyURI
>
-
createProperty
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PropertyType
>
-
createLink
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
LinkType
>
-
createTitle
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TitleType
>
-