Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.ExtensionsType
-
Packages that use ExtensionsType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
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 ExtensionsType Modifier and Type Field Description protected ExtensionsTypeRequestAbstractType. extensionsprotected ExtensionsTypeStatusResponseType. extensionsMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return ExtensionsType Modifier and Type Method Description ExtensionsTypeObjectFactory. createExtensionsType()Create an instance ofExtensionsTypeExtensionsTypeRequestAbstractType. getExtensions()Gets the value of the extensions property.ExtensionsTypeStatusResponseType. 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 ExtensionsType Modifier and Type Method Description javax.xml.bind.JAXBElement<ExtensionsType>ObjectFactory. createExtensions(ExtensionsType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type ExtensionsType Modifier and Type Method Description javax.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.
-