Class ContentType
- java.lang.Object
-
- com.hybris.cockpitng.config.jaxb.wizard.ContentType
-
public class ContentType extends java.lang.ObjectJava class for ContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <sequence> <element name="column" type="{http://www.hybris.com/cockpitng/config/wizard-config}ContentType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence> <choice maxOccurs="unbounded"> <element name="property" type="{http://www.hybris.com/cockpitng/config/wizard-config}PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="property-list" type="{http://www.hybris.com/cockpitng/config/wizard-config}PropertyListType" maxOccurs="unbounded" minOccurs="0"/> <element name="custom-view" type="{http://www.hybris.com/cockpitng/config/wizard-config}ViewType" maxOccurs="unbounded" minOccurs="0"/> </choice> </sequence> </choice> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ContentType>columnprotected java.lang.Stringidprotected java.lang.StringmergeModeprotected java.math.BigIntegerpositionprotected java.util.List<java.lang.Object>propertyOrPropertyListOrCustomView
-
Constructor Summary
Constructors Constructor Description ContentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ContentType>getColumn()Gets the value of the column property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.math.BigIntegergetPosition()Gets the value of the position property.java.util.List<java.lang.Object>getPropertyOrPropertyListOrCustomView()Gets the value of the propertyOrPropertyListOrCustomView 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.voidsetPosition(java.math.BigInteger value)Sets the value of the position property.
-
-
-
Field Detail
-
column
protected java.util.List<ContentType> column
-
propertyOrPropertyListOrCustomView
protected java.util.List<java.lang.Object> propertyOrPropertyListOrCustomView
-
id
protected java.lang.String id
-
mergeMode
protected java.lang.String mergeMode
-
position
protected java.math.BigInteger position
-
-
Method Detail
-
getColumn
public java.util.List<ContentType> getColumn()
Gets the value of the column property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the column property.For example, to add a new item, do as follows:
getColumn().add(newItem);Objects of the following type(s) are allowed in the list
ContentType
-
getPropertyOrPropertyListOrCustomView
public java.util.List<java.lang.Object> getPropertyOrPropertyListOrCustomView()
Gets the value of the propertyOrPropertyListOrCustomView property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the propertyOrPropertyListOrCustomView property.For example, to add a new item, do as follows:
getPropertyOrPropertyListOrCustomView().add(newItem);Objects of the following type(s) are allowed in the list
PropertyTypePropertyListTypeViewType
-
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
-
getPosition
public java.math.BigInteger getPosition()
Gets the value of the position property.- Returns:
- possible object is
BigInteger
-
setPosition
public void setPosition(java.math.BigInteger value)
Sets the value of the position property.- Parameters:
value- allowed object isBigInteger
-
-