public class SpecificationLinkQueryType extends RegistryObjectQueryType
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>
| Constructor and Description |
|---|
SpecificationLinkQueryType() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBindingQueryType |
getServiceBindingQuery()
Gets the value of the serviceBindingQuery property.
|
RegistryObjectQueryType |
getSpecificationObjectQuery()
Gets the value of the specificationObjectQuery property.
|
InternationalStringBranchType |
getUsageDescriptionBranch()
Gets the value of the usageDescriptionBranch property.
|
void |
setServiceBindingQuery(ServiceBindingQueryType value)
Sets the value of the serviceBindingQuery property.
|
void |
setSpecificationObjectQuery(RegistryObjectQueryType value)
Sets the value of the specificationObjectQuery property.
|
void |
setUsageDescriptionBranch(InternationalStringBranchType value)
Sets the value of the usageDescriptionBranch property.
|
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFiltergetPrimaryFilter, setPrimaryFilterpublic InternationalStringBranchType getUsageDescriptionBranch()
InternationalStringBranchTypepublic void setUsageDescriptionBranch(InternationalStringBranchType value)
value - allowed object is
InternationalStringBranchTypepublic ServiceBindingQueryType getServiceBindingQuery()
ServiceBindingQueryTypepublic void setServiceBindingQuery(ServiceBindingQueryType value)
value - allowed object is
ServiceBindingQueryTypepublic RegistryObjectQueryType getSpecificationObjectQuery()
RegistryObjectQueryTypepublic void setSpecificationObjectQuery(RegistryObjectQueryType value)
value - allowed object is
RegistryObjectQueryTypeCopyright © 2010–2025. All rights reserved.