public static class Project.Tasks.Task.ExtendedAttribute 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="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ValueGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DurationFormat" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="5"/> <enumeration value="6"/> <enumeration value="7"/> <enumeration value="8"/> <enumeration value="9"/> <enumeration value="10"/> <enumeration value="11"/> <enumeration value="12"/> <enumeration value="19"/> <enumeration value="20"/> <enumeration value="21"/> <enumeration value="35"/> <enumeration value="36"/> <enumeration value="37"/> <enumeration value="38"/> <enumeration value="39"/> <enumeration value="40"/> <enumeration value="41"/> <enumeration value="42"/> <enumeration value="43"/> <enumeration value="44"/> <enumeration value="51"/> <enumeration value="52"/> <enumeration value="53"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
durationFormat |
protected String |
fieldID |
protected String |
value |
protected UUID |
valueGUID |
Constructor and Description |
---|
ExtendedAttribute() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getDurationFormat()
Gets the value of the durationFormat property.
|
String |
getFieldID()
Gets the value of the fieldID property.
|
String |
getValue()
Gets the value of the value property.
|
UUID |
getValueGUID()
Gets the value of the valueGUID property.
|
void |
setDurationFormat(BigInteger value)
Sets the value of the durationFormat property.
|
void |
setFieldID(String value)
Sets the value of the fieldID property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setValueGUID(UUID value)
Sets the value of the valueGUID property.
|
protected String fieldID
protected String value
protected UUID valueGUID
protected BigInteger durationFormat
public String getFieldID()
String
public void setFieldID(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public UUID getValueGUID()
String
public void setValueGUID(UUID value)
value
- allowed object is
String
public BigInteger getDurationFormat()
BigInteger
public void setDurationFormat(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2000–2024 Packwood Software. All rights reserved.