|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.io.oml.internal.model.generated.oml.ApplyType
public class ApplyType
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>
Field Summary | |
---|---|
protected String |
operation
|
protected ValueExprType |
value
|
Constructor Summary | |
---|---|
ApplyType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ValueExprType value
protected String operation
Constructor Detail |
---|
public ApplyType()
Method Detail |
---|
public ValueExprType getValue()
ValueExprType
public void setValue(ValueExprType value)
value
- allowed object is
ValueExprType
public String getOperation()
String
public void setOperation(String value)
value
- allowed object is
String
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |