Package org.oasis_open.docs.ns.xri.xrd_1
Class ObjectFactory
- java.lang.Object
-
- org.oasis_open.docs.ns.xri.xrd_1.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor 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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<AnyURI>createAlias(AnyURI value)AnyURIcreateAnyURI()Create an instance ofAnyURIjavax.xml.bind.JAXBElement<ExpiresType>createExpires(ExpiresType value)ExpiresTypecreateExpiresType()Create an instance ofExpiresTypejavax.xml.bind.JAXBElement<LinkType>createLink(LinkType value)LinkTypecreateLinkType()Create an instance ofLinkTypejavax.xml.bind.JAXBElement<PropertyType>createProperty(PropertyType value)PropertyTypecreatePropertyType()Create an instance ofPropertyTypeStringcreateString()Create an instance ofStringjavax.xml.bind.JAXBElement<AnyURI>createSubject(AnyURI value)javax.xml.bind.JAXBElement<TitleType>createTitle(TitleType value)TitleTypecreateTitleType()Create an instance ofTitleTypejavax.xml.bind.JAXBElement<XRDType>createXRD(XRDType value)javax.xml.bind.JAXBElement<XRDSType>createXRDS(XRDSType value)XRDSTypecreateXRDSType()Create an instance ofXRDSTypeXRDTypecreateXRDType()Create an instance ofXRDType
-
-
-
Method Detail
-
createExpiresType
public ExpiresType createExpiresType()
Create an instance ofExpiresType
-
createPropertyType
public PropertyType createPropertyType()
Create an instance ofPropertyType
-
createXRDS
public javax.xml.bind.JAXBElement<XRDSType> createXRDS(XRDSType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XRDSType>
-
createXRD
public javax.xml.bind.JAXBElement<XRDType> createXRD(XRDType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<XRDType>
-
createExpires
public javax.xml.bind.JAXBElement<ExpiresType> createExpires(ExpiresType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExpiresType>
-
createSubject
public javax.xml.bind.JAXBElement<AnyURI> createSubject(AnyURI value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AnyURI>
-
createAlias
public javax.xml.bind.JAXBElement<AnyURI> createAlias(AnyURI value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AnyURI>
-
createProperty
public javax.xml.bind.JAXBElement<PropertyType> createProperty(PropertyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PropertyType>
-
createLink
public javax.xml.bind.JAXBElement<LinkType> createLink(LinkType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LinkType>
-
-