public class WebchainInputType extends java.lang.Object implements WebchainElements
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
inputType |
protected java.lang.String |
inputTypeValue |
Constructor and Description |
---|
WebchainInputType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getInputType() |
java.lang.String |
getInputTypeValue() |
void |
setInputType(java.lang.String inputType) |
void |
setInputTypeValue(java.lang.String inputTypeValue) |
protected java.lang.String inputType
protected java.lang.String inputTypeValue
public java.lang.String getInputType()
public void setInputType(java.lang.String inputType)
inputType
- the inputType to setpublic java.lang.String getInputTypeValue()
public void setInputTypeValue(java.lang.String inputTypeValue)
inputTypeValue
- the inputTypeValue to setpublic boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Object.equals(java.lang.Object)