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 ExtensionsTypeRequestAbstractType.extensionsprotected ExtensionsTypeStatusResponseType.extensionsMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return ExtensionsTypeModifier and TypeMethodDescriptionObjectFactory.createExtensionsType()Create an instance ofExtensionsTypeRequestAbstractType.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 TypeMethodDescriptionjavax.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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<ExtensionsType>ObjectFactory.createExtensions(ExtensionsType value) voidRequestAbstractType.setExtensions(ExtensionsType value) Sets the value of the extensions property.voidStatusResponseType.setExtensions(ExtensionsType value) Sets the value of the extensions property.