public class RestrictionType extends Object
Java class for RestrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RestrictionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence minOccurs="0"> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}onAttribute" minOccurs="0"/> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}comparator"/> <choice> <element name="value" type="{http://www.omwg.org/TR/d7/ontology/alignment}valueExprType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.esdi-humboldt.eu/goml}ValueClass" minOccurs="0"/> </choice> </sequence> <element ref="{http://www.esdi-humboldt.eu/goml}cqlStr" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ComparatorEnumType |
comparator |
protected String |
cqlStr |
protected OnAttributeType |
onAttribute |
protected List<ValueExprType> |
value |
protected ValueClassType |
valueClass |
Constructor and Description |
---|
RestrictionType() |
Modifier and Type | Method and Description |
---|---|
ComparatorEnumType |
getComparator()
Gets the value of the comparator property.
|
String |
getCqlStr()
Gets the value of the cqlStr property.
|
OnAttributeType |
getOnAttribute()
Gets the value of the onAttribute property.
|
List<ValueExprType> |
getValue()
Gets the value of the value property.
|
ValueClassType |
getValueClass()
Gets the value of the valueClass property.
|
void |
setComparator(ComparatorEnumType value)
Sets the value of the comparator property.
|
void |
setCqlStr(String value)
Sets the value of the cqlStr property.
|
void |
setOnAttribute(OnAttributeType value)
Sets the value of the onAttribute property.
|
void |
setValueClass(ValueClassType value)
Sets the value of the valueClass property.
|
protected OnAttributeType onAttribute
protected ComparatorEnumType comparator
protected List<ValueExprType> value
protected ValueClassType valueClass
protected String cqlStr
public OnAttributeType getOnAttribute()
OnAttributeType
public void setOnAttribute(OnAttributeType value)
value
- allowed object is
OnAttributeType
public ComparatorEnumType getComparator()
ComparatorEnumType
public void setComparator(ComparatorEnumType value)
value
- allowed object is
ComparatorEnumType
public List<ValueExprType> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
ValueExprType
public ValueClassType getValueClass()
ValueClassType
public void setValueClass(ValueClassType value)
value
- allowed object is
ValueClassType
public String getCqlStr()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a