public static class Project.Resources.Resource.OutlineCode extends Object
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}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldID |
protected String |
valueGUID |
protected BigInteger |
valueID |
| Constructor and Description |
|---|
OutlineCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldID()
Gets the value of the fieldID property.
|
String |
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(String value)
Sets the value of the valueGUID property.
|
void |
setValueID(BigInteger value)
Sets the value of the valueID property.
|
protected String fieldID
protected BigInteger valueID
protected String valueGUID
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 String getValueGUID()
StringCopyright © 2000–2025 MPXJ. All rights reserved.