public class Selitem
extends java.lang.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">
<choice>
<element ref="{http://www.highqsoft.de/schema}selvalueext"/>
<element ref="{http://www.highqsoft.de/schema}seloperator"/>
</choice>
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
enabled |
protected Seloperator |
seloperator |
protected Selvalueext |
selvalueext |
| Constructor and Description |
|---|
Selitem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnabled()
Gets the value of the enabled property.
|
Seloperator |
getSeloperator()
Gets the value of the seloperator property.
|
Selvalueext |
getSelvalueext()
Gets the value of the selvalueext property.
|
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
void |
setSeloperator(Seloperator value)
Sets the value of the seloperator property.
|
void |
setSelvalueext(Selvalueext value)
Sets the value of the selvalueext property.
|
protected Selvalueext selvalueext
protected Seloperator seloperator
protected java.lang.String enabled
public Selvalueext getSelvalueext()
Selvalueextpublic void setSelvalueext(Selvalueext value)
value - allowed object is
Selvalueextpublic Seloperator getSeloperator()
Seloperatorpublic void setSeloperator(Seloperator value)
value - allowed object is
Seloperatorpublic java.lang.String getEnabled()
Stringpublic void setEnabled(java.lang.String value)
value - allowed object is
String