Class ObjectFactory
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.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.saml20.protocol 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.saml20.protocol -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<String> createArtifact
(String value) jakarta.xml.bind.JAXBElement
<ArtifactResolveType> Create an instance ofArtifactResolveType
jakarta.xml.bind.JAXBElement
<ArtifactResponseType> Create an instance ofArtifactResponseType
jakarta.xml.bind.JAXBElement
<AssertionIDRequestType> Create an instance ofAssertionIDRequestType
jakarta.xml.bind.JAXBElement
<AttributeQueryType> Create an instance ofAttributeQueryType
jakarta.xml.bind.JAXBElement
<AuthnQueryType> createAuthnQuery
(AuthnQueryType value) Create an instance ofAuthnQueryType
jakarta.xml.bind.JAXBElement
<AuthnRequestType> Create an instance ofAuthnRequestType
jakarta.xml.bind.JAXBElement
<AuthzDecisionQueryType> Create an instance ofAuthzDecisionQueryType
jakarta.xml.bind.JAXBElement
<ExtensionsType> createExtensions
(ExtensionsType value) Create an instance ofExtensionsType
jakarta.xml.bind.JAXBElement
<String> createGetComplete
(String value) jakarta.xml.bind.JAXBElement
<IDPEntryType> createIDPEntry
(IDPEntryType value) Create an instance ofIDPEntryType
jakarta.xml.bind.JAXBElement
<IDPListType> createIDPList
(IDPListType value) Create an instance ofIDPListType
jakarta.xml.bind.JAXBElement
<LogoutRequestType> Create an instance ofLogoutRequestType
jakarta.xml.bind.JAXBElement
<StatusResponseType> jakarta.xml.bind.JAXBElement
<ManageNameIDRequestType> Create an instance ofManageNameIDRequestType
jakarta.xml.bind.JAXBElement
<StatusResponseType> jakarta.xml.bind.JAXBElement
<NameIDMappingRequestType> Create an instance ofNameIDMappingRequestType
jakarta.xml.bind.JAXBElement
<NameIDMappingResponseType> Create an instance ofNameIDMappingResponseType
jakarta.xml.bind.JAXBElement
<NameIDPolicyType> Create an instance ofNameIDPolicyType
jakarta.xml.bind.JAXBElement
<EncryptedElementType> jakarta.xml.bind.JAXBElement
<String> createNewID
(String value) jakarta.xml.bind.JAXBElement
<RequestedAuthnContextType> Create an instance ofRequestedAuthnContextType
jakarta.xml.bind.JAXBElement
<String> createRequesterID
(String value) jakarta.xml.bind.JAXBElement
<ResponseType> createResponse
(ResponseType value) Create an instance ofResponseType
jakarta.xml.bind.JAXBElement
<ScopingType> createScoping
(ScopingType value) Create an instance ofScopingType
jakarta.xml.bind.JAXBElement
<String> createSessionIndex
(String value) jakarta.xml.bind.JAXBElement
<StatusType> createStatus
(StatusType value) jakarta.xml.bind.JAXBElement
<StatusCodeType> createStatusCode
(StatusCodeType value) Create an instance ofStatusCodeType
jakarta.xml.bind.JAXBElement
<StatusDetailType> Create an instance ofStatusDetailType
jakarta.xml.bind.JAXBElement
<String> createStatusMessage
(String value) Create an instance ofStatusResponseType
Create an instance ofStatusType
jakarta.xml.bind.JAXBElement
<SubjectQueryAbstractType> jakarta.xml.bind.JAXBElement
<TerminateType> createTerminate
(TerminateType value) Create an instance ofTerminateType
-
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.saml20.protocol
-
-
Method Details
-
createExtensionsType
Create an instance ofExtensionsType
-
createStatusType
Create an instance ofStatusType
-
createStatusCodeType
Create an instance ofStatusCodeType
-
createStatusDetailType
Create an instance ofStatusDetailType
-
createAssertionIDRequestType
Create an instance ofAssertionIDRequestType
-
createAuthnQueryType
Create an instance ofAuthnQueryType
-
createRequestedAuthnContextType
Create an instance ofRequestedAuthnContextType
-
createAttributeQueryType
Create an instance ofAttributeQueryType
-
createAuthzDecisionQueryType
Create an instance ofAuthzDecisionQueryType
-
createAuthnRequestType
Create an instance ofAuthnRequestType
-
createNameIDPolicyType
Create an instance ofNameIDPolicyType
-
createScopingType
Create an instance ofScopingType
-
createIDPListType
Create an instance ofIDPListType
-
createIDPEntryType
Create an instance ofIDPEntryType
-
createResponseType
Create an instance ofResponseType
-
createArtifactResolveType
Create an instance ofArtifactResolveType
-
createArtifactResponseType
Create an instance ofArtifactResponseType
-
createManageNameIDRequestType
Create an instance ofManageNameIDRequestType
-
createTerminateType
Create an instance ofTerminateType
-
createStatusResponseType
Create an instance ofStatusResponseType
-
createLogoutRequestType
Create an instance ofLogoutRequestType
-
createNameIDMappingRequestType
Create an instance ofNameIDMappingRequestType
-
createNameIDMappingResponseType
Create an instance ofNameIDMappingResponseType
-
createExtensions
-
createStatus
-
createStatusCode
-
createStatusMessage
-
createStatusDetail
-
createAssertionIDRequest
public jakarta.xml.bind.JAXBElement<AssertionIDRequestType> createAssertionIDRequest(AssertionIDRequestType value) -
createSubjectQuery
public jakarta.xml.bind.JAXBElement<SubjectQueryAbstractType> createSubjectQuery(SubjectQueryAbstractType value) -
createAuthnQuery
-
createRequestedAuthnContext
public jakarta.xml.bind.JAXBElement<RequestedAuthnContextType> createRequestedAuthnContext(RequestedAuthnContextType value) -
createAttributeQuery
public jakarta.xml.bind.JAXBElement<AttributeQueryType> createAttributeQuery(AttributeQueryType value) -
createAuthzDecisionQuery
public jakarta.xml.bind.JAXBElement<AuthzDecisionQueryType> createAuthzDecisionQuery(AuthzDecisionQueryType value) -
createAuthnRequest
-
createNameIDPolicy
-
createScoping
-
createRequesterID
-
createIDPList
-
createIDPEntry
-
createGetComplete
-
createResponse
-
createArtifactResolve
public jakarta.xml.bind.JAXBElement<ArtifactResolveType> createArtifactResolve(ArtifactResolveType value) -
createArtifact
-
createArtifactResponse
public jakarta.xml.bind.JAXBElement<ArtifactResponseType> createArtifactResponse(ArtifactResponseType value) -
createManageNameIDRequest
public jakarta.xml.bind.JAXBElement<ManageNameIDRequestType> createManageNameIDRequest(ManageNameIDRequestType value) -
createNewID
-
createNewEncryptedID
public jakarta.xml.bind.JAXBElement<EncryptedElementType> createNewEncryptedID(EncryptedElementType value) -
createTerminate
-
createManageNameIDResponse
public jakarta.xml.bind.JAXBElement<StatusResponseType> createManageNameIDResponse(StatusResponseType value) -
createLogoutRequest
-
createSessionIndex
-
createLogoutResponse
public jakarta.xml.bind.JAXBElement<StatusResponseType> createLogoutResponse(StatusResponseType value) -
createNameIDMappingRequest
public jakarta.xml.bind.JAXBElement<NameIDMappingRequestType> createNameIDMappingRequest(NameIDMappingRequestType value) -
createNameIDMappingResponse
public jakarta.xml.bind.JAXBElement<NameIDMappingResponseType> createNameIDMappingResponse(NameIDMappingResponseType value)
-