Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAssociation
Packages that use EbXMLAssociation
Package
Description
-
Uses of EbXMLAssociation in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return EbXMLAssociationModifier and TypeMethodDescriptionEbXMLFactory.createAssociation
(String id, EbXMLObjectLibrary objectLibrary) Creates a new association.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return types with arguments of type EbXMLAssociationModifier and TypeMethodDescriptionEbXMLObjectContainer.getAssociations()
Returns all associations of this container.Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type EbXMLAssociationModifier and TypeMethodDescriptionvoid
EbXMLObjectContainer.addAssociation
(EbXMLAssociation association) Adds an association to this container. -
Uses of EbXMLAssociation in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Classes in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that implement EbXMLAssociationMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return EbXMLAssociationModifier and TypeMethodDescriptionEbXMLFactory30.createAssociation
(String id, EbXMLObjectLibrary objectLibrary) Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return types with arguments of type EbXMLAssociationMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type EbXMLAssociationModifier and TypeMethodDescriptionvoid
EbXMLObjectContainer30.addAssociation
(EbXMLAssociation association) -
Uses of EbXMLAssociation in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml that return EbXMLAssociationModifier and TypeMethodDescriptionAssociationTransformer.toEbXML
(Association association, EbXMLObjectLibrary objectLibrary) Transforms the given association to its ebXML representation.Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml with parameters of type EbXMLAssociationModifier and TypeMethodDescriptionAssociationTransformer.fromEbXML
(EbXMLAssociation association) Transforms the given ebXML representation into anAssociation
.