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 LocalDateTime |
finishDateValue |
protected String |
indicatorValue |
protected Integer |
integerValue |
protected LocalDateTime |
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.
|
LocalDateTime |
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.
|
LocalDateTime |
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(LocalDateTime 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(LocalDateTime 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 LocalDateTime startDateValue
protected LocalDateTime finishDateValue
public int getTypeObjectId()
public void setTypeObjectId(int value)
public Integer getCodeObjectId()
Integerpublic void setCodeObjectId(Integer value)
value - allowed object is
Integerpublic Double getCostValue()
Stringpublic void setCostValue(Double value)
value - allowed object is
Stringpublic 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()
Stringpublic void setDoubleValue(Double value)
value - allowed object is
Stringpublic String getTextValue()
Stringpublic void setTextValue(String value)
value - allowed object is
Stringpublic LocalDateTime getStartDateValue()
Stringpublic void setStartDateValue(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getFinishDateValue()
Stringpublic void setFinishDateValue(LocalDateTime value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.