|
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.CellType
public class CellType
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 |
---|
protected List<String> label
protected Entity1 entity1
protected Entity2 entity2
protected Float measure
protected RelationEnumType relation
protected String about
Constructor Detail |
---|
public CellType()
Method Detail |
---|
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
public void setAbout(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 |