|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.Attribute
public class Attribute
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="labels" type="{http://weka.webservice.adams.waikato.ac.nz/}labels" minOccurs="0"/>
<element name="metadata" type="{http://weka.webservice.adams.waikato.ac.nz/}metadata" minOccurs="0"/>
<element name="attributes" type="{http://weka.webservice.adams.waikato.ac.nz/}attributes" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://weka.webservice.adams.waikato.ac.nz/}type" />
<attribute name="classAttribute" type="{http://weka.webservice.adams.waikato.ac.nz/}yesNo" default="no" />
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Attributes |
attributes
|
protected YesNo |
classAttribute
|
protected String |
format
|
protected Labels |
labels
|
protected Metadata |
metadata
|
protected String |
name
|
protected Type |
type
|
protected Double |
weight
|
| Constructor Summary | |
|---|---|
Attribute()
|
|
| Method Summary | |
|---|---|
Attributes |
getAttributes()
Gets the value of the attributes property. |
YesNo |
getClassAttribute()
Gets the value of the classAttribute property. |
String |
getFormat()
Gets the value of the format property. |
Labels |
getLabels()
Gets the value of the labels property. |
Metadata |
getMetadata()
Gets the value of the metadata property. |
String |
getName()
Gets the value of the name property. |
Type |
getType()
Gets the value of the type property. |
double |
getWeight()
Gets the value of the weight property. |
void |
setAttributes(Attributes value)
Sets the value of the attributes property. |
void |
setClassAttribute(YesNo value)
Sets the value of the classAttribute property. |
void |
setFormat(String value)
Sets the value of the format property. |
void |
setLabels(Labels value)
Sets the value of the labels property. |
void |
setMetadata(Metadata value)
Sets the value of the metadata property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(Type value)
Sets the value of the type property. |
void |
setWeight(Double value)
Sets the value of the weight property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Labels labels
protected Metadata metadata
protected Attributes attributes
protected String name
protected Type type
protected YesNo classAttribute
protected String format
protected Double weight
| Constructor Detail |
|---|
public Attribute()
| Method Detail |
|---|
public Labels getLabels()
Labelspublic void setLabels(Labels value)
value - allowed object is
Labelspublic Metadata getMetadata()
Metadatapublic void setMetadata(Metadata value)
value - allowed object is
Metadatapublic Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
Attributespublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Type getType()
Typepublic void setType(Type value)
value - allowed object is
Typepublic YesNo getClassAttribute()
YesNopublic void setClassAttribute(YesNo value)
value - allowed object is
YesNopublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic double getWeight()
Doublepublic void setWeight(Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||