public class UDFAssignmentType extends Object
Java class for UDFAssignmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UDFAssignmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CostValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="IntegerValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IndicatorValue" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="None"/>
<enumeration value="Red"/>
<enumeration value="Yellow"/>
<enumeration value="Green"/>
<enumeration value="Blue"/>
</restriction>
</simpleType>
</element>
<element name="DoubleValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="TextValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDateValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="FinishDateValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
codeObjectId |
protected Double |
costValue |
protected Double |
doubleValue |
protected Date |
finishDateValue |
protected String |
indicatorValue |
protected Integer |
integerValue |
protected Date |
startDateValue |
protected String |
textValue |
protected int |
typeObjectId |
| Constructor and Description |
|---|
UDFAssignmentType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCodeObjectId()
Gets the value of the codeObjectId property.
|
Double |
getCostValue()
Gets the value of the costValue property.
|
Double |
getDoubleValue()
Gets the value of the doubleValue property.
|
Date |
getFinishDateValue()
Gets the value of the finishDateValue property.
|
String |
getIndicatorValue()
Gets the value of the indicatorValue property.
|
Integer |
getIntegerValue()
Gets the value of the integerValue property.
|
Date |
getStartDateValue()
Gets the value of the startDateValue property.
|
String |
getTextValue()
Gets the value of the textValue property.
|
int |
getTypeObjectId()
Gets the value of the typeObjectId property.
|
void |
setCodeObjectId(Integer value)
Sets the value of the codeObjectId property.
|
void |
setCostValue(Double value)
Sets the value of the costValue property.
|
void |
setDoubleValue(Double value)
Sets the value of the doubleValue property.
|
void |
setFinishDateValue(Date value)
Sets the value of the finishDateValue property.
|
void |
setIndicatorValue(String value)
Sets the value of the indicatorValue property.
|
void |
setIntegerValue(Integer value)
Sets the value of the integerValue property.
|
void |
setStartDateValue(Date value)
Sets the value of the startDateValue property.
|
void |
setTextValue(String value)
Sets the value of the textValue property.
|
void |
setTypeObjectId(int value)
Sets the value of the typeObjectId property.
|
protected int typeObjectId
protected Integer codeObjectId
protected Double costValue
protected Integer integerValue
protected String indicatorValue
protected Double doubleValue
protected String textValue
protected Date startDateValue
protected Date finishDateValue
public int getTypeObjectId()
public void setTypeObjectId(int value)
public Integer getCodeObjectId()
Integerpublic void setCodeObjectId(Integer value)
value - allowed object is
Integerpublic Double getCostValue()
Doublepublic void setCostValue(Double value)
value - allowed object is
Doublepublic Integer getIntegerValue()
Integerpublic void setIntegerValue(Integer value)
value - allowed object is
Integerpublic String getIndicatorValue()
Stringpublic void setIndicatorValue(String value)
value - allowed object is
Stringpublic Double getDoubleValue()
Doublepublic void setDoubleValue(Double value)
value - allowed object is
Doublepublic String getTextValue()
Stringpublic void setTextValue(String value)
value - allowed object is
Stringpublic Date getStartDateValue()
Stringpublic void setStartDateValue(Date value)
value - allowed object is
Stringpublic Date getFinishDateValue()
StringCopyright © 2013. All Rights Reserved.