Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.EvidenceType
-
Packages that use EvidenceType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of EvidenceType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as EvidenceType Modifier and Type Field Description protected EvidenceTypeAuthzDecisionStatementType. evidenceMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return EvidenceType Modifier and Type Method Description EvidenceTypeObjectFactory. createEvidenceType()Create an instance ofEvidenceTypeEvidenceTypeAuthzDecisionStatementType. getEvidence()Gets the value of the evidence property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type EvidenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<EvidenceType>ObjectFactory. createEvidence(EvidenceType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type EvidenceType Modifier and Type Method Description javax.xml.bind.JAXBElement<EvidenceType>ObjectFactory. createEvidence(EvidenceType value)voidAuthzDecisionStatementType. setEvidence(EvidenceType value)Sets the value of the evidence property. -
Uses of EvidenceType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as EvidenceType Modifier and Type Field Description protected EvidenceTypeAuthzDecisionQueryType. evidenceMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return EvidenceType Modifier and Type Method Description EvidenceTypeAuthzDecisionQueryType. getEvidence()Gets the value of the evidence property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type EvidenceType Modifier and Type Method Description voidAuthzDecisionQueryType. setEvidence(EvidenceType value)Sets the value of the evidence property.
-