Class Forward
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.Forward
-
public class Forward extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="input" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="output" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Forward()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInput()Gets the value of the input property.java.lang.StringgetOutput()Gets the value of the output property.voidsetInput(java.lang.String value)Sets the value of the input property.voidsetOutput(java.lang.String value)Sets the value of the output property.
-
-
-
Method Detail
-
getInput
public java.lang.String getInput()
Gets the value of the input property.- Returns:
- possible object is
String
-
setInput
public void setInput(java.lang.String value)
Sets the value of the input property.- Parameters:
value- allowed object isString
-
getOutput
public java.lang.String getOutput()
Gets the value of the output property.- Returns:
- possible object is
String
-
setOutput
public void setOutput(java.lang.String value)
Sets the value of the output property.- Parameters:
value- allowed object isString
-
-