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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.OperandXto
      extended by org.eclipse.stardust.engine.api.ws.query.AttributeReferenceXto

public class AttributeReferenceXto
extends OperandXto

Used to reference attributes which are specific to every query type.

Java class for AttributeReference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AttributeReference">
   <simpleContent>
     <extension base="<http://eclipse.org/stardust/ws/v2012a/api/query>Operand">
       <attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
AttributeReferenceXto()
           
 
Method Summary
 String getEntity()
          Gets the value of the entity property.
 void setEntity(String value)
          Sets the value of the entity property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.OperandXto
getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeReferenceXto

public AttributeReferenceXto()
Method Detail

getEntity

public String getEntity()
Gets the value of the entity property.

Returns:
possible object is String

setEntity

public void setEntity(String value)
Sets the value of the entity property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.