public class WebchainOutputType extends java.lang.Object implements WebchainElements
Modifier and Type | Field and Description |
---|---|
protected boolean |
isOutputUsed |
protected java.lang.String |
outputType |
protected java.lang.String |
outputTypeValue |
Constructor and Description |
---|
WebchainOutputType() |
WebchainOutputType(java.lang.String outputType,
java.lang.String outputTypeValue,
boolean isOutputUsed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getOutputType() |
java.lang.String |
getOutputTypeValue() |
java.lang.String |
getOutputUsed() |
boolean |
isOutputUsed() |
void |
setOutputType(java.lang.String outputType) |
void |
setOutputTypeValue(java.lang.String outputTypeValue) |
void |
setOutputUsed(boolean isOutputUsed) |
protected java.lang.String outputType
protected java.lang.String outputTypeValue
protected boolean isOutputUsed
public WebchainOutputType()
public WebchainOutputType(java.lang.String outputType, java.lang.String outputTypeValue, boolean isOutputUsed)
public java.lang.String getOutputType()
public void setOutputType(java.lang.String outputType)
outputType
- the outputType to setpublic java.lang.String getOutputTypeValue()
public void setOutputTypeValue(java.lang.String outputTypeValue)
outputTypeValue
- the outputTypeValue to setpublic boolean isOutputUsed()
public java.lang.String getOutputUsed()
public void setOutputUsed(boolean isOutputUsed)
isOutputUsed
- the isOutputUsed to setpublic boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Object.equals(java.lang.Object)