|
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.PropValueRestrictionType
public class PropValueRestrictionType
Java class for propValueRestrictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propValueRestrictionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected ComparatorEnumType |
comparator
|
protected List<ValueExprType> |
value
|
protected ValueClassType |
valueClass
|
Constructor Summary | |
---|---|
PropValueRestrictionType()
|
Method Summary | |
---|---|
ComparatorEnumType |
getComparator()
Gets the value of the comparator 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 |
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 ComparatorEnumType comparator
protected List<ValueExprType> value
protected ValueClassType valueClass
Constructor Detail |
---|
public PropValueRestrictionType()
Method Detail |
---|
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
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |