public class CustomTaskProperty extends Object
Java class for custom-task-property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="custom-task-property"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="taskproperty-id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
taskpropertyId |
protected String |
value |
protected String |
valueAttribute |
Constructor and Description |
---|
CustomTaskProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getTaskpropertyId()
Gets the value of the taskpropertyId property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValueAttribute()
Gets the value of the valueAttribute property.
|
void |
setTaskpropertyId(String value)
Sets the value of the taskpropertyId property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueAttribute(String value)
Sets the value of the valueAttribute property.
|
protected String value
protected String taskpropertyId
protected String valueAttribute
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getTaskpropertyId()
String
public void setTaskpropertyId(String value)
value
- allowed object is
String
public String getValueAttribute()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.