Class AbstractContentElement
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.AbstractContentElement
-
public abstract class AbstractContentElement extends java.lang.ObjectJava class for AbstractContentElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractContentElement"> <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="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AbstractContentElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode 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.
-
-
-
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
-
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
-
-