public class Taskproperty extends Object
Java class for taskproperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskproperty"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="valuetype" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultvalue" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultvalue |
protected String |
id |
protected String |
name |
protected String |
type |
protected String |
value |
protected String |
valuetype |
Constructor and Description |
---|
Taskproperty() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultvalue()
Gets the value of the defaultvalue property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getValuetype()
Gets the value of the valuetype property.
|
void |
setDefaultvalue(String value)
Sets the value of the defaultvalue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValuetype(String value)
Sets the value of the valuetype property.
|
protected String value
protected String id
protected String name
protected String type
protected String valuetype
protected String defaultvalue
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getValuetype()
String
public void setValuetype(String value)
value
- allowed object is
String
public String getDefaultvalue()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.