Class Value
- java.lang.Object
-
- com.hybris.cockpitng.config.valuechooser.jaxb.Value
-
public class Value extends java.lang.ObjectJava class for value complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="value"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="java.lang.String" /> <attribute name="bean-factory" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="factory-method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbeanFactoryprotected java.lang.Stringexpressionprotected java.lang.StringfactoryMethodprotected java.lang.Stringidprotected java.lang.StringmergeModeprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description Value()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBeanFactory()Gets the value of the beanFactory property.java.lang.StringgetExpression()Gets the value of the expression property.java.lang.StringgetFactoryMethod()Gets the value of the factoryMethod property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.lang.StringgetType()Gets the value of the type property.voidsetBeanFactory(java.lang.String value)Sets the value of the beanFactory property.voidsetExpression(java.lang.String value)Sets the value of the expression property.voidsetFactoryMethod(java.lang.String value)Sets the value of the factoryMethod property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getBeanFactory
public java.lang.String getBeanFactory()
Gets the value of the beanFactory property.- Returns:
- possible object is
String
-
setBeanFactory
public void setBeanFactory(java.lang.String value)
Sets the value of the beanFactory property.- Parameters:
value- allowed object isString
-
getFactoryMethod
public java.lang.String getFactoryMethod()
Gets the value of the factoryMethod property.- Returns:
- possible object is
String
-
setFactoryMethod
public void setFactoryMethod(java.lang.String value)
Sets the value of the factoryMethod property.- Parameters:
value- allowed object isString
-
getMergeMode
public java.lang.String getMergeMode()
Gets the value of the mergeMode property.- Returns:
- possible object is
String
-
setMergeMode
public void setMergeMode(java.lang.String value)
Sets the value of the mergeMode property.- Parameters:
value- allowed object isString
-
-