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

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.SpecificationLinkQueryType

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>
 


Field Summary
protected  ServiceBindingQueryType serviceBindingQuery
           
protected  RegistryObjectQueryType specificationObjectQuery
           
protected  InternationalStringBranchType usageDescriptionBranch
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilter
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
SpecificationLinkQueryType()
           
 
Method Summary
 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.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, 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 ServiceBindingQueryType serviceBindingQuery

specificationObjectQuery

protected RegistryObjectQueryType specificationObjectQuery
Constructor Detail

SpecificationLinkQueryType

public SpecificationLinkQueryType()
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 ServiceBindingQueryType getServiceBindingQuery()
Gets the value of the serviceBindingQuery property.

Returns:
possible object is ServiceBindingQueryType

setServiceBindingQuery

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

Parameters:
value - allowed object is ServiceBindingQueryType

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


Copyright © 2010-2011. All Rights Reserved.