Class PrivacyPolicyQueryImpl
java.lang.Object
org.projecthusky.communication.ch.ppq.impl.PrivacyPolicyQueryImpl
- All Implemented Interfaces:
PrivacyPolicyQuery
,SecurityObject<org.opensaml.xacml.profile.saml.XACMLPolicyQueryType>
,Base
public class PrivacyPolicyQueryImpl
extends Object
implements PrivacyPolicyQuery, SecurityObject<org.opensaml.xacml.profile.saml.XACMLPolicyQueryType>
Class implementing the corresponding interface for PatientPrivacyQuery.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PrivacyPolicyQueryImpl
(org.opensaml.xacml.profile.saml.XACMLPolicyQueryType aInternalObject) -
Method Summary
Modifier and TypeMethodDescriptionMethod to get the consent value. Methode um den Inhalt des Consent zu holen.Method to get the destination value. Methode um den Inhalt der Destination zu holen.getId()
Method to get the ID. Methode die ID zu holen.Method to get the InstanceIdentifier value. Methode um den InstanceIdentifier zu holen.Method to get the IssueInstant. Methode den IssueInstant zu holen.Method to get the Issuer. Methode um den Issuer zu holen.Method to get the Version. Methode um die Version zu holen.org.opensaml.xacml.profile.saml.XACMLPolicyQueryType
Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.
-
Constructor Details
-
PrivacyPolicyQueryImpl
protected PrivacyPolicyQueryImpl(org.opensaml.xacml.profile.saml.XACMLPolicyQueryType aInternalObject)
-
-
Method Details
-
getConsent
Description copied from interface:PrivacyPolicyQuery
Method to get the consent value.Methode um den Inhalt des Consent zu holen.- Specified by:
getConsent
in interfacePrivacyPolicyQuery
- Returns:
- the consent value as stringder Inhalt des Consent als String
-
getDestination
Description copied from interface:PrivacyPolicyQuery
Method to get the destination value.Methode um den Inhalt der Destination zu holen.- Specified by:
getDestination
in interfacePrivacyPolicyQuery
- Returns:
- the destination value as stringder Inhalt der Destination als String
-
getId
Description copied from interface:Base
Method to get the ID.Methode die ID zu holen. -
getInstanceIdentifier
Description copied from interface:PrivacyPolicyQuery
Method to get the InstanceIdentifier value.Methode um den InstanceIdentifier zu holen.- Specified by:
getInstanceIdentifier
in interfacePrivacyPolicyQuery
- Returns:
- the InstanceIdentifierden InstanceIdentifier
-
getIssueInstant
Description copied from interface:Base
Method to get the IssueInstant.Methode den IssueInstant zu holen.- Specified by:
getIssueInstant
in interfaceBase
- Returns:
- the IssueInstant value as
Calendar
.der IssueInstant Wert alsCalendar
.
-
getIssuer
Description copied from interface:Base
Method to get the Issuer.Methode um den Issuer zu holen. -
getVersion
Description copied from interface:Base
Method to get the Version.Methode um die Version zu holen.- Specified by:
getVersion
in interfaceBase
- Returns:
- the Version value as
String
.die Version alsString
.
-
getWrappedObject
public org.opensaml.xacml.profile.saml.XACMLPolicyQueryType getWrappedObject()Description copied from interface:SecurityObject
Method to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObject
in interfaceSecurityObject<org.opensaml.xacml.profile.saml.XACMLPolicyQueryType>
- Returns:
- returns the wrapped inner object (depends on implementation)
-