public class ApplyType extends Object
Java class for ApplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.omwg.org/TR/d7/ontology/alignment}valueExprType"/> </sequence> <attribute name="operation" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
operation |
protected ValueExprType |
value |
Constructor and Description |
---|
ApplyType() |
Modifier and Type | Method and Description |
---|---|
String |
getOperation()
Gets the value of the operation property.
|
ValueExprType |
getValue()
Gets the value of the value property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setValue(ValueExprType value)
Sets the value of the value property.
|
protected ValueExprType value
protected String operation
public ValueExprType getValue()
ValueExprType
public void setValue(ValueExprType value)
value
- allowed object is
ValueExprType
public String getOperation()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a