Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.model.generated.oml
Class RestrictionType

java.lang.Object
  extended by eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.RestrictionType

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>
 


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

onAttribute

protected OnAttributeType onAttribute

comparator

protected ComparatorEnumType comparator

value

protected List<ValueExprType> value

valueClass

protected ValueClassType valueClass

cqlStr

protected String cqlStr
Constructor Detail

RestrictionType

public RestrictionType()
Method Detail

getOnAttribute

public OnAttributeType getOnAttribute()
Gets the value of the onAttribute property.

Returns:
possible object is OnAttributeType

setOnAttribute

public void setOnAttribute(OnAttributeType value)
Sets the value of the onAttribute property.

Parameters:
value - allowed object is OnAttributeType

getComparator

public ComparatorEnumType getComparator()
Gets the value of the comparator property.

Returns:
possible object is ComparatorEnumType

setComparator

public void setComparator(ComparatorEnumType value)
Sets the value of the comparator property.

Parameters:
value - allowed object is ComparatorEnumType

getValue

public List<ValueExprType> getValue()
Gets the value of the value property.

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


getValueClass

public ValueClassType getValueClass()
Gets the value of the valueClass property.

Returns:
possible object is ValueClassType

setValueClass

public void setValueClass(ValueClassType value)
Sets the value of the valueClass property.

Parameters:
value - allowed object is ValueClassType

getCqlStr

public String getCqlStr()
Gets the value of the cqlStr property.

Returns:
possible object is String

setCqlStr

public void setCqlStr(String value)
Sets the value of the cqlStr property.

Parameters:
value - allowed object is String

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d