org.eclipse.stardust.engine.api.ws.query
Class AttributeReferenceXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.query.OperandXto
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>
AttributeReferenceXto
public AttributeReferenceXto()
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.