Class ReferenceType
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.editor.preview.ReferenceType
Java 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
FieldsModifier and TypeFieldDescriptionprotected ColumnsTitlesTypeprotected Stringprotected TableRowsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnsTitles property.getName()Gets the value of the name property.getRows()Gets the value of the rows property.voidSets the value of the columnsTitles property.voidSets the value of the name property.voidsetRows(TableRowsType value) Sets the value of the rows property.
-
Field Details
-
columnsTitles
-
rows
-
name
-
-
Constructor Details
-
ReferenceType
public ReferenceType()
-
-
Method Details
-
getColumnsTitles
Gets the value of the columnsTitles property.- Returns:
- possible object is
ColumnsTitlesType
-
setColumnsTitles
Sets the value of the columnsTitles property.- Parameters:
value- allowed object isColumnsTitlesType
-
getRows
Gets the value of the rows property.- Returns:
- possible object is
TableRowsType
-
setRows
Sets the value of the rows property.- Parameters:
value- allowed object isTableRowsType
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-