Uses of Class
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.InternationalStringBranchType
Packages that use InternationalStringBranchType
-
Uses of InternationalStringBranchType in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query
Fields in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query declared as InternationalStringBranchTypeModifier and TypeFieldDescriptionprotected InternationalStringBranchType
RegistryObjectQueryType.descriptionBranch
protected InternationalStringBranchType
RegistryObjectQueryType.nameBranch
protected InternationalStringBranchType
SpecificationLinkQueryType.usageDescriptionBranch
Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query that return InternationalStringBranchTypeModifier and TypeMethodDescriptionObjectFactory.createInternationalStringBranchType()
Create an instance ofInternationalStringBranchType
RegistryObjectQueryType.getDescriptionBranch()
Gets the value of the descriptionBranch property.RegistryObjectQueryType.getNameBranch()
Gets the value of the nameBranch property.SpecificationLinkQueryType.getUsageDescriptionBranch()
Gets the value of the usageDescriptionBranch property.Methods in org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query with parameters of type InternationalStringBranchTypeModifier and TypeMethodDescriptionvoid
RegistryObjectQueryType.setDescriptionBranch
(InternationalStringBranchType value) Sets the value of the descriptionBranch property.void
RegistryObjectQueryType.setNameBranch
(InternationalStringBranchType value) Sets the value of the nameBranch property.void
SpecificationLinkQueryType.setUsageDescriptionBranch
(InternationalStringBranchType value) Sets the value of the usageDescriptionBranch property.