public static class GanttDesignerRemark.Task extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Row" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected Integer |
row |
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the value of the content property.
|
Integer |
getRow()
Gets the value of the row property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setRow(Integer value)
Sets the value of the row property.
|
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public Integer getRow()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.