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>
|
Method Summary |
java.lang.String |
getEntity()
Gets the value of the entity property. |
void |
setEntity(java.lang.String value)
Sets the value of the entity property. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeReferenceXto
public AttributeReferenceXto()
getEntity
public java.lang.String getEntity()
- Gets the value of the entity property.
- Returns:
- possible object is
String
setEntity
public void setEntity(java.lang.String value)
- Sets the value of the entity property.
- Parameters:
value - allowed object is
String
Copyright © 2013 SunGard CSA LLC. All Rights Reserved.