oasis.names.tc.ebxml_regrep.xsd.query._3
Class SpecificationLinkQuery

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
          extended by oasis.names.tc.ebxml_regrep.xsd.query._3.SpecificationLinkQuery

public class SpecificationLinkQuery
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>
 


Field Summary
protected  ServiceBindingQuery serviceBindingQuery
           
protected  RegistryObjectQueryType specificationObjectQuery
           
protected  InternationalStringBranchType usageDescriptionBranch
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
classificationQueries, descriptionBranch, externalIdentifierQueries, nameBranch, objectTypeQuery, slotBranches, sourceAssociationQueries, statusQuery, targetAssociationQueries, versionInfoFilter
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
SpecificationLinkQuery()
           
 
Method Summary
 ServiceBindingQuery 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(ServiceBindingQuery 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.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
getClassificationQueries, getDescriptionBranch, getExternalIdentifierQueries, getNameBranch, getObjectTypeQuery, getSlotBranches, getSourceAssociationQueries, getStatusQuery, getTargetAssociationQueries, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilter
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
getPrimaryFilter, setPrimaryFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usageDescriptionBranch

protected InternationalStringBranchType usageDescriptionBranch

serviceBindingQuery

protected ServiceBindingQuery serviceBindingQuery

specificationObjectQuery

protected RegistryObjectQueryType specificationObjectQuery
Constructor Detail

SpecificationLinkQuery

public SpecificationLinkQuery()
Method Detail

getUsageDescriptionBranch

public InternationalStringBranchType getUsageDescriptionBranch()
Gets the value of the usageDescriptionBranch property.

Returns:
possible object is InternationalStringBranchType

setUsageDescriptionBranch

public void setUsageDescriptionBranch(InternationalStringBranchType value)
Sets the value of the usageDescriptionBranch property.

Parameters:
value - allowed object is InternationalStringBranchType

getServiceBindingQuery

public ServiceBindingQuery getServiceBindingQuery()
Gets the value of the serviceBindingQuery property.

Returns:
possible object is ServiceBindingQuery

setServiceBindingQuery

public void setServiceBindingQuery(ServiceBindingQuery value)
Sets the value of the serviceBindingQuery property.

Parameters:
value - allowed object is ServiceBindingQuery

getSpecificationObjectQuery

public RegistryObjectQueryType getSpecificationObjectQuery()
Gets the value of the specificationObjectQuery property.

Returns:
possible object is RegistryObjectQueryType

setSpecificationObjectQuery

public void setSpecificationObjectQuery(RegistryObjectQueryType value)
Sets the value of the specificationObjectQuery property.

Parameters:
value - allowed object is RegistryObjectQueryType