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

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

public class ExternalIdentifierQuery
extends RegistryObjectQueryType

Java class for ExternalIdentifierQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExternalIdentifierQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType">
       <sequence>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQuery" minOccurs="0"/>
         <element name="IdentificationSchemeQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationSchemeQueryType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ClassificationSchemeQuery identificationSchemeQuery
           
protected  RegistryObjectQueryType registryObjectQuery
           
 
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
ExternalIdentifierQuery()
           
 
Method Summary
 ClassificationSchemeQuery getIdentificationSchemeQuery()
          Gets the value of the identificationSchemeQuery property.
 RegistryObjectQueryType getRegistryObjectQuery()
          Gets the value of the registryObjectQuery property.
 void setIdentificationSchemeQuery(ClassificationSchemeQuery value)
          Sets the value of the identificationSchemeQuery property.
 void setRegistryObjectQuery(RegistryObjectQueryType value)
          Sets the value of the registryObjectQuery 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

registryObjectQuery

protected RegistryObjectQueryType registryObjectQuery

identificationSchemeQuery

protected ClassificationSchemeQuery identificationSchemeQuery
Constructor Detail

ExternalIdentifierQuery

public ExternalIdentifierQuery()
Method Detail

getRegistryObjectQuery

public RegistryObjectQueryType getRegistryObjectQuery()
Gets the value of the registryObjectQuery property.

Returns:
possible object is RegistryObjectQueryType

setRegistryObjectQuery

public void setRegistryObjectQuery(RegistryObjectQueryType value)
Sets the value of the registryObjectQuery property.

Parameters:
value - allowed object is RegistryObjectQueryType

getIdentificationSchemeQuery

public ClassificationSchemeQuery getIdentificationSchemeQuery()
Gets the value of the identificationSchemeQuery property.

Returns:
possible object is ClassificationSchemeQuery

setIdentificationSchemeQuery

public void setIdentificationSchemeQuery(ClassificationSchemeQuery value)
Sets the value of the identificationSchemeQuery property.

Parameters:
value - allowed object is ClassificationSchemeQuery