|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.UDFAssignmentType
public class UDFAssignmentType
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
UDFAssignmentType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public UDFAssignmentType()
| Method Detail |
|---|
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()
Stringpublic void setFinishDateValue(Date value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||