|
|||||||||
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
public class RegistryObjectQueryType
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>
Field Summary | |
---|---|
protected java.util.List<ClassificationQuery> |
classificationQueries
|
protected InternationalStringBranchType |
descriptionBranch
|
protected java.util.List<ExternalIdentifierQuery> |
externalIdentifierQueries
|
protected InternationalStringBranchType |
nameBranch
|
protected ClassificationNodeQuery |
objectTypeQuery
|
protected java.util.List<SlotBranchType> |
slotBranches
|
protected java.util.List<AssociationQuery> |
sourceAssociationQueries
|
protected ClassificationNodeQuery |
statusQuery
|
protected java.util.List<AssociationQuery> |
targetAssociationQueries
|
protected FilterType |
versionInfoFilter
|
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType |
---|
primaryFilter |
Constructor Summary | |
---|---|
RegistryObjectQueryType()
|
Method Summary | |
---|---|
java.util.List<ClassificationQuery> |
getClassificationQueries()
Gets the value of the classificationQueries property. |
InternationalStringBranchType |
getDescriptionBranch()
Gets the value of the descriptionBranch property. |
java.util.List<ExternalIdentifierQuery> |
getExternalIdentifierQueries()
Gets the value of the externalIdentifierQueries property. |
InternationalStringBranchType |
getNameBranch()
Gets the value of the nameBranch property. |
ClassificationNodeQuery |
getObjectTypeQuery()
Gets the value of the objectTypeQuery property. |
java.util.List<SlotBranchType> |
getSlotBranches()
Gets the value of the slotBranches property. |
java.util.List<AssociationQuery> |
getSourceAssociationQueries()
Gets the value of the sourceAssociationQueries property. |
ClassificationNodeQuery |
getStatusQuery()
Gets the value of the statusQuery property. |
java.util.List<AssociationQuery> |
getTargetAssociationQueries()
Gets the value of the targetAssociationQueries 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(ClassificationNodeQuery value)
Sets the value of the objectTypeQuery property. |
void |
setStatusQuery(ClassificationNodeQuery value)
Sets the value of the statusQuery property. |
void |
setVersionInfoFilter(FilterType value)
Sets the value of the versionInfoFilter property. |
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 java.util.List<SlotBranchType> slotBranches
protected InternationalStringBranchType nameBranch
protected InternationalStringBranchType descriptionBranch
protected FilterType versionInfoFilter
protected java.util.List<ClassificationQuery> classificationQueries
protected java.util.List<ExternalIdentifierQuery> externalIdentifierQueries
protected ClassificationNodeQuery objectTypeQuery
protected ClassificationNodeQuery statusQuery
protected java.util.List<AssociationQuery> sourceAssociationQueries
protected java.util.List<AssociationQuery> targetAssociationQueries
Constructor Detail |
---|
public RegistryObjectQueryType()
Method Detail |
---|
public java.util.List<SlotBranchType> getSlotBranches()
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 slotBranches property.
For example, to add a new item, do as follows:
getSlotBranches().add(newItem);
Objects of the following type(s) are allowed in the list
SlotBranchType
public InternationalStringBranchType getNameBranch()
InternationalStringBranchType
public void setNameBranch(InternationalStringBranchType value)
value
- allowed object is
InternationalStringBranchType
public InternationalStringBranchType getDescriptionBranch()
InternationalStringBranchType
public void setDescriptionBranch(InternationalStringBranchType value)
value
- allowed object is
InternationalStringBranchType
public FilterType getVersionInfoFilter()
FilterType
public void setVersionInfoFilter(FilterType value)
value
- allowed object is
FilterType
public java.util.List<ClassificationQuery> getClassificationQueries()
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 classificationQueries property.
For example, to add a new item, do as follows:
getClassificationQueries().add(newItem);
Objects of the following type(s) are allowed in the list
ClassificationQuery
public java.util.List<ExternalIdentifierQuery> getExternalIdentifierQueries()
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 externalIdentifierQueries property.
For example, to add a new item, do as follows:
getExternalIdentifierQueries().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalIdentifierQuery
public ClassificationNodeQuery getObjectTypeQuery()
ClassificationNodeQuery
public void setObjectTypeQuery(ClassificationNodeQuery value)
value
- allowed object is
ClassificationNodeQuery
public ClassificationNodeQuery getStatusQuery()
ClassificationNodeQuery
public void setStatusQuery(ClassificationNodeQuery value)
value
- allowed object is
ClassificationNodeQuery
public java.util.List<AssociationQuery> getSourceAssociationQueries()
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 sourceAssociationQueries property.
For example, to add a new item, do as follows:
getSourceAssociationQueries().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationQuery
public java.util.List<AssociationQuery> getTargetAssociationQueries()
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 targetAssociationQueries property.
For example, to add a new item, do as follows:
getTargetAssociationQueries().add(newItem);
Objects of the following type(s) are allowed in the list
AssociationQuery
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |