Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AttributeType
-
Packages that use AttributeType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of AttributeType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return AttributeType Modifier and Type Method Description AttributeTypeObjectFactory. createAttributeType()Create an instance ofAttributeTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type AttributeType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributeType>ObjectFactory. createAttribute(AttributeType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type AttributeType Modifier and Type Method Description javax.xml.bind.JAXBElement<AttributeType>ObjectFactory. createAttribute(AttributeType value) -
Uses of AttributeType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with type parameters of type AttributeType Modifier and Type Field Description protected List<AttributeType>AttributeQueryType. attributeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type AttributeType Modifier and Type Method Description List<AttributeType>AttributeQueryType. getAttribute()Gets the value of the attribute property.
-