Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.ConditionAbstractType
-
Packages that use ConditionAbstractType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation -
-
Uses of ConditionAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Subclasses of ConditionAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion Modifier and Type Class Description classAudienceRestrictionTypeJava class for AudienceRestrictionType complex type.classOneTimeUseTypeJava class for OneTimeUseType complex type.classProxyRestrictionTypeJava class for ProxyRestrictionType complex type.Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with type parameters of type ConditionAbstractType Modifier and Type Field Description protected List<ConditionAbstractType>ConditionsType. conditionOrAudienceRestrictionOrOneTimeUseMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type ConditionAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionAbstractType>ObjectFactory. createCondition(ConditionAbstractType value)List<ConditionAbstractType>ConditionsType. getConditionOrAudienceRestrictionOrOneTimeUse()Gets the value of the conditionOrAudienceRestrictionOrOneTimeUse property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type ConditionAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConditionAbstractType>ObjectFactory. createCondition(ConditionAbstractType value) -
Uses of ConditionAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation
Subclasses of ConditionAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation Modifier and Type Class Description classDelegationRestrictionTypeJava class for DelegationRestrictionType complex type.
-