Humboldt Alignment Editor 2.5.0

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

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

public class CellType
extends Object

Java class for CellType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CellType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}label" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}entity1"/>
         <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}entity2"/>
         <element ref="{http://knowledgeweb.semanticweb.org/heterogeneity/alignment}measure" minOccurs="0"/>
         <element name="relation" type="{http://knowledgeweb.semanticweb.org/heterogeneity/alignment}relationEnumType" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String about
           
protected  Entity1 entity1
           
protected  Entity2 entity2
           
protected  List<String> label
           
protected  Float measure
           
protected  RelationEnumType relation
           
 
Constructor Summary
CellType()
           
 
Method Summary
 String getAbout()
          Gets the value of the about property.
 Entity1 getEntity1()
          Gets the value of the entity1 property.
 Entity2 getEntity2()
          Gets the value of the entity2 property.
 List<String> getLabel()
          Gets the value of the label property.
 Float getMeasure()
          Gets the value of the measure property.
 RelationEnumType getRelation()
          Gets the value of the relation property.
 void setAbout(String value)
          Sets the value of the about property.
 void setEntity1(Entity1 value)
          Sets the value of the entity1 property.
 void setEntity2(Entity2 value)
          Sets the value of the entity2 property.
 void setMeasure(Float value)
          Sets the value of the measure property.
 void setRelation(RelationEnumType value)
          Sets the value of the relation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected List<String> label

entity1

protected Entity1 entity1

entity2

protected Entity2 entity2

measure

protected Float measure

relation

protected RelationEnumType relation

about

protected String about
Constructor Detail

CellType

public CellType()
Method Detail

getLabel

public List<String> getLabel()
Gets the value of the label 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 label property.

For example, to add a new item, do as follows:

    getLabel().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getEntity1

public Entity1 getEntity1()
Gets the value of the entity1 property.

Returns:
possible object is Entity1

setEntity1

public void setEntity1(Entity1 value)
Sets the value of the entity1 property.

Parameters:
value - allowed object is Entity1

getEntity2

public Entity2 getEntity2()
Gets the value of the entity2 property.

Returns:
possible object is Entity2

setEntity2

public void setEntity2(Entity2 value)
Sets the value of the entity2 property.

Parameters:
value - allowed object is Entity2

getMeasure

public Float getMeasure()
Gets the value of the measure property.

Returns:
possible object is Float

setMeasure

public void setMeasure(Float value)
Sets the value of the measure property.

Parameters:
value - allowed object is Float

getRelation

public RelationEnumType getRelation()
Gets the value of the relation property.

Returns:
possible object is RelationEnumType

setRelation

public void setRelation(RelationEnumType value)
Sets the value of the relation property.

Parameters:
value - allowed object is RelationEnumType

getAbout

public String getAbout()
Gets the value of the about property.

Returns:
possible object is String

setAbout

public void setAbout(String value)
Sets the value of the about property.

Parameters:
value - allowed object is String

Humboldt Alignment Editor 2.5.0

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