|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
org.eclipse.stardust.engine.api.ws.query.HavingDocumentFilterXto
public class HavingDocumentFilterXto
Restricts the resulting items to the ones using the specified document.
Java class for HavingDocumentFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HavingDocumentFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="documentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="modelId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HavingDocumentFilterXto()
|
|
| Method Summary | |
|---|---|
String |
getDocumentId()
Gets the value of the documentId property. |
String |
getModelId()
Gets the value of the modelId property. |
void |
setDocumentId(String value)
Sets the value of the documentId property. |
void |
setModelId(String value)
Sets the value of the modelId property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HavingDocumentFilterXto()
| Method Detail |
|---|
public String getDocumentId()
Stringpublic void setDocumentId(String value)
value - allowed object is
Stringpublic String getModelId()
Stringpublic void setModelId(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||