public class HavingDocumentFilterXto extends PredicateBaseXto
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 and Description |
|---|
HavingDocumentFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getDocumentId()
Stringpublic void setDocumentId(String value)
value - allowed object is
Stringpublic String getModelId()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.