Class SpecificationLinkQueryType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.SpecificationLinkQueryType
Java class for SpecificationLinkQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecificationLinkQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType"> <sequence> <element name="UsageDescriptionBranch" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}InternationalStringBranchType" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ServiceBindingQuery" minOccurs="0"/> <element name="SpecificationObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ServiceBindingQueryType
protected RegistryObjectQueryType
protected InternationalStringBranchType
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilter
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
primaryFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the serviceBindingQuery property.Gets the value of the specificationObjectQuery property.Gets the value of the usageDescriptionBranch property.void
Sets the value of the serviceBindingQuery property.void
Sets the value of the specificationObjectQuery property.void
Sets the value of the usageDescriptionBranch property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilter
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
-
Field Details
-
usageDescriptionBranch
-
serviceBindingQuery
-
specificationObjectQuery
-
-
Constructor Details
-
SpecificationLinkQueryType
public SpecificationLinkQueryType()
-
-
Method Details
-
getUsageDescriptionBranch
Gets the value of the usageDescriptionBranch property.- Returns:
- possible object is
InternationalStringBranchType
-
setUsageDescriptionBranch
Sets the value of the usageDescriptionBranch property.- Parameters:
value
- allowed object isInternationalStringBranchType
-
getServiceBindingQuery
Gets the value of the serviceBindingQuery property.- Returns:
- possible object is
ServiceBindingQueryType
-
setServiceBindingQuery
Sets the value of the serviceBindingQuery property.- Parameters:
value
- allowed object isServiceBindingQueryType
-
getSpecificationObjectQuery
Gets the value of the specificationObjectQuery property.- Returns:
- possible object is
RegistryObjectQueryType
-
setSpecificationObjectQuery
Sets the value of the specificationObjectQuery property.- Parameters:
value
- allowed object isRegistryObjectQueryType
-