|
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.AlignmentType
public class AlignmentType
Java class for AlignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlignmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="onto1"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://knowledgeweb.semanticweb.org/heterogeneity/alignment}Ontology"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="onto2"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://knowledgeweb.semanticweb.org/heterogeneity/alignment}Ontology"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="map" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://knowledgeweb.semanticweb.org/heterogeneity/alignment}Cell"/> </sequence> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.esdi-humboldt.eu/goml}ValueClass" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/1999/02/22-rdf-syntax-ns#}about"/> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
AlignmentType.Map
Java class for anonymous complex type. |
static class |
AlignmentType.Onto1
Java class for anonymous complex type. |
static class |
AlignmentType.Onto2
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected String |
about
|
protected String |
level
|
protected List<AlignmentType.Map> |
map
|
protected AlignmentType.Onto1 |
onto1
|
protected AlignmentType.Onto2 |
onto2
|
protected List<ValueClassType> |
valueClass
|
Constructor Summary | |
---|---|
AlignmentType()
|
Method Summary | |
---|---|
String |
getAbout()
Gets the value of the about property. |
String |
getLevel()
Gets the value of the level property. |
List<AlignmentType.Map> |
getMap()
Gets the value of the map property. |
AlignmentType.Onto1 |
getOnto1()
Gets the value of the onto1 property. |
AlignmentType.Onto2 |
getOnto2()
Gets the value of the onto2 property. |
List<ValueClassType> |
getValueClass()
Gets the value of the valueClass property. |
void |
setAbout(String value)
Sets the value of the about property. |
void |
setLevel(String value)
Sets the value of the level property. |
void |
setOnto1(AlignmentType.Onto1 value)
Sets the value of the onto1 property. |
void |
setOnto2(AlignmentType.Onto2 value)
Sets the value of the onto2 property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String level
protected AlignmentType.Onto1 onto1
protected AlignmentType.Onto2 onto2
protected List<AlignmentType.Map> map
protected List<ValueClassType> valueClass
protected String about
Constructor Detail |
---|
public AlignmentType()
Method Detail |
---|
public String getLevel()
String
public void setLevel(String value)
value
- allowed object is
String
public AlignmentType.Onto1 getOnto1()
AlignmentType.Onto1
public void setOnto1(AlignmentType.Onto1 value)
value
- allowed object is
AlignmentType.Onto1
public AlignmentType.Onto2 getOnto2()
AlignmentType.Onto2
public void setOnto2(AlignmentType.Onto2 value)
value
- allowed object is
AlignmentType.Onto2
public List<AlignmentType.Map> getMap()
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 map property.
For example, to add a new item, do as follows:
getMap().add(newItem);
Objects of the following type(s) are allowed in the list
AlignmentType.Map
public List<ValueClassType> getValueClass()
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 valueClass property.
For example, to add a new item, do as follows:
getValueClass().add(newItem);
Objects of the following type(s) are allowed in the list
ValueClassType
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 |