|
|||||||||
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.SpecificationLinkQuery
public class SpecificationLinkQuery
Java class for SpecificationLinkQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecificationLinkQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType"> <sequence> <element name="UsageDescriptionBranch" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}InternationalStringBranchType" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ServiceBindingQuery" minOccurs="0"/> <element name="SpecificationObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ServiceBindingQuery |
serviceBindingQuery
|
protected RegistryObjectQueryType |
specificationObjectQuery
|
protected InternationalStringBranchType |
usageDescriptionBranch
|
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 | |
---|---|
SpecificationLinkQuery()
|
Method Summary | |
---|---|
ServiceBindingQuery |
getServiceBindingQuery()
Gets the value of the serviceBindingQuery property. |
RegistryObjectQueryType |
getSpecificationObjectQuery()
Gets the value of the specificationObjectQuery property. |
InternationalStringBranchType |
getUsageDescriptionBranch()
Gets the value of the usageDescriptionBranch property. |
void |
setServiceBindingQuery(ServiceBindingQuery value)
Sets the value of the serviceBindingQuery property. |
void |
setSpecificationObjectQuery(RegistryObjectQueryType value)
Sets the value of the specificationObjectQuery property. |
void |
setUsageDescriptionBranch(InternationalStringBranchType value)
Sets the value of the usageDescriptionBranch 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 InternationalStringBranchType usageDescriptionBranch
protected ServiceBindingQuery serviceBindingQuery
protected RegistryObjectQueryType specificationObjectQuery
Constructor Detail |
---|
public SpecificationLinkQuery()
Method Detail |
---|
public InternationalStringBranchType getUsageDescriptionBranch()
InternationalStringBranchType
public void setUsageDescriptionBranch(InternationalStringBranchType value)
value
- allowed object is
InternationalStringBranchType
public ServiceBindingQuery getServiceBindingQuery()
ServiceBindingQuery
public void setServiceBindingQuery(ServiceBindingQuery value)
value
- allowed object is
ServiceBindingQuery
public RegistryObjectQueryType getSpecificationObjectQuery()
RegistryObjectQueryType
public void setSpecificationObjectQuery(RegistryObjectQueryType value)
value
- allowed object is
RegistryObjectQueryType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |