|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Resources.Resource.OutlineCode
public static class Project.Resources.Resource.OutlineCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValueID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
fieldID
|
protected BigInteger |
valueGUID
|
protected BigInteger |
valueID
|
| Constructor Summary | |
|---|---|
Project.Resources.Resource.OutlineCode()
|
|
| Method Summary | |
|---|---|
String |
getFieldID()
Gets the value of the fieldID property. |
BigInteger |
getValueGUID()
Gets the value of the valueGUID property. |
BigInteger |
getValueID()
Gets the value of the valueID property. |
void |
setFieldID(String value)
Sets the value of the fieldID property. |
void |
setValueGUID(BigInteger value)
Sets the value of the valueGUID property. |
void |
setValueID(BigInteger value)
Sets the value of the valueID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String fieldID
protected BigInteger valueID
protected BigInteger valueGUID
| Constructor Detail |
|---|
public Project.Resources.Resource.OutlineCode()
| Method Detail |
|---|
public String getFieldID()
Stringpublic void setFieldID(String value)
value - allowed object is
Stringpublic BigInteger getValueID()
BigIntegerpublic void setValueID(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getValueGUID()
BigIntegerpublic void setValueGUID(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||