|
||||||||||
| 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 java.lang.String |
fieldID
|
protected java.math.BigInteger |
valueGUID
|
protected java.math.BigInteger |
valueID
|
| Constructor Summary | |
|---|---|
Project.Resources.Resource.OutlineCode()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldID()
Gets the value of the fieldID property. |
java.math.BigInteger |
getValueGUID()
Gets the value of the valueGUID property. |
java.math.BigInteger |
getValueID()
Gets the value of the valueID property. |
void |
setFieldID(java.lang.String value)
Sets the value of the fieldID property. |
void |
setValueGUID(java.math.BigInteger value)
Sets the value of the valueGUID property. |
void |
setValueID(java.math.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 java.lang.String fieldID
protected java.math.BigInteger valueID
protected java.math.BigInteger valueGUID
| Constructor Detail |
|---|
public Project.Resources.Resource.OutlineCode()
| Method Detail |
|---|
public java.lang.String getFieldID()
Stringpublic void setFieldID(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getValueID()
BigIntegerpublic void setValueID(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getValueGUID()
BigIntegerpublic void setValueGUID(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||