Class Setting
- java.lang.Object
-
- com.hybris.cockpitng.core.impl.jaxb.Setting
-
public class Setting 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="default-value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdefaultValueprotected java.lang.Stringkeyprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description Setting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultValue()Gets the value of the defaultValue property.java.lang.StringgetKey()Gets the value of the key property.java.lang.StringgetType()Gets the value of the type property.voidsetDefaultValue(java.lang.String value)Sets the value of the defaultValue property.voidsetKey(java.lang.String value)Sets the value of the key property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Method Detail
-
getDefaultValue
public java.lang.String getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
setDefaultValue
public void setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property.- Parameters:
value- allowed object isString
-
getKey
public java.lang.String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(java.lang.String value)
Sets the value of the key 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
-
-