Class TableType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.TableType
Java class for TableType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="TableType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Row" type="{http://jurgenei.name/canonical}RowType" maxOccurs="unbounded"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source-path" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getRow()Gets the value of the row property.Gets the value of the sourcePath property.voidSets the value of the id property.voidsetSourcePath(String value) Sets the value of the sourcePath property.
-
Field Details
-
row
-
id
-
sourcePath
-
-
Constructor Details
-
TableType
public TableType()
-
-
Method Details
-
getRow
Gets the value of the row 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 row property.For example, to add a new item, do as follows:
getRow().add(newItem);
Objects of the following type(s) are allowed in the list
RowType- Returns:
- The value of the row property.
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getSourcePath
Gets the value of the sourcePath property.- Returns:
- possible object is
String
-
setSourcePath
Sets the value of the sourcePath property.- Parameters:
value- allowed object isString
-