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>
Modifier and Type | Field and Description |
---|---|
protected String |
about |
protected Entity1 |
entity1 |
protected Entity2 |
entity2 |
protected List<String> |
label |
protected Float |
measure |
protected RelationEnumType |
relation |
Constructor and Description |
---|
CellType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Entity1 entity1
protected Entity2 entity2
protected Float measure
protected RelationEnumType relation
protected String about
public List<String> getLabel()
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
public Entity1 getEntity1()
Entity1
public void setEntity1(Entity1 value)
value
- allowed object is
Entity1
public Entity2 getEntity2()
Entity2
public void setEntity2(Entity2 value)
value
- allowed object is
Entity2
public Float getMeasure()
Float
public void setMeasure(Float value)
value
- allowed object is
Float
public RelationEnumType getRelation()
RelationEnumType
public void setRelation(RelationEnumType value)
value
- allowed object is
RelationEnumType
public String getAbout()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a