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
ConstructorsModifierConstructorDescriptionprotectedPrivacyPolicyQueryImpl(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.XACMLPolicyQueryTypeMethod 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:PrivacyPolicyQueryMethod to get the consent value.Methode um den Inhalt des Consent zu holen.- Specified by:
getConsentin interfacePrivacyPolicyQuery- Returns:
- the consent value as stringder Inhalt des Consent als String
-
getDestination
Description copied from interface:PrivacyPolicyQueryMethod to get the destination value.Methode um den Inhalt der Destination zu holen.- Specified by:
getDestinationin interfacePrivacyPolicyQuery- Returns:
- the destination value as stringder Inhalt der Destination als String
-
getId
Description copied from interface:BaseMethod to get the ID.Methode die ID zu holen. -
getInstanceIdentifier
Description copied from interface:PrivacyPolicyQueryMethod to get the InstanceIdentifier value.Methode um den InstanceIdentifier zu holen.- Specified by:
getInstanceIdentifierin interfacePrivacyPolicyQuery- Returns:
- the InstanceIdentifierden InstanceIdentifier
-
getIssueInstant
Description copied from interface:BaseMethod to get the IssueInstant.Methode den IssueInstant zu holen.- Specified by:
getIssueInstantin interfaceBase- Returns:
- the IssueInstant value as
Calendar.der IssueInstant Wert alsCalendar.
-
getIssuer
Description copied from interface:BaseMethod to get the Issuer.Methode um den Issuer zu holen. -
getVersion
Description copied from interface:BaseMethod to get the Version.Methode um die Version zu holen.- Specified by:
getVersionin interfaceBase- Returns:
- the Version value as
String.die Version alsString.
-
getWrappedObject
public org.opensaml.xacml.profile.saml.XACMLPolicyQueryType getWrappedObject()Description copied from interface:SecurityObjectMethod to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObjectin interfaceSecurityObject<org.opensaml.xacml.profile.saml.XACMLPolicyQueryType>- Returns:
- returns the wrapped inner object (depends on implementation)
-