Class IfType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.IfType
-
public class IfType extends java.lang.ObjectJava class for IfType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IfType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringexpressionprotected java.lang.Stringtarget
-
Constructor Summary
Constructors Constructor Description IfType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExpression()Gets the value of the expression property.java.lang.StringgetTarget()Gets the value of the target property.voidsetExpression(java.lang.String value)Sets the value of the expression property.voidsetTarget(java.lang.String value)Sets the value of the target property.
-
-
-
Method Detail
-
getExpression
public java.lang.String getExpression()
Gets the value of the expression property.- Returns:
- possible object is
String
-
setExpression
public void setExpression(java.lang.String value)
Sets the value of the expression property.- Parameters:
value- allowed object isString
-
getTarget
public java.lang.String getTarget()
Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(java.lang.String value)
Sets the value of the target property.- Parameters:
value- allowed object isString
-
-