|
||||||||||
| 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.ClassificationQueryType
public class ClassificationQueryType
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 ClassificationNodeQueryType |
classificationNodeQuery
|
protected ClassificationSchemeQueryType |
classificationSchemeQuery
|
protected RegistryObjectQueryType |
classifiedObjectQuery
|
| 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 | |
|---|---|
ClassificationQueryType()
|
|
| Method Summary | |
|---|---|
ClassificationNodeQueryType |
getClassificationNodeQuery()
Gets the value of the classificationNodeQuery property. |
ClassificationSchemeQueryType |
getClassificationSchemeQuery()
Gets the value of the classificationSchemeQuery property. |
RegistryObjectQueryType |
getClassifiedObjectQuery()
Gets the value of the classifiedObjectQuery property. |
void |
setClassificationNodeQuery(ClassificationNodeQueryType value)
Sets the value of the classificationNodeQuery property. |
void |
setClassificationSchemeQuery(ClassificationSchemeQueryType 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 |
|---|
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 |
|---|
protected ClassificationSchemeQueryType classificationSchemeQuery
protected RegistryObjectQueryType classifiedObjectQuery
protected ClassificationNodeQueryType classificationNodeQuery
| Constructor Detail |
|---|
public ClassificationQueryType()
| Method Detail |
|---|
public ClassificationSchemeQueryType getClassificationSchemeQuery()
ClassificationSchemeQueryTypepublic void setClassificationSchemeQuery(ClassificationSchemeQueryType value)
value - allowed object is
ClassificationSchemeQueryTypepublic RegistryObjectQueryType getClassifiedObjectQuery()
RegistryObjectQueryTypepublic void setClassifiedObjectQuery(RegistryObjectQueryType value)
value - allowed object is
RegistryObjectQueryTypepublic ClassificationNodeQueryType getClassificationNodeQuery()
ClassificationNodeQueryTypepublic void setClassificationNodeQuery(ClassificationNodeQueryType value)
value - allowed object is
ClassificationNodeQueryType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||