public class JaxbEntryBinding extends AbstractJaxbParentedBinding
Java class for Entry element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Entry">
<complexType>
<complexContent>
<extension base="{}Parented">
<sequence>
<element name="UUID" type="{}uuid"/>
<element name="IconID" type="{}iconId"/>
<element name="CustomIconUUID" type="{}customIconUuidRef" minOccurs="0"/>
<element name="ForegroundColor" type="{}color"/>
<element name="BackgroundColor" type="{}color"/>
<element name="OverrideURL" type="{}overrideUrl"/>
<element name="Tags" type="{}commaSeparatedList"/>
<element ref="{}Times"/>
<element name="String" type="{}stringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="Binary" type="{}binaryField" maxOccurs="unbounded" minOccurs="0"/>
<element name="AutoType" type="{}autoType"/>
<element ref="{}History" minOccurs="0"/>
<element name="CustomData" type="{}customData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected AutoType |
autoType |
protected String |
backgroundColor |
protected List<BinaryField> |
binary |
protected CustomData |
customData |
protected UUID |
customIconUUID |
protected String |
foregroundColor |
protected History |
history |
protected int |
iconID |
protected String |
overrideURL |
protected List<StringField> |
string |
protected String |
tags |
protected Times |
times |
protected UUID |
uuid |
parent| Constructor and Description |
|---|
JaxbEntryBinding() |
| Modifier and Type | Method and Description |
|---|---|
AutoType |
getAutoType()
Gets the value of the autoType property.
|
String |
getBackgroundColor()
Gets the value of the backgroundColor property.
|
List<BinaryField> |
getBinary()
Gets the value of the binary property.
|
CustomData |
getCustomData()
Gets the value of the customData property.
|
UUID |
getCustomIconUUID()
Gets the value of the customIconUUID property.
|
String |
getForegroundColor()
Gets the value of the foregroundColor property.
|
History |
getHistory()
Gets the value of the history property.
|
int |
getIconID()
Gets the value of the iconID property.
|
String |
getOverrideURL()
Gets the value of the overrideURL property.
|
List<StringField> |
getString()
Gets the value of the string property.
|
String |
getTags()
Gets the value of the tags property.
|
Times |
getTimes()
Gets the value of the times property.
|
UUID |
getUUID()
Gets the value of the uuid property.
|
void |
setAutoType(AutoType value)
Sets the value of the autoType property.
|
void |
setBackgroundColor(String value)
Sets the value of the backgroundColor property.
|
void |
setCustomData(CustomData value)
Sets the value of the customData property.
|
void |
setCustomIconUUID(UUID value)
Sets the value of the customIconUUID property.
|
void |
setForegroundColor(String value)
Sets the value of the foregroundColor property.
|
void |
setHistory(History value)
Sets the value of the history property.
|
void |
setIconID(int value)
Sets the value of the iconID property.
|
void |
setOverrideURL(String value)
Sets the value of the overrideURL property.
|
void |
setTags(String value)
Sets the value of the tags property.
|
void |
setTimes(Times value)
Sets the value of the times property.
|
void |
setUUID(UUID value)
Sets the value of the uuid property.
|
protected UUID uuid
protected int iconID
protected UUID customIconUUID
protected String foregroundColor
protected String backgroundColor
protected String overrideURL
protected String tags
protected Times times
protected List<StringField> string
protected List<BinaryField> binary
protected AutoType autoType
protected History history
protected CustomData customData
public UUID getUUID()
Stringpublic void setUUID(UUID value)
value - allowed object is
Stringpublic int getIconID()
public void setIconID(int value)
public UUID getCustomIconUUID()
Stringpublic void setCustomIconUUID(UUID value)
value - allowed object is
Stringpublic String getForegroundColor()
Stringpublic void setForegroundColor(String value)
value - allowed object is
Stringpublic String getBackgroundColor()
Stringpublic void setBackgroundColor(String value)
value - allowed object is
Stringpublic String getOverrideURL()
Stringpublic void setOverrideURL(String value)
value - allowed object is
Stringpublic String getTags()
Stringpublic void setTags(String value)
value - allowed object is
Stringpublic Times getTimes()
Timespublic void setTimes(Times value)
value - allowed object is
Timespublic List<StringField> getString()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the string property.
For example, to add a new item, do as follows:
getString().add(newItem);
Objects of the following type(s) are allowed in the list
StringField
public List<BinaryField> getBinary()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the binary property.
For example, to add a new item, do as follows:
getBinary().add(newItem);
Objects of the following type(s) are allowed in the list
BinaryField
public AutoType getAutoType()
AutoTypepublic void setAutoType(AutoType value)
value - allowed object is
AutoTypepublic History getHistory()
Historypublic void setHistory(History value)
value - allowed object is
Historypublic CustomData getCustomData()
CustomDatapublic void setCustomData(CustomData value)
value - allowed object is
CustomDataCopyright © 2024. All rights reserved.