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

public class RowType extends Object

Java class for RowType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RowType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="attribute" type="{}AttributeType"/>
         <group ref="{}TableGroup"/>
         <sequence>
           <element name="reference" type="{}ReferenceType" maxOccurs="unbounded"/>
         </sequence>
         <element name="attributes" type="{}AttributesType"/>
       </choice>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RowType

      public RowType()
  • Method Details

    • getAttribute

      public AttributeType getAttribute()
      Gets the value of the attribute property.
      Returns:
      possible object is AttributeType
    • setAttribute

      public void setAttribute(AttributeType value)
      Sets the value of the attribute property.
      Parameters:
      value - allowed object is AttributeType
    • 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
    • getReference

      public List<ReferenceType> getReference()
      Gets the value of the reference 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 set method for the reference property.

      For example, to add a new item, do as follows:

          getReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list ReferenceType

    • getAttributes

      public AttributesType getAttributes()
      Gets the value of the attributes property.
      Returns:
      possible object is AttributesType
    • setAttributes

      public void setAttributes(AttributesType value)
      Sets the value of the attributes property.
      Parameters:
      value - allowed object is AttributesType
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • 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