|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.ClassificationQuery
public class ClassificationQuery
Java class for ClassificationQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationQueryType"> <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}ClassificationSchemeQuery" minOccurs="0"/> <element name="ClassifiedObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQuery" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ClassificationNodeQuery |
classificationNodeQuery
|
protected ClassificationSchemeQuery |
classificationSchemeQuery
|
protected RegistryObjectQueryType |
classifiedObjectQuery
|
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 | |
---|---|
ClassificationQuery()
|
Method Summary | |
---|---|
ClassificationNodeQuery |
getClassificationNodeQuery()
Gets the value of the classificationNodeQuery property. |
ClassificationSchemeQuery |
getClassificationSchemeQuery()
Gets the value of the classificationSchemeQuery property. |
RegistryObjectQueryType |
getClassifiedObjectQuery()
Gets the value of the classifiedObjectQuery property. |
void |
setClassificationNodeQuery(ClassificationNodeQuery value)
Sets the value of the classificationNodeQuery property. |
void |
setClassificationSchemeQuery(ClassificationSchemeQuery value)
Sets the value of the classificationSchemeQuery property. |
void |
setClassifiedObjectQuery(RegistryObjectQueryType value)
Sets the value of the classifiedObjectQuery 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 |
---|
protected ClassificationSchemeQuery classificationSchemeQuery
protected RegistryObjectQueryType classifiedObjectQuery
protected ClassificationNodeQuery classificationNodeQuery
Constructor Detail |
---|
public ClassificationQuery()
Method Detail |
---|
public ClassificationSchemeQuery getClassificationSchemeQuery()
ClassificationSchemeQuery
public void setClassificationSchemeQuery(ClassificationSchemeQuery value)
value
- allowed object is
ClassificationSchemeQuery
public RegistryObjectQueryType getClassifiedObjectQuery()
RegistryObjectQueryType
public void setClassifiedObjectQuery(RegistryObjectQueryType value)
value
- allowed object is
RegistryObjectQueryType
public ClassificationNodeQuery getClassificationNodeQuery()
ClassificationNodeQuery
public void setClassificationNodeQuery(ClassificationNodeQuery value)
value
- allowed object is
ClassificationNodeQuery
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |