Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionsType
-
Packages that use ConditionsType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of ConditionsType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as ConditionsType Modifier and Type Field Description protected ConditionsTypeAssertionType. conditionsMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return ConditionsType Modifier and Type Method Description ConditionsTypeObjectFactory. createConditionsType()Create an instance ofConditionsTypeConditionsTypeAssertionType. getConditions()Gets the value of the conditions property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type ConditionsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionsType>ObjectFactory. createConditions(ConditionsType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type ConditionsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionsType>ObjectFactory. createConditions(ConditionsType value)voidAssertionType. setConditions(ConditionsType value)Sets the value of the conditions property. -
Uses of ConditionsType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as ConditionsType Modifier and Type Field Description protected ConditionsTypeAuthnRequestType. conditionsMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return ConditionsType Modifier and Type Method Description ConditionsTypeAuthnRequestType. getConditions()Gets the value of the conditions property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type ConditionsType Modifier and Type Method Description voidAuthnRequestType. setConditions(ConditionsType value)Sets the value of the conditions property.
-