public class RegistryObjectQueryType extends FilterQueryType
Java class for RegistryObjectQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegistryObjectQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterQueryType">
<sequence>
<element name="SlotBranch" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}SlotBranchType" maxOccurs="unbounded" minOccurs="0"/>
<element name="NameBranch" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}InternationalStringBranchType" minOccurs="0"/>
<element name="DescriptionBranch" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}InternationalStringBranchType" minOccurs="0"/>
<element name="VersionInfoFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationQuery" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ExternalIdentifierQuery" maxOccurs="unbounded" minOccurs="0"/>
<element name="ObjectTypeQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/>
<element name="StatusQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/>
<element name="SourceAssociationQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}AssociationQueryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TargetAssociationQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}AssociationQueryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryObjectQueryType() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationQueryType> |
getClassificationQuery()
Gets the value of the classificationQuery property.
|
InternationalStringBranchType |
getDescriptionBranch()
Gets the value of the descriptionBranch property.
|
List<ExternalIdentifierQueryType> |
getExternalIdentifierQuery()
Gets the value of the externalIdentifierQuery property.
|
InternationalStringBranchType |
getNameBranch()
Gets the value of the nameBranch property.
|
ClassificationNodeQueryType |
getObjectTypeQuery()
Gets the value of the objectTypeQuery property.
|
List<SlotBranchType> |
getSlotBranch()
Gets the value of the slotBranch property.
|
List<AssociationQueryType> |
getSourceAssociationQuery()
Gets the value of the sourceAssociationQuery property.
|
ClassificationNodeQueryType |
getStatusQuery()
Gets the value of the statusQuery property.
|
List<AssociationQueryType> |
getTargetAssociationQuery()
Gets the value of the targetAssociationQuery property.
|
FilterType |
getVersionInfoFilter()
Gets the value of the versionInfoFilter property.
|
void |
setDescriptionBranch(InternationalStringBranchType value)
Sets the value of the descriptionBranch property.
|
void |
setNameBranch(InternationalStringBranchType value)
Sets the value of the nameBranch property.
|
void |
setObjectTypeQuery(ClassificationNodeQueryType value)
Sets the value of the objectTypeQuery property.
|
void |
setStatusQuery(ClassificationNodeQueryType value)
Sets the value of the statusQuery property.
|
void |
setVersionInfoFilter(FilterType value)
Sets the value of the versionInfoFilter property.
|
getPrimaryFilter, setPrimaryFilterpublic List<SlotBranchType> getSlotBranch()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the slotBranch property.
For example, to add a new item, do as follows:
getSlotBranch().add(newItem);
Objects of the following type(s) are allowed in the list
SlotBranchType
public InternationalStringBranchType getNameBranch()
InternationalStringBranchTypepublic void setNameBranch(InternationalStringBranchType value)
value - allowed object is
InternationalStringBranchTypepublic InternationalStringBranchType getDescriptionBranch()
InternationalStringBranchTypepublic void setDescriptionBranch(InternationalStringBranchType value)
value - allowed object is
InternationalStringBranchTypepublic FilterType getVersionInfoFilter()
FilterTypepublic void setVersionInfoFilter(FilterType value)
value - allowed object is
FilterTypepublic List<ClassificationQueryType> getClassificationQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the classificationQuery property.
For example, to add a new item, do as follows:
getClassificationQuery().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationQueryType
public List<ExternalIdentifierQueryType> getExternalIdentifierQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the externalIdentifierQuery property.
For example, to add a new item, do as follows:
getExternalIdentifierQuery().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalIdentifierQueryType
public ClassificationNodeQueryType getObjectTypeQuery()
ClassificationNodeQueryTypepublic void setObjectTypeQuery(ClassificationNodeQueryType value)
value - allowed object is
ClassificationNodeQueryTypepublic ClassificationNodeQueryType getStatusQuery()
ClassificationNodeQueryTypepublic void setStatusQuery(ClassificationNodeQueryType value)
value - allowed object is
ClassificationNodeQueryTypepublic List<AssociationQueryType> getSourceAssociationQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sourceAssociationQuery property.
For example, to add a new item, do as follows:
getSourceAssociationQuery().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationQueryType
public List<AssociationQueryType> getTargetAssociationQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the targetAssociationQuery property.
For example, to add a new item, do as follows:
getTargetAssociationQuery().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationQueryType
Copyright © 2010–2025. All rights reserved.