@CodingStyleguideUnaware 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Action_QNAME |
static QName |
_Asset_QNAME |
static QName |
_Constraint_QNAME |
static QName |
_Duty_QNAME |
static QName |
_HasPolicy_QNAME |
static QName |
_Party_QNAME |
static QName |
_Permission_QNAME |
static QName |
_Policy_QNAME |
static QName |
_Prohibition_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.edm.jaxb.w3.odrl
|
| Modifier and Type | Method and Description |
|---|---|
Action |
createAction()
Create an instance of
Action |
JAXBElement<Action> |
createAction(Action value)
|
Asset |
createAsset()
Create an instance of
Asset |
JAXBElement<Asset> |
createAsset(Asset value)
|
Constraint |
createConstraint()
Create an instance of
Constraint |
JAXBElement<Constraint> |
createConstraint(Constraint value)
|
Duty |
createDuty()
Create an instance of
Duty |
JAXBElement<Duty> |
createDuty(Duty value)
|
JAXBElement<Policy> |
createHasPolicy(Policy value)
|
Party |
createParty()
Create an instance of
Party |
JAXBElement<Party> |
createParty(Party value)
|
Permission |
createPermission()
Create an instance of
Permission |
JAXBElement<Permission> |
createPermission(Permission value)
|
Policy |
createPolicy()
Create an instance of
Policy |
JAXBElement<Policy> |
createPolicy(Policy value)
|
Prohibition |
createProhibition()
Create an instance of
Prohibition |
JAXBElement<Prohibition> |
createProhibition(Prohibition value)
|
public static final QName _HasPolicy_QNAME
public static final QName _Policy_QNAME
public static final QName _Permission_QNAME
public static final QName _Prohibition_QNAME
public static final QName _Duty_QNAME
public static final QName _Asset_QNAME
public static final QName _Party_QNAME
public static final QName _Action_QNAME
public static final QName _Constraint_QNAME
public ObjectFactory()
@Nonnull public Policy createPolicy()
Policynull.@Nonnull public Permission createPermission()
Permissionnull.@Nonnull public Prohibition createProhibition()
Prohibitionnull.@Nonnull public Duty createDuty()
Dutynull.@Nonnull public Asset createAsset()
Assetnull.@Nonnull public Party createParty()
Partynull.@Nonnull public Action createAction()
Actionnull.@Nonnull public Constraint createConstraint()
Constraintnull.@Nonnull public JAXBElement<Policy> createHasPolicy(@Nullable Policy value)
value - Java instance representing xml element's value.JAXBElement<Policy> The created JAXBElement and never null.@Nonnull public JAXBElement<Policy> createPolicy(@Nullable Policy value)
value - Java instance representing xml element's value.JAXBElement<Policy> The created JAXBElement and never null.@Nonnull public JAXBElement<Permission> createPermission(@Nullable Permission value)
value - Java instance representing xml element's value.JAXBElement<Permission> The created JAXBElement and never null.@Nonnull public JAXBElement<Prohibition> createProhibition(@Nullable Prohibition value)
value - Java instance representing xml element's value.JAXBElement<Prohibition> The created JAXBElement and never null.@Nonnull public JAXBElement<Duty> createDuty(@Nullable Duty value)
value - Java instance representing xml element's value.JAXBElement<Duty> The created JAXBElement and never null.@Nonnull public JAXBElement<Asset> createAsset(@Nullable Asset value)
value - Java instance representing xml element's value.JAXBElement<Asset> The created JAXBElement and never null.@Nonnull public JAXBElement<Party> createParty(@Nullable Party value)
value - Java instance representing xml element's value.JAXBElement<Party> The created JAXBElement and never null.@Nonnull public JAXBElement<Action> createAction(@Nullable Action value)
value - Java instance representing xml element's value.JAXBElement<Action> The created JAXBElement and never null.@Nonnull public JAXBElement<Constraint> createConstraint(@Nullable Constraint value)
value - Java instance representing xml element's value.JAXBElement<Constraint> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.