public class Entry extends Object
Java class for Entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Entry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="string" type="{http://www.w3.org/2001/XMLSchema}string"/> <choice> <element name="de.uni__luebeck.inb.knowarc.usecases.ScriptInputUser" type="{}ScriptInputUser"/> <element name="de.uni__luebeck.inb.knowarc.usecases.ScriptOutput" type="{}ScriptOutput"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ScriptInputUser |
deUniLuebeckInbKnowarcUsecasesScriptInputUser |
protected ScriptOutput |
deUniLuebeckInbKnowarcUsecasesScriptOutput |
protected String |
string |
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
ScriptInputUser |
getDeUniLuebeckInbKnowarcUsecasesScriptInputUser()
Gets the value of the deUniLuebeckInbKnowarcUsecasesScriptInputUser property.
|
ScriptOutput |
getDeUniLuebeckInbKnowarcUsecasesScriptOutput()
Gets the value of the deUniLuebeckInbKnowarcUsecasesScriptOutput property.
|
String |
getString()
Gets the value of the string property.
|
void |
setDeUniLuebeckInbKnowarcUsecasesScriptInputUser(ScriptInputUser value)
Sets the value of the deUniLuebeckInbKnowarcUsecasesScriptInputUser property.
|
void |
setDeUniLuebeckInbKnowarcUsecasesScriptOutput(ScriptOutput value)
Sets the value of the deUniLuebeckInbKnowarcUsecasesScriptOutput property.
|
void |
setString(String value)
Sets the value of the string property.
|
protected String string
protected ScriptInputUser deUniLuebeckInbKnowarcUsecasesScriptInputUser
protected ScriptOutput deUniLuebeckInbKnowarcUsecasesScriptOutput
public String getString()
String
public void setString(String value)
value
- allowed object is
String
public ScriptInputUser getDeUniLuebeckInbKnowarcUsecasesScriptInputUser()
ScriptInputUser
public void setDeUniLuebeckInbKnowarcUsecasesScriptInputUser(ScriptInputUser value)
value
- allowed object is
ScriptInputUser
public ScriptOutput getDeUniLuebeckInbKnowarcUsecasesScriptOutput()
ScriptOutput
public void setDeUniLuebeckInbKnowarcUsecasesScriptOutput(ScriptOutput value)
value
- allowed object is
ScriptOutput
Copyright © 2014 myGrid. All rights reserved.