public class Element extends Object
Java class for Element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ElementContent">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Fields" type="{}Fields"/>
<element name="Table" type="{}Table"/>
<element name="INI_Table" type="{}INI_Table"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Style" type="{}TokenMaxLen255" minOccurs="0"/>
<element name="Label" type="{}TokenMaxLen255" minOccurs="0"/>
</all>
<attribute name="ElementID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="CustomerTextID" type="{}TokenMaxLen255" />
<attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="AlphaList" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ElementType" type="{}ElementType" default="editible text" />
<attribute name="RawSourceBeforeElement" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RawSourceAfterElement" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Element.ElementContent
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alphaList |
protected String |
customerTextID |
protected Element.ElementContent |
elementContent |
protected int |
elementID |
protected ElementType |
elementType |
protected String |
label |
protected String |
rawSourceAfterElement |
protected String |
rawSourceBeforeElement |
protected Integer |
size |
protected String |
style |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerTextID()
Gets the value of the customerTextID property.
|
Element.ElementContent |
getElementContent()
Gets the value of the elementContent property.
|
int |
getElementID()
Gets the value of the elementID property.
|
ElementType |
getElementType()
Gets the value of the elementType property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getRawSourceAfterElement()
Gets the value of the rawSourceAfterElement property.
|
String |
getRawSourceBeforeElement()
Gets the value of the rawSourceBeforeElement property.
|
Integer |
getSize()
Gets the value of the size property.
|
String |
getStyle()
Gets the value of the style property.
|
Boolean |
isAlphaList()
Gets the value of the alphaList property.
|
void |
setAlphaList(Boolean value)
Sets the value of the alphaList property.
|
void |
setCustomerTextID(String value)
Sets the value of the customerTextID property.
|
void |
setElementContent(Element.ElementContent value)
Sets the value of the elementContent property.
|
void |
setElementID(int value)
Sets the value of the elementID property.
|
void |
setElementType(ElementType value)
Sets the value of the elementType property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRawSourceAfterElement(String value)
Sets the value of the rawSourceAfterElement property.
|
void |
setRawSourceBeforeElement(String value)
Sets the value of the rawSourceBeforeElement property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
protected Element.ElementContent elementContent
protected String style
protected String label
protected int elementID
protected String customerTextID
protected Integer size
protected Boolean alphaList
protected ElementType elementType
protected String rawSourceBeforeElement
protected String rawSourceAfterElement
public Element.ElementContent getElementContent()
Element.ElementContentpublic void setElementContent(Element.ElementContent value)
value - allowed object is
Element.ElementContentpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic int getElementID()
public void setElementID(int value)
public String getCustomerTextID()
Stringpublic void setCustomerTextID(String value)
value - allowed object is
Stringpublic Integer getSize()
Integerpublic void setSize(Integer value)
value - allowed object is
Integerpublic Boolean isAlphaList()
Booleanpublic void setAlphaList(Boolean value)
value - allowed object is
Booleanpublic ElementType getElementType()
ElementTypepublic void setElementType(ElementType value)
value - allowed object is
ElementTypepublic String getRawSourceBeforeElement()
Stringpublic void setRawSourceBeforeElement(String value)
value - allowed object is
Stringpublic String getRawSourceAfterElement()
StringCopyright © 2021. All rights reserved.