Class ReferenceType
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.editor.preview.ReferenceType
-
public class ReferenceType extends java.lang.ObjectJava class for ReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{}TableGroup"/> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ColumnsTitlesTypecolumnsTitlesprotected java.lang.Stringnameprotected TableRowsTyperows
-
Constructor Summary
Constructors Constructor Description ReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnsTitlesTypegetColumnsTitles()Gets the value of the columnsTitles property.java.lang.StringgetName()Gets the value of the name property.TableRowsTypegetRows()Gets the value of the rows property.voidsetColumnsTitles(ColumnsTitlesType value)Sets the value of the columnsTitles property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetRows(TableRowsType value)Sets the value of the rows property.
-
-
-
Field Detail
-
columnsTitles
protected ColumnsTitlesType columnsTitles
-
rows
protected TableRowsType rows
-
name
protected java.lang.String name
-
-
Method Detail
-
getColumnsTitles
public ColumnsTitlesType getColumnsTitles()
Gets the value of the columnsTitles property.- Returns:
- possible object is
ColumnsTitlesType
-
setColumnsTitles
public void setColumnsTitles(ColumnsTitlesType value)
Sets the value of the columnsTitles property.- Parameters:
value- allowed object isColumnsTitlesType
-
getRows
public TableRowsType getRows()
Gets the value of the rows property.- Returns:
- possible object is
TableRowsType
-
setRows
public void setRows(TableRowsType value)
Sets the value of the rows property.- Parameters:
value- allowed object isTableRowsType
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
-