Class RowType
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.editor.preview.RowType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected AttributeTypeprotected AttributesTypeprotected ColumnsTitlesTypeprotected Stringprotected List<ReferenceType>protected TableRowsTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute property.Gets the value of the attributes property.Gets the value of the columnsTitles property.getName()Gets the value of the name property.Gets the value of the reference property.getRows()Gets the value of the rows property.getType()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.voidSets the value of the columnsTitles property.voidSets the value of the name property.voidsetRows(TableRowsType value) Sets the value of the rows property.voidSets the value of the type property.
-
Field Details
-
attribute
-
columnsTitles
-
rows
-
reference
-
attributes
-
type
-
name
-
-
Constructor Details
-
RowType
public RowType()
-
-
Method Details
-
getAttribute
Gets the value of the attribute property.- Returns:
- possible object is
AttributeType
-
setAttribute
Sets the value of the attribute property.- Parameters:
value- allowed object isAttributeType
-
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
-
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
Gets the value of the attributes property.- Returns:
- possible object is
AttributesType
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributesType
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-