public static class Project.Tasks.Task.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()
String
public void setFieldID(String value)
value
- allowed object is
String
public BigInteger getValueID()
BigInteger
public void setValueID(BigInteger value)
value
- allowed object is
BigInteger
public String getValueGUID()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.