org.eclipse.stardust.engine.api.ws.query
Class HavingDocumentFilterXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.HavingDocumentFilterXto

public class HavingDocumentFilterXto
extends PredicateBaseXto

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

HavingDocumentFilterXto

public HavingDocumentFilterXto()
Method Detail

getDocumentId

public String getDocumentId()
Gets the value of the documentId property.

Returns:
possible object is String

setDocumentId

public void setDocumentId(String value)
Sets the value of the documentId property.

Parameters:
value - allowed object is String

getModelId

public String getModelId()
Gets the value of the modelId property.

Returns:
possible object is String

setModelId

public void setModelId(String value)
Sets the value of the modelId property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.