public class AlignmentType extends Object
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>
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected String |
about |
protected String |
level |
protected List<AlignmentType.Map> |
map |
protected AlignmentType.Onto1 |
onto1 |
protected AlignmentType.Onto2 |
onto2 |
protected List<ValueClassType> |
valueClass |
Constructor and Description |
---|
AlignmentType() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String level
protected AlignmentType.Onto1 onto1
protected AlignmentType.Onto2 onto2
protected List<AlignmentType.Map> map
protected List<ValueClassType> valueClass
protected String about
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
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a