Class ObjectFactory
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss 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.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAddPolicyRequest
jakarta.xml.bind.JAXBElement
<AddPolicyRequest> Create an instance ofAssertionBasedRequestType
Create an instance ofDeletePolicyRequest
jakarta.xml.bind.JAXBElement
<DeletePolicyRequest> Create an instance ofEprPolicyRepositoryResponse
Create an instance ofUnknownPolicySetId
jakarta.xml.bind.JAXBElement
<UnknownPolicySetId> Create an instance ofUpdatePolicyRequest
jakarta.xml.bind.JAXBElement
<UpdatePolicyRequest> Create an instance ofXACMLPolicySetIdReferenceStatementType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openehealth.ipf.commons.ihe.xacml20.stub.ehealthswiss
-
-
Method Details
-
createAddPolicyRequest
Create an instance ofAddPolicyRequest
-
createUpdatePolicyRequest
Create an instance ofUpdatePolicyRequest
-
createDeletePolicyRequest
Create an instance ofDeletePolicyRequest
-
createEprPolicyRepositoryResponse
Create an instance ofEprPolicyRepositoryResponse
-
createUnknownPolicySetId
Create an instance ofUnknownPolicySetId
-
createAssertionBasedRequestType
Create an instance ofAssertionBasedRequestType
-
createXACMLPolicySetIdReferenceStatementType
Create an instance ofXACMLPolicySetIdReferenceStatementType
-
createAddPolicyRequest
public jakarta.xml.bind.JAXBElement<AddPolicyRequest> createAddPolicyRequest(AddPolicyRequest value) -
createUpdatePolicyRequest
public jakarta.xml.bind.JAXBElement<UpdatePolicyRequest> createUpdatePolicyRequest(UpdatePolicyRequest value) -
createDeletePolicyRequest
public jakarta.xml.bind.JAXBElement<DeletePolicyRequest> createDeletePolicyRequest(DeletePolicyRequest value) -
createUnknownPolicySetId
public jakarta.xml.bind.JAXBElement<UnknownPolicySetId> createUnknownPolicySetId(UnknownPolicySetId value)
-