Uses of Interface
org.openehealth.ipf.commons.ihe.xds.core.ebxml.EbXMLAssociation
Package
Description
-
Uses of EbXMLAssociation in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionEbXMLFactory.createAssociation
(String id, EbXMLObjectLibrary objectLibrary) Creates a new association.Modifier and TypeMethodDescriptionEbXMLObjectContainer.getAssociations()
Returns all associations of this container.Modifier 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
Modifier and TypeMethodDescriptionEbXMLFactory30.createAssociation
(String id, EbXMLObjectLibrary objectLibrary) Modifier and TypeMethodDescriptionvoid
EbXMLObjectContainer30.addAssociation
(EbXMLAssociation association) -
Uses of EbXMLAssociation in org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml
Modifier and TypeMethodDescriptionAssociationTransformer.toEbXML
(Association association, EbXMLObjectLibrary objectLibrary) Transforms the given association to its ebXML representation.Modifier and TypeMethodDescriptionAssociationTransformer.fromEbXML
(EbXMLAssociation association) Transforms the given ebXML representation into anAssociation
.