public class Seloperator
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"> <attribute name="name" type="{http://www.highqsoft.de/schema}operator" /> <attribute name="nameref" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Operator |
name |
protected java.lang.String |
nameref |
Constructor and Description |
---|
Seloperator() |
Modifier and Type | Method and Description |
---|---|
Operator |
getName()
Gets the value of the name property.
|
java.lang.String |
getNameref()
Gets the value of the nameref property.
|
void |
setName(Operator value)
Sets the value of the name property.
|
void |
setNameref(java.lang.String value)
Sets the value of the nameref property.
|
protected Operator name
protected java.lang.String nameref
public Operator getName()
Operator
public void setName(Operator value)
value
- allowed object is
Operator
public java.lang.String getNameref()
String
public void setNameref(java.lang.String value)
value
- allowed object is
String