|
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.RestrictionType
public class RestrictionType
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>
Field Summary | |
---|---|
protected ComparatorEnumType |
comparator
|
protected String |
cqlStr
|
protected OnAttributeType |
onAttribute
|
protected List<ValueExprType> |
value
|
protected ValueClassType |
valueClass
|
Constructor Summary | |
---|---|
RestrictionType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected OnAttributeType onAttribute
protected ComparatorEnumType comparator
protected List<ValueExprType> value
protected ValueClassType valueClass
protected String cqlStr
Constructor Detail |
---|
public RestrictionType()
Method Detail |
---|
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
public void setCqlStr(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 |