Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.ExtensionsType
Packages that use ExtensionsType
-
Uses of ExtensionsType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as ExtensionsTypeModifier and TypeFieldDescriptionprotected ExtensionsType
RequestAbstractType.extensions
protected ExtensionsType
StatusResponseType.extensions
Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return ExtensionsTypeModifier and TypeMethodDescriptionObjectFactory.createExtensionsType()
Create an instance ofExtensionsType
RequestAbstractType.getExtensions()
Gets the value of the extensions property.StatusResponseType.getExtensions()
Gets the value of the extensions property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type ExtensionsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ExtensionsType> ObjectFactory.createExtensions
(ExtensionsType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type ExtensionsTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ExtensionsType> ObjectFactory.createExtensions
(ExtensionsType value) void
RequestAbstractType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
StatusResponseType.setExtensions
(ExtensionsType value) Sets the value of the extensions property.