public class Measurementdescriptor
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="colname" type="{http://www.w3.org/2001/XMLSchema}string" default=".*" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="pname" type="{http://www.w3.org/2001/XMLSchema}string" default=".*" /> <attribute name="psname" type="{http://www.w3.org/2001/XMLSchema}string" default=".*" /> <attribute name="refto" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="smname" type="{http://www.w3.org/2001/XMLSchema}string" default=".*" /> <attribute name="type" type="{http://www.highqsoft.de/schema}measurementdescriptortype" default="MEASUREMENT" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
colname |
protected java.lang.String |
name |
protected java.lang.String |
pname |
protected java.lang.String |
psname |
protected java.lang.String |
refto |
protected java.lang.String |
smname |
protected Measurementdescriptortype |
type |
Constructor and Description |
---|
Measurementdescriptor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColname()
Gets the value of the colname property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPname()
Gets the value of the pname property.
|
java.lang.String |
getPsname()
Gets the value of the psname property.
|
java.lang.String |
getRefto()
Gets the value of the refto property.
|
java.lang.String |
getSmname()
Gets the value of the smname property.
|
Measurementdescriptortype |
getType()
Gets the value of the type property.
|
void |
setColname(java.lang.String value)
Sets the value of the colname property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPname(java.lang.String value)
Sets the value of the pname property.
|
void |
setPsname(java.lang.String value)
Sets the value of the psname property.
|
void |
setRefto(java.lang.String value)
Sets the value of the refto property.
|
void |
setSmname(java.lang.String value)
Sets the value of the smname property.
|
void |
setType(Measurementdescriptortype value)
Sets the value of the type property.
|
protected java.lang.String colname
protected java.lang.String name
protected java.lang.String pname
protected java.lang.String psname
protected java.lang.String refto
protected java.lang.String smname
protected Measurementdescriptortype type
public java.lang.String getColname()
String
public void setColname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPname()
String
public void setPname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPsname()
String
public void setPsname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRefto()
String
public void setRefto(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSmname()
String
public void setSmname(java.lang.String value)
value
- allowed object is
String
public Measurementdescriptortype getType()
Measurementdescriptortype
public void setType(Measurementdescriptortype value)
value
- allowed object is
Measurementdescriptortype