Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.ExtensionsType
-
Uses of ExtensionsType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Modifier and TypeFieldDescriptionprotected ExtensionsType
RequestAbstractType.extensions
protected ExtensionsType
StatusResponseType.extensions
Modifier 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.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ExtensionsType>
ObjectFactory.createExtensions
(ExtensionsType value) Modifier and TypeMethodDescriptionjavax.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.