|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.ac.waikato.adams.webservice.weka.Header
public class Header
Java class for header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="header">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attributes" type="{http://weka.webservice.adams.waikato.ac.nz/}attributes"/>
<element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Attributes |
attributes
|
protected String |
notes
|
| Constructor Summary | |
|---|---|
Header()
|
|
| Method Summary | |
|---|---|
Attributes |
getAttributes()
Gets the value of the attributes property. |
String |
getNotes()
Gets the value of the notes property. |
void |
setAttributes(Attributes value)
Sets the value of the attributes property. |
void |
setNotes(String value)
Sets the value of the notes property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Attributes attributes
protected String notes
| Constructor Detail |
|---|
public Header()
| Method Detail |
|---|
public Attributes getAttributes()
Attributespublic void setAttributes(Attributes value)
value - allowed object is
Attributespublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||