Humboldt Alignment Editor 2.5.0

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

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

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>
 


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

level

protected String level

onto1

protected AlignmentType.Onto1 onto1

onto2

protected AlignmentType.Onto2 onto2

map

protected List<AlignmentType.Map> map

valueClass

protected List<ValueClassType> valueClass

about

protected String about
Constructor Detail

AlignmentType

public AlignmentType()
Method Detail

getLevel

public String getLevel()
Gets the value of the level property.

Returns:
possible object is String

setLevel

public void setLevel(String value)
Sets the value of the level property.

Parameters:
value - allowed object is String

getOnto1

public AlignmentType.Onto1 getOnto1()
Gets the value of the onto1 property.

Returns:
possible object is AlignmentType.Onto1

setOnto1

public void setOnto1(AlignmentType.Onto1 value)
Sets the value of the onto1 property.

Parameters:
value - allowed object is AlignmentType.Onto1

getOnto2

public AlignmentType.Onto2 getOnto2()
Gets the value of the onto2 property.

Returns:
possible object is AlignmentType.Onto2

setOnto2

public void setOnto2(AlignmentType.Onto2 value)
Sets the value of the onto2 property.

Parameters:
value - allowed object is AlignmentType.Onto2

getMap

public List<AlignmentType.Map> getMap()
Gets the value of the map 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 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


getValueClass

public List<ValueClassType> getValueClass()
Gets the value of the valueClass 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 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


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