|
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.ValueExprType
public class ValueExprType
Java class for valueExprType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="valueExprType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="literal" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="min" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="max" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Apply" type="{http://www.omwg.org/TR/d7/ontology/alignment}ApplyType"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ApplyType |
apply
|
protected String |
literal
|
protected String |
max
|
protected String |
min
|
Constructor Summary | |
---|---|
ValueExprType()
|
Method Summary | |
---|---|
ApplyType |
getApply()
Gets the value of the apply property. |
String |
getLiteral()
Gets the value of the literal property. |
String |
getMax()
Gets the value of the max property. |
String |
getMin()
Gets the value of the min property. |
void |
setApply(ApplyType value)
Sets the value of the apply property. |
void |
setLiteral(String value)
Sets the value of the literal property. |
void |
setMax(String value)
Sets the value of the max property. |
void |
setMin(String value)
Sets the value of the min property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String literal
protected String min
protected String max
protected ApplyType apply
Constructor Detail |
---|
public ValueExprType()
Method Detail |
---|
public String getLiteral()
String
public void setLiteral(String value)
value
- allowed object is
String
public String getMin()
String
public void setMin(String value)
value
- allowed object is
String
public String getMax()
String
public void setMax(String value)
value
- allowed object is
String
public ApplyType getApply()
ApplyType
public void setApply(ApplyType value)
value
- allowed object is
ApplyType
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |