Class RowType
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.jaxb.editor.preview.RowType
-
public class RowType extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected AttributeTypeattributeprotected AttributesTypeattributesprotected ColumnsTitlesTypecolumnsTitlesprotected java.lang.Stringnameprotected java.util.List<ReferenceType>referenceprotected TableRowsTyperowsprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description RowType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeTypegetAttribute()Gets the value of the attribute property.AttributesTypegetAttributes()Gets the value of the attributes property.ColumnsTitlesTypegetColumnsTitles()Gets the value of the columnsTitles property.java.lang.StringgetName()Gets the value of the name property.java.util.List<ReferenceType>getReference()Gets the value of the reference property.TableRowsTypegetRows()Gets the value of the rows property.java.lang.StringgetType()Gets the value of the type property.voidsetAttribute(AttributeType value)Sets the value of the attribute property.voidsetAttributes(AttributesType value)Sets the value of the attributes 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.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
attribute
protected AttributeType attribute
-
columnsTitles
protected ColumnsTitlesType columnsTitles
-
rows
protected TableRowsType rows
-
reference
protected java.util.List<ReferenceType> reference
-
attributes
protected AttributesType attributes
-
type
protected java.lang.String type
-
name
protected java.lang.String name
-
-
Method Detail
-
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 isAttributeType
-
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
-
getReference
public java.util.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
setmethod 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 isAttributesType
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-
-