public class Selvalueext
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"> <sequence> <element ref="{http://www.highqsoft.de/schema}aidnameunitid"/> <choice> <element ref="{http://www.highqsoft.de/schema}ts_value"/> <element ref="{http://www.highqsoft.de/schema}value"/> </choice> </sequence> <attribute name="selopcode" type="{http://www.highqsoft.de/schema}selopcode" /> <attribute name="selopcoderef" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Aidnameunitid |
aidnameunitid |
protected Selopcode |
selopcode |
protected java.lang.String |
selopcoderef |
protected TsValue |
tsValue |
protected Value |
value |
Constructor and Description |
---|
Selvalueext() |
Modifier and Type | Method and Description |
---|---|
Aidnameunitid |
getAidnameunitid()
Gets the value of the aidnameunitid property.
|
Selopcode |
getSelopcode()
Gets the value of the selopcode property.
|
java.lang.String |
getSelopcoderef()
Gets the value of the selopcoderef property.
|
TsValue |
getTsValue()
Gets the value of the tsValue property.
|
Value |
getValue()
Gets the value of the value property.
|
void |
setAidnameunitid(Aidnameunitid value)
Sets the value of the aidnameunitid property.
|
void |
setSelopcode(Selopcode value)
Sets the value of the selopcode property.
|
void |
setSelopcoderef(java.lang.String value)
Sets the value of the selopcoderef property.
|
void |
setTsValue(TsValue value)
Sets the value of the tsValue property.
|
void |
setValue(Value value)
Sets the value of the value property.
|
protected Aidnameunitid aidnameunitid
protected TsValue tsValue
protected Value value
protected Selopcode selopcode
protected java.lang.String selopcoderef
public Aidnameunitid getAidnameunitid()
Aidnameunitid
public void setAidnameunitid(Aidnameunitid value)
value
- allowed object is
Aidnameunitid
public TsValue getTsValue()
TsValue
public void setTsValue(TsValue value)
value
- allowed object is
TsValue
public Value getValue()
Value
public void setValue(Value value)
value
- allowed object is
Value
public Selopcode getSelopcode()
Selopcode
public void setSelopcode(Selopcode value)
value
- allowed object is
Selopcode
public java.lang.String getSelopcoderef()
String
public void setSelopcoderef(java.lang.String value)
value
- allowed object is
String