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()
Integer
public void setCodeObjectId(Integer value)
value
- allowed object is
Integer
public Double getCostValue()
String
public void setCostValue(Double value)
value
- allowed object is
String
public Integer getIntegerValue()
Integer
public void setIntegerValue(Integer value)
value
- allowed object is
Integer
public String getIndicatorValue()
String
public void setIndicatorValue(String value)
value
- allowed object is
String
public Double getDoubleValue()
String
public void setDoubleValue(Double value)
value
- allowed object is
String
public String getTextValue()
String
public void setTextValue(String value)
value
- allowed object is
String
public LocalDateTime getStartDateValue()
String
public void setStartDateValue(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getFinishDateValue()
String
public void setFinishDateValue(LocalDateTime value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.