public class ValueExprType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected ApplyType |
apply |
protected String |
literal |
protected String |
max |
protected String |
min |
Constructor and Description |
---|
ValueExprType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String literal
protected String min
protected String max
protected ApplyType apply
public String getLiteral()
String
public void setLiteral(String value)
value
- allowed object is
String
public void setMin(String value)
value
- allowed object is
String
public void setMax(String value)
value
- allowed object is
String
public ApplyType getApply()
ApplyType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a