java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.editor.preview.ReferenceType

public class ReferenceType extends Object

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 Details

  • Constructor Details

    • ReferenceType

      public ReferenceType()
  • Method Details

    • 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 is ColumnsTitlesType
    • 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 is TableRowsType
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String