de.fzi.kadmos.kadmos_webutils.xsd
Class AlignType

java.lang.Object
  extended by de.fzi.kadmos.kadmos_webutils.xsd.AlignType

public class AlignType
extends Object

Java class for AlignType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AlignType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ontology1" type="{http://kadmos.fzi.de/resources}ArtifactURLType"/>
         <element name="ontology2" type="{http://kadmos.fzi.de/resources}ArtifactURLType"/>
         <element name="inputAlignment" type="{http://kadmos.fzi.de/resources}ArtifactURLType" minOccurs="0"/>
         <element name="parameters" type="{http://kadmos.fzi.de/resources}ArgumentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String inputAlignment
           
protected  String ontology1
           
protected  String ontology2
           
protected  List<ArgumentType> parameters
           
 
Constructor Summary
AlignType()
           
 
Method Summary
 String getInputAlignment()
          Gets the value of the inputAlignment property.
 String getOntology1()
          Gets the value of the ontology1 property.
 String getOntology2()
          Gets the value of the ontology2 property.
 List<ArgumentType> getParameters()
          Gets the value of the parameters property.
 void setInputAlignment(String value)
          Sets the value of the inputAlignment property.
 void setOntology1(String value)
          Sets the value of the ontology1 property.
 void setOntology2(String value)
          Sets the value of the ontology2 property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ontology1

protected String ontology1

ontology2

protected String ontology2

inputAlignment

protected String inputAlignment

parameters

protected List<ArgumentType> parameters
Constructor Detail

AlignType

public AlignType()
Method Detail

getOntology1

public String getOntology1()
Gets the value of the ontology1 property.

Returns:
possible object is String

setOntology1

public void setOntology1(String value)
Sets the value of the ontology1 property.

Parameters:
value - allowed object is String

getOntology2

public String getOntology2()
Gets the value of the ontology2 property.

Returns:
possible object is String

setOntology2

public void setOntology2(String value)
Sets the value of the ontology2 property.

Parameters:
value - allowed object is String

getInputAlignment

public String getInputAlignment()
Gets the value of the inputAlignment property.

Returns:
possible object is String

setInputAlignment

public void setInputAlignment(String value)
Sets the value of the inputAlignment property.

Parameters:
value - allowed object is String

getParameters

public List<ArgumentType> getParameters()
Gets the value of the parameters 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 parameters property.

For example, to add a new item, do as follows:

    getParameters().add(newItem);
 

Objects of the following type(s) are allowed in the list ArgumentType



Copyright © 2012. All Rights Reserved.